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

Commit 5fd5217

Browse files
committed
upgrade bcl.async deps
1 parent eaa8390 commit 5fd5217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceStack.Text/ServiceStack.Text.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2323
<PackageReference Include="System.Runtime" Version="4.3.1" />
24-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
24+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
2525
</ItemGroup>
2626
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
2727
<PackageReference Include="System.Runtime" Version="4.3.1" />

src/ServiceStack.Text/ServiceStack.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
2525
<PackageReference Include="System.Runtime" Version="4.3.1" />
26-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
26+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
2727
</ItemGroup>
2828
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
2929
<PackageReference Include="System.Runtime" Version="4.3.1" />

0 commit comments

Comments
 (0)