File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
13+ <GenerateSBOM >true</GenerateSBOM >
1314 <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
1415 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1516 <NoWarn >$(NoWarn);Uno0001</NoWarn >
Original file line number Diff line number Diff line change 55 </ItemGroup >
66
77 <ItemGroup Condition =" '$(Configuration)' == 'Release'" >
8+ <PackageReference Include =" Microsoft.Sbom.Targets" Version =" 3.0.1" PrivateAssets =" all" />
89 <PackageReference Include =" NuGet.Build.Tasks.Pack" Version =" 6.12.1" PrivateAssets =" all" Pack =" false" />
9- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All " />
10+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" all " />
1011 </ItemGroup >
1112
1213 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments