Skip to content

Commit c2d72a6

Browse files
committed
Specify a runtime rollforward for OpenVisualStudio
Use `LatestMajor` Fixes godotengine#91638
1 parent 55b8724 commit c2d72a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Nullable>enable</Nullable>
88
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
99
<SelfContained>False</SelfContained>
10+
<RollForward>LatestMajor</RollForward>
1011
</PropertyGroup>
1112
<PropertyGroup Condition="Exists('$(SolutionDir)/../../../../bin/GodotSharp/Api/Debug/GodotSharp.dll') And ('$(GodotPlatform)' == 'windows' Or ('$(GodotPlatform)' == '' And '$(OS)' == 'Windows_NT'))">
1213
<OutputPath>$(SolutionDir)/../../../../bin/GodotSharp/Tools</OutputPath>

0 commit comments

Comments
 (0)