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

Commit faf81c4

Browse files
committed
Update .Source csproj's
1 parent 36004dd commit faf81c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Thread-Safe Basic and Pooled client managers included.
1111
</PackageDescription>
1212
<PackageTags>Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags>
13+
<GenerateDocumentationFile>false</GenerateDocumentationFile>
1314
</PropertyGroup>
1415
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
1516
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
@@ -29,7 +30,7 @@
2930
</ItemGroup>
3031
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
3132
<Reference Include="System.Net" />
32-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
33+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
3334
</ItemGroup>
3435
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3536
<PackageReference Include="System.Net.Security" Version="4.3.2" />
@@ -38,9 +39,9 @@
3839
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
3940
<PackageReference Include="System.Data.Common" Version="4.3.0" />
4041
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
41-
42+
4243
<!-- note: not needed from netstandard2.1 or netcoreapp3.0 onwards -->
43-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
44+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
4445
</ItemGroup>
4546

4647
</Project>

0 commit comments

Comments
 (0)