Browse Source

Fix projects

pull/3346/head
Christoph Wille 1 year ago
parent
commit
8c1e204dc7
  1. 2
      ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj
  2. 2
      ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj

2
ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj

@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.0.0">
<PackageReference Include="Microsoft.Sbom.Targets">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

2
ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj

@ -98,7 +98,7 @@ @@ -98,7 +98,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.0.0">
<PackageReference Include="Microsoft.Sbom.Targets">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

Loading…
Cancel
Save