Skip to content

Commit

Permalink
[msbuild] Allow the remote Build process to run on newer .NET version…
Browse files Browse the repository at this point in the history
…s than the one it was built for.

This makes it possible to run the build agent when .NET 9 is installed on the
mac.
  • Loading branch information
rolfbjarne committed Sep 20, 2024
1 parent 48bcb52 commit a19bf35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<LangVersion>latest</LangVersion>
<WarningsAsErrors>Nullable</WarningsAsErrors>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<RollForward>LatestMajor</RollForward>
</PropertyGroup>

<PropertyGroup Label="Messaging">
Expand Down

0 comments on commit a19bf35

Please sign in to comment.