We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1c136 commit 7ac157fCopy full SHA for 7ac157f
src/Unity.Microsoft.DependencyInjection.csproj
@@ -44,7 +44,7 @@
44
45
<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' ">
46
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.3" />
47
- <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[1.1.1]" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.1" />
48
</ItemGroup>
49
50
<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard2.0' ">
0 commit comments