Compare commits
3 Commits
876c09f49f
...
4fdcec1a13
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fdcec1a13 | |||
|
4efb21ca1c
|
|||
|
2b6659239d
|
@@ -49,7 +49,6 @@
|
||||
<EmitCompilerGeneratedFiles>false</EmitCompilerGeneratedFiles>
|
||||
<GenerateRequiresPreviewFeaturesAttribute>False</GenerateRequiresPreviewFeaturesAttribute>
|
||||
<DefaultItemExcludes>$(DefaultItemExcludes);*.log;*.binlog</DefaultItemExcludes>
|
||||
<GenerateSBOM>true</GenerateSBOM>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="$(ArtifactsPath) == '' AND $(DisableCustomArtifactsPath) != 'true'">
|
||||
@@ -131,6 +130,7 @@
|
||||
<!-- Mark assemblies as CLS compliant so the compiler warns on non compliant usage -->
|
||||
<PropertyGroup Condition="$(IsPackable) == 'true'">
|
||||
<ClsCompliant>true</ClsCompliant>
|
||||
<GenerateSBOM>true</GenerateSBOM>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AssemblyAttribute Include="System.CLSCompliant">
|
||||
|
||||
Reference in New Issue
Block a user