update external module/theme templates to .NET 10

This commit is contained in:
sbwalker
2025-10-14 15:35:42 -04:00
parent 68aeee7c45
commit 23ae819b70
10 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Version>1.0.0</Version>
<Product>[Owner].Module.[Module]</Product>
<Authors>[Owner]</Authors>