1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Dotnet: Fix attributes for sln/csproj files

This commit is contained in:
Thaddeus Crews
2024-05-02 15:12:49 -05:00
parent b9e022302a
commit 64f2e8b64f
21 changed files with 74 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Build.NoTargets/2.0.1">
<Project Sdk="Microsoft.Build.NoTargets/2.0.1">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>