Skip to content

Commit

Permalink
Bring back properties until we re-bootstrap to a newer Arcade SDK (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Dec 12, 2024
1 parent 2c4eeab commit 71bd8f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<RepositoryUrl>https://github.com/dotnet/arcade</RepositoryUrl>
<!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
<WarningsNotAsErrors Condition="'$(OfficialBuild)' != 'true'">$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
<!-- TODO: Remove when the VMR uses a new bootstrap Arcade.Sdk in source-only builds that has the TFM changes in TargetFrameworkDefaults.props. -->
<NetCurrent>net10.0</NetCurrent>
<NetPrevious>net9.0</NetPrevious>
<NetToolCurrent>$(NetCurrent)</NetToolCurrent>
<NetToolMinimum Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(NetToolCurrent)</NetToolMinimum>
</PropertyGroup>

</Project>

0 comments on commit 71bd8f1

Please sign in to comment.