C#: Update .NET version in project files.

This commit is contained in:
Michael Nebel
2024-11-15 14:47:57 +01:00
parent 6b9d9a2c94
commit d8313fc7b4
176 changed files with 176 additions and 176 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>