C#: Update integration tests to target and request .NET 10.

This commit is contained in:
Michael Nebel
2025-11-24 12:46:13 +01:00
parent 66aaa62ad9
commit 4c3176ef1a
88 changed files with 89 additions and 89 deletions

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<LanguageTargets>$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets</LanguageTargets> <LanguageTargets>$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets</LanguageTargets>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<RootNamespace>Resx.Test1.Test2</RootNamespace> <RootNamespace>Resx.Test1.Test2</RootNamespace>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,10 +2,10 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework> <TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

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

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0;net6.0;netcoreapp3.1;netstandard2.0;net48</TargetFrameworks> <TargetFrameworks>net10.0;net6.0;netcoreapp3.1;netstandard2.0;net48</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0</TargetFrameworks> <TargetFrameworks>net10.0</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "9.0.304" "version": "10.0.100"
} }
} }

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net9.0;net6.0;netcoreapp3.1;netstandard2.0;net48</TargetFrameworks> <TargetFrameworks>net10.0;net6.0;netcoreapp3.1;netstandard2.0;net48</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<Target Name="DeleteBinObjFolders" BeforeTargets="Clean"> <Target Name="DeleteBinObjFolders" BeforeTargets="Clean">