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