@@ -209,23 +209,25 @@ private void PrepareAuxiliaryFiles(out string rspPath)
209
209
build_property.EnableAotAnalyzer = true
210
210
build_property.EnableSingleFileAnalyzer = true
211
211
build_property.EnableTrimAnalyzer = true
212
- build_property.IncludeAllContentForSelfExtract =
212
+ build_property.IncludeAllContentForSelfExtract =
213
+ build_property.VerifyReferenceTrimCompatibility =
214
+ build_property.VerifyReferenceAotCompatibility =
213
215
build_property.TargetFramework = net{ TargetFrameworkVersion }
214
216
build_property.TargetFrameworkIdentifier = .NETCoreApp
215
217
build_property.TargetFrameworkVersion = v{ TargetFrameworkVersion }
216
- build_property.TargetPlatformMinVersion =
217
- build_property.UsingMicrosoftNETSdkWeb =
218
- build_property.ProjectTypeGuids =
219
- build_property.InvariantGlobalization =
220
- build_property.PlatformNeutralAssembly =
221
- build_property.EnforceExtendedAnalyzerRules =
218
+ build_property.TargetPlatformMinVersion =
219
+ build_property.UsingMicrosoftNETSdkWeb =
220
+ build_property.ProjectTypeGuids =
221
+ build_property.InvariantGlobalization =
222
+ build_property.PlatformNeutralAssembly =
223
+ build_property.EnforceExtendedAnalyzerRules =
222
224
build_property._SupportedPlatformList = Linux,macOS,Windows
223
225
build_property.RootNamespace = { fileNameWithoutExtension }
224
226
build_property.ProjectDir = { fileDirectory } { Path . DirectorySeparatorChar }
225
- build_property.EnableComHosting =
227
+ build_property.EnableComHosting =
226
228
build_property.EnableGeneratedComInterfaceComImportInterop = false
227
229
build_property.EffectiveAnalysisLevelStyle = { TargetFrameworkVersion }
228
- build_property.EnableCodeStyleSeverity =
230
+ build_property.EnableCodeStyleSeverity =
229
231
230
232
""" ) ;
231
233
}
0 commit comments