1
0
mirror of https://github.com/godotengine/godot synced 2024-07-05 16:23:36 +00:00

Specify a runtime rollforward for OpenVisualStudio

Use `LatestMajor`

Fixes #91638
This commit is contained in:
Paul Joannon 2024-05-07 19:40:25 +02:00
parent 55b8724bd5
commit c2d72a691f
No known key found for this signature in database
GPG Key ID: C12F69B0AD0390DD

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>