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 e2defb2 commit a3d1964Copy full SHA for a3d1964
src/Unity.Microsoft.DependencyInjection.csproj
@@ -43,8 +43,8 @@
43
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.AspNetCore.Hosting.Abstractions" Version="1.1.*" />
+ <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.*" />
48
</ItemGroup>
49
50
<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard2.0' ">
0 commit comments