Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Mar 1, 2018
1 parent e2defb2 commit a3d1964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Unity.Microsoft.DependencyInjection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@


<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' ">
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[1.1.3]" />
<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.*" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down

0 comments on commit a3d1964

Please sign in to comment.