When single-targeting, use the singular.

It's a little different in msbuild.
This commit is contained in:
Brandon Thetford
2024-07-09 20:48:01 -07:00
parent 4d86227518
commit 043538c581

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<!-- =================================================================== --> <!-- =================================================================== -->
<!-- Version numbers --> <!-- Version numbers -->
<!-- Automatically updated by gitversion (run `dotnet-gitversion /updateprojectfiles`) --> <!-- Automatically updated by gitversion (run `dotnet-gitversion /updateprojectfiles`) -->
@@ -19,7 +19,7 @@
<!-- .NET Build Settings --> <!-- .NET Build Settings -->
<!-- =================================================================== --> <!-- =================================================================== -->
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks> <TargetFramework>net8.0</TargetFramework>
<LangVersion>12</LangVersion> <LangVersion>12</LangVersion>
<RootNamespace>$(AssemblyName)</RootNamespace> <RootNamespace>$(AssemblyName)</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>