@@ -209,25 +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 =
213
- build_property.VerifyReferenceTrimCompatibility =
214
- build_property.VerifyReferenceAotCompatibility =
212
+ build_property.IncludeAllContentForSelfExtract =
213
+ build_property.VerifyReferenceTrimCompatibility =
214
+ build_property.VerifyReferenceAotCompatibility =
215
215
build_property.TargetFramework = net{ TargetFrameworkVersion }
216
216
build_property.TargetFrameworkIdentifier = .NETCoreApp
217
217
build_property.TargetFrameworkVersion = v{ TargetFrameworkVersion }
218
- build_property.TargetPlatformMinVersion =
219
- build_property.UsingMicrosoftNETSdkWeb =
220
- build_property.ProjectTypeGuids =
221
- build_property.InvariantGlobalization =
222
- build_property.PlatformNeutralAssembly =
223
- 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 =
224
224
build_property._SupportedPlatformList = Linux,macOS,Windows
225
225
build_property.RootNamespace = { fileNameWithoutExtension }
226
226
build_property.ProjectDir = { fileDirectory } { Path . DirectorySeparatorChar }
227
- build_property.EnableComHosting =
227
+ build_property.EnableComHosting =
228
228
build_property.EnableGeneratedComInterfaceComImportInterop = false
229
229
build_property.EffectiveAnalysisLevelStyle = { TargetFrameworkVersion }
230
- build_property.EnableCodeStyleSeverity =
230
+ build_property.EnableCodeStyleSeverity =
231
231
232
232
""" ) ;
233
233
}
0 commit comments