File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Intility.Extensions.Logging.Sentry
Intility.Extensions.Logging
Intility.Logging.AspNetCore Expand file tree Collapse file tree 5 files changed +10
-10
lines changed 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.3.1 " />
10+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.1.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 1- <Project Sdk =" Microsoft.NET.Sdk.Worker" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Worker" >
22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
55 <UserSecretsId >dotnet-WorkerSample-E1FD34C8-B239-4D87-8143-0BA5129DDB52</UserSecretsId >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.2 " />
10- <PackageReference Include =" Serilog.Enrichers.AzureClaims" Version =" 1.1.2 " />
9+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.3 " />
10+ <PackageReference Include =" Serilog.Enrichers.AzureClaims" Version =" 1.1.3 " />
1111 </ItemGroup >
1212
1313 <ItemGroup >
Original file line number Diff line number Diff line change 2121
2222 <ItemGroup >
2323 <PackageReference Include =" Sentry.AspNetCore" Version =" 5.0.1" />
24- <PackageReference Include =" Sentry.Serilog" Version =" 5.2 .0" />
24+ <PackageReference Include =" Sentry.Serilog" Version =" 5.4 .0" />
2525 </ItemGroup >
2626
2727 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0;net8.0</TargetFrameworks >
2929 </ItemGroup >
3030
3131 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
32- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.2 " />
32+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.3 " />
3333 </ItemGroup >
3434
3535 <ItemGroup >
Original file line number Diff line number Diff line change 3535 </ItemGroup >
3636
3737 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
38- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.2 " />
39- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.2 " />
38+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.3 " />
39+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.3 " />
4040 <PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
4141 </ItemGroup >
4242
You can’t perform that action at this time.
0 commit comments