1
0

Added support for .NET 10.0 and C#14, removed support for .NET 6.0

This commit is contained in:
2025-11-13 20:43:19 +01:00
parent e238b2a5f4
commit f6f4bc085f
9 changed files with 26 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<LangVersion>14.0</LangVersion>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>