File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/Serilog.Sinks.AzureBlobStorage Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Changes
22
3+ ### 4.0.2 07/23/2024
4+ - Updated System.Text.Json to 8.0.4 to address [ CVE-2024 -30105] ( https://github.com/advisories/GHSA-hh2w-p6rv-4g7w ) .
5+ - Replaced Microsoft.Extensions.Hosting with Microsoft.Extensions.Configuration.Abstractions.
6+
37### 4.0.1 07/18/2024
48- Updated references so that Microsoft.Bcl.AsyncInterfaces is only required for netstandard2.0.
59- Updated/clarified extension method that supports Sas token authentication.
Original file line number Diff line number Diff line change 3939 <ItemGroup >
4040 <PackageReference Include =" Azure.Identity" Version =" 1.12.0" />
4141 <PackageReference Include =" Azure.Storage.Blobs" Version =" 12.21.0" />
42- <PackageReference Include =" Microsoft.Extensions.Hosting " Version =" 8.0.0" />
42+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions " Version =" 8.0.0" />
4343 <PackageReference Include =" Serilog" Version =" 4.0.0" />
44+ <PackageReference Include =" System.Text.Json" Version =" 8.0.4" />
4445 </ItemGroup >
4546
4647 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
You can’t perform that action at this time.
0 commit comments