Skip to content

Commit

Permalink
Merge pull request #91670 from paulloz/dotnet/fix-godottools-openvisu…
Browse files Browse the repository at this point in the history
…alstudio

C#: Specify a runtime rollforward for OpenVisualStudio
  • Loading branch information
akien-mga committed May 8, 2024
2 parents 8debe8d + c2d72a6 commit 6533c52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6533c52

Please sign in to comment.