Skip to content

Commit 68cf3f8

Browse files
loekensgardclaude
andcommitted
fix: bump Sentry SDK to 6.0.0 and update dependencies
- Sentry.AspNetCore and Sentry.Serilog 5.16.2 → 6.0.0 - Microsoft.Extensions.Hosting.Abstractions 10.0.0 → 10.0.1 - Microsoft.Extensions.Logging.Abstractions 10.0.0 → 10.0.1 - Swashbuckle.AspNetCore 10.0.1 → 10.1.0 - Serilog.Enrichers.AzureClaims 1.2.1 → 1.2.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5ee34f6 commit 68cf3f8

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

samples/MinimalApiSample/MinimalApiSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.0.1" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.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" />

samples/WorkerSample/WorkerSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
9+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/Intility.Extensions.Logging.Sentry/Intility.Extensions.Logging.Sentry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Sentry.AspNetCore" Version="5.16.2" />
24-
<PackageReference Include="Sentry.Serilog" Version="5.16.2" />
23+
<PackageReference Include="Sentry.AspNetCore" Version="6.0.0" />
24+
<PackageReference Include="Sentry.Serilog" Version="6.0.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

src/Intility.Extensions.Logging/Intility.Extensions.Logging.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2121
</PropertyGroup>
2222

23-
<ItemGroup>
24-
<PackageReference Include="Serilog" Version="4.3.0" />
25-
</ItemGroup>
26-
2723
<ItemGroup>
28-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
24+
<PackageReference Include="Serilog" Version="4.3.0" />
25+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.1" />
2926
</ItemGroup>
3027

3128
<ItemGroup>

src/Intility.Logging.AspNetCore/Intility.Logging.AspNetCore.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<PackageReference Include="Serilog.Enrichers.AssemblyName" Version="2.0.0" />
2626
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
2727
<PackageReference Include="Serilog.Enrichers.Memory" Version="1.0.4" />
28-
<PackageReference Include="Serilog.Enrichers.AzureClaims" Version="1.2.1" />
28+
<PackageReference Include="Serilog.Enrichers.AzureClaims" Version="1.2.2" />
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0" />
33-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.1" />
33+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
3434
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
3535
</ItemGroup>
3636

0 commit comments

Comments
 (0)