build: upgrade to .NET 10 and update dependencies
- Bump TargetFramework to net10.0 in Directory.Build.props - Update Microsoft.Extensions and OpenTelemetry packages to latest versions - Update test SDK and xunit runner - Refactor TestWebSocketServer to use HostBuilder and ConfigureWebHost to respond to deprecation notice - Pin FluentAssertions version to [7.2.0] - Remove redundant Microsoft.Extensions.Http reference in StevesBot.Webhook
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<AnalysisLevel>latest</AnalysisLevel>
|
||||
|
||||
Reference in New Issue
Block a user