We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4eeab commit 71bd8f1Copy full SHA for 71bd8f1
Directory.Build.props
@@ -16,6 +16,11 @@
16
<RepositoryUrl>https://github.com/dotnet/arcade</RepositoryUrl>
17
<!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
18
<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>
24
</PropertyGroup>
25
26
</Project>
0 commit comments