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 7f1a5ab commit 58b811fCopy full SHA for 58b811f
Directory.Build.props
@@ -3,6 +3,8 @@
3
<!-- Note: MUST be imported *after* $(Configuration) is set! -->
4
<PropertyGroup>
5
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+ <!-- Mono's MSBuild does not support some implicit .NET6 source generator stuff -->
7
+ <TreatWarningsAsErrors Condition=" '$(Configuration)' == 'Release' And '$(MSBuildRuntimeType)' != 'Mono' ">true</TreatWarningsAsErrors>
8
<_OutputPath>$(MSBuildThisFileDirectory)bin\Build$(Configuration)\</_OutputPath>
9
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
10
</PropertyGroup>
0 commit comments