Skip to content

Commit 71bd8f1

Browse files
authored
Bring back properties until we re-bootstrap to a newer Arcade SDK (#15330)
1 parent 2c4eeab commit 71bd8f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<RepositoryUrl>https://github.com/dotnet/arcade</RepositoryUrl>
1717
<!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
1818
<WarningsNotAsErrors Condition="'$(OfficialBuild)' != 'true'">$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
19+
<!-- TODO: Remove when the VMR uses a new bootstrap Arcade.Sdk in source-only builds that has the TFM changes in TargetFrameworkDefaults.props. -->
20+
<NetCurrent>net10.0</NetCurrent>
21+
<NetPrevious>net9.0</NetPrevious>
22+
<NetToolCurrent>$(NetCurrent)</NetToolCurrent>
23+
<NetToolMinimum Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(NetToolCurrent)</NetToolMinimum>
1924
</PropertyGroup>
2025

2126
</Project>

0 commit comments

Comments
 (0)