- <Project>
- <PropertyGroup>
- <!-- Workaround while there is no SDK available that understands the TFM; suppress unsupported version errors. -->
- <NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
- <PublishTrimmed>true</PublishTrimmed>
- <TrimMode>full</TrimMode>
- <SelfContained>true</SelfContained>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <!-- Enable NuGet static graph evaluation to optimize incremental restore -->
- <RestoreUseStaticGraphEvaluation>true</RestoreUseStaticGraphEvaluation>
- </PropertyGroup>
- </Project>
|