summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Joannon <hello@pauljoannon.com>2024-05-07 19:40:25 +0200
committerPaul Joannon <hello@pauljoannon.com>2024-05-07 19:40:25 +0200
commitc2d72a691f7b090b56b0bc00a00a01c6d40c7eb8 (patch)
tree3ce4248e6ba0537275e58b6af6362e0c85975eda
parent55b8724bd5188932b69a6ee484ab092cd95d4498 (diff)
downloadredot-engine-c2d72a691f7b090b56b0bc00a00a01c6d40c7eb8.tar.gz
Specify a runtime rollforward for OpenVisualStudio
Use `LatestMajor` Fixes #91638
-rw-r--r--modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj
index 7360118ee4..f23f2b9a8c 100644
--- a/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj
+++ b/modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj
@@ -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>