Merge pull request #91670 from paulloz/dotnet/fix-godottools-openvisualstudio

C#: Specify a runtime rollforward for OpenVisualStudio
This commit is contained in:
Rémi Verschelde 2024-05-08 12:31:23 +02:00
commit 6533c52706
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>False</SelfContained>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>
<PropertyGroup Condition="Exists('$(SolutionDir)/../../../../bin/GodotSharp/Api/Debug/GodotSharp.dll') And ('$(GodotPlatform)' == 'windows' Or ('$(GodotPlatform)' == '' And '$(OS)' == 'Windows_NT'))">
<OutputPath>$(SolutionDir)/../../../../bin/GodotSharp/Tools</OutputPath>