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

Commit

Permalink
Update ServiceStack.Redis.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 15, 2021
1 parent 5b5e2dc commit 9a69480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceStack.Redis/ServiceStack.Redis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System.Net" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Net.Security" Version="4.3.2" />
Expand All @@ -40,7 +40,7 @@
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />

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

</Project>

0 comments on commit 9a69480

Please sign in to comment.