File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments