Skip to content

Commit 8a067ee

Browse files
authored
bump: ms.bcl.async-interfaces (#618)
* bump: ms.bcl.async-interfaces * changelog
1 parent 9fa1c78 commit 8a067ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Fix Cache deleted on HttpTransport exception. (#610) @lucas-zimerman
77
* Add SentryScopeStateProcessor #603
88
* Add net5.0 TFM to libraries #606
9+
* Bump Microsoft.Bcl.AsyncInterfaces to 5.0.0 #618
910

1011
## 3.0.0-alpha.5
1112

src/Sentry/Sentry.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
2626
<PackageReference Include="System.Buffers" Version="4.5.1" />
2727
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
28-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
28+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
2929
<Reference Include="System.Net.Http" />
3030
</ItemGroup>
3131

3232
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
3333
<PackageReference Include="System.Buffers" Version="4.5.1" />
3434
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
35-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
35+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
3636
</ItemGroup>
3737

38-
</Project>
38+
</Project>

0 commit comments

Comments
 (0)