Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9a69480

Browse files
committed
Update ServiceStack.Redis.csproj
1 parent 5b5e2dc commit 9a69480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Redis/ServiceStack.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
3131
<Reference Include="System.Net" />
32-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
32+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
3333
</ItemGroup>
3434
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3535
<PackageReference Include="System.Net.Security" Version="4.3.2" />
@@ -40,7 +40,7 @@
4040
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
4141

4242
<!-- note: not needed from netstandard2.1 or netcoreapp3.0 onwards -->
43-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
43+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
4444
</ItemGroup>
4545

4646
</Project>

0 commit comments

Comments
 (0)