File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
Intility.Extensions.Logging.Sentry
Intility.Extensions.Logging
Intility.Logging.AspNetCore Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <PackageReference Include =" Nuke.Common" Version =" 9.0.1 " />
15+ <PackageReference Include =" Nuke.Common" Version =" 9.0.3 " />
1616 </ItemGroup >
1717 <ItemGroup >
1818 <PackageDownload Include =" GitVersion.Tool" Version =" [5.12.0]" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.1 .0" />
10+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 7.2 .0" />
1111 <ProjectReference Include =" ..\..\src\Intility.Extensions.Logging.Elasticsearch\Intility.Extensions.Logging.Elasticsearch.csproj" />
1212 <ProjectReference Include =" ..\..\src\Intility.Extensions.Logging.Sentry\Intility.Extensions.Logging.Sentry.csproj" />
1313 <ProjectReference Include =" ..\..\src\Intility.Logging.AspNetCore\Intility.Logging.AspNetCore.csproj" />
Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" Sentry.AspNetCore" Version =" 4.13.0 " />
23- <PackageReference Include =" Sentry.Serilog" Version =" 4.13.0 " />
22+ <PackageReference Include =" Sentry.AspNetCore" Version =" 5.0.1 " />
23+ <PackageReference Include =" Sentry.Serilog" Version =" 5.0.1 " />
2424 </ItemGroup >
2525
2626 <ItemGroup >
Original file line number Diff line number Diff line change 2020 </PropertyGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" Serilog" Version =" 4.1 .0" />
23+ <PackageReference Include =" Serilog" Version =" 4.2 .0" />
2424 </ItemGroup >
2525
2626 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
Original file line number Diff line number Diff line change 2525 <PackageReference Include =" Serilog.Enrichers.Environment" Version =" 3.0.1" />
2626 <PackageReference Include =" Serilog.Enrichers.Memory" Version =" 1.0.4" />
2727 <PackageReference Include =" Serilog.Enrichers.AzureClaims" Version =" 1.1.1" />
28- <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
2928 </ItemGroup >
3029
3130 <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
3231 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0" />
3332 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.2" />
33+ <PackageReference Include =" Serilog.AspNetCore" Version =" 8.0.3" />
3434 </ItemGroup >
3535
3636 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
3737 <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.0" />
3838 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.0" />
39+ <PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
3940 </ItemGroup >
4041
4142
You can’t perform that action at this time.
0 commit comments