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 8d6d846 commit 18fe08fCopy full SHA for 18fe08f
src/Unity.Microsoft.DependencyInjection.csproj
@@ -42,7 +42,7 @@
42
</ItemGroup>
43
44
45
- <ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard1.0' ">
+ <ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' ">
46
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.*" />
47
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.*" />
48
0 commit comments