File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(RepositoryRootDirectory)</SolutionDir >
4747 <ArtifactRoot >$(ArtifactsDirectory)</ArtifactRoot >
4848 <ArtifactTempDirectory >$(ArtifactsDirectory)temp</ArtifactTempDirectory >
49- <NoWarn >$(NoWarn);NU5105; MSB3277;NETSDK1138</NoWarn >
49+ <NoWarn >$(NoWarn);MSB3277;NETSDK1138</NoWarn >
5050 <!-- additional warnings new in .NET 6 that we need to disable when building with source-build -->
5151 <NoWarn Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >$(NoWarn);CS1998;CA1416;CS0618;CS1574</NoWarn >
5252 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
7878 <Prefer32Bit >false</Prefer32Bit >
7979 <ErrorReport >prompt</ErrorReport >
8080 <WarningLevel >4</WarningLevel >
81- <NoWarn >$(NoWarn);NU5105</NoWarn >
8281 <!-- Code Analysis is OFF by default -->
8382 <RunCodeAnalysis Condition =" '$(RunCodeAnalysis)' == ''" >false</RunCodeAnalysis >
8483 <!-- This property ensures that if you build the exact sources twice,
You can’t perform that action at this time.
0 commit comments