Skip to content

Commit a3d1964

Browse files
committed
Version
1 parent e2defb2 commit a3d1964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343

4444

4545
<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]" />
46+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.*" />
47+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.*" />
4848
</ItemGroup>
4949

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

0 commit comments

Comments
 (0)