Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
Set net6 flag
  • Loading branch information
sm6srw authored Dec 6, 2023
1 parent 3dbe2e1 commit af04285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<Solution>Dynamo.All.sln</Solution>
<Platform>Any CPU</Platform>
<DotNet>net8.0</DotNet>
<DotNet>net6.0</DotNet>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<NuGetPath>$(MSBuildProjectDirectory)\..\tools\Nuget\NuGet.exe</NuGetPath>
</PropertyGroup>
Expand Down

0 comments on commit af04285

Please sign in to comment.