Skip to content

Commit 03c769a

Browse files
authored
Merge pull request #1100 from dotnet/dev/moljac/mu-20250224-sbom-removal
Manual updates 20250224 disabling `Microsoft.Sbom.Targets` nuget and SBOM generation
2 parents 9fe3703 + 556c795 commit 03c769a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

source/AndroidXProject.cshtml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,6 @@
149149
}
150150
</ItemGroup>
151151

152-
<PropertyGroup>
153-
<GenerateSBOM>true</GenerateSBOM>
154-
</PropertyGroup>
155-
156-
<ItemGroup>
157-
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.0.0">
158-
<PrivateAssets>all</PrivateAssets>
159-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
160-
</PackageReference>
161-
</ItemGroup>
162-
163-
164-
165152
@{ await IncludeAsync("source/_PackageLevelCustomizations.cshtml", Model); }
166153

167154
</Project>

0 commit comments

Comments
 (0)