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

Commit b0fefb5

Browse files
committed
upgrade .Source.csproj
1 parent 6b7a558 commit b0fefb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceStack.Redis/ServiceStack.Redis.Source.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
3232
<Reference Include="System.Net" />
33-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
33+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
3434
</ItemGroup>
3535
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3636
<PackageReference Include="System.Net.Security" Version="4.3.2" />
@@ -41,7 +41,7 @@
4141
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
4242

4343
<!-- note: not needed from netstandard2.1 or netcoreapp3.0 onwards -->
44-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
44+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
4545
</ItemGroup>
4646

4747
</Project>

0 commit comments

Comments
 (0)