Skip to content

Commit 7ac157f

Browse files
committed
Reverted
1 parent cb1c136 commit 7ac157f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<ItemGroup Condition="'$(TargetFramework)' != '' AND '$(TargetFramework)' == 'netcoreapp1.1' ">
4646
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.1.3" />
47-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[1.1.1]" />
47+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.1.1" />
4848
</ItemGroup>
4949

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

0 commit comments

Comments
 (0)