Update to .NET 10 LTS

This commit is contained in:
stax76
2025-11-20 00:56:03 +01:00
parent 8f38eba23e
commit 5f0fb4ebc3
6 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<RootNamespace>MpvNet.Windows</RootNamespace>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<PublishSingleFile>true</PublishSingleFile>