Upgraded project and E2E tests to dotnet 10

This commit is contained in:
2025-11-19 08:56:34 +01:00
parent e87e9cb79b
commit b537f67466
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>