Skip to content

Commit 8c1e204

Browse files
Fix projects
1 parent 49fa5d6 commit 8c1e204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</PropertyGroup>
7171

7272
<ItemGroup>
73-
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.0.0">
73+
<PackageReference Include="Microsoft.Sbom.Targets">
7474
<PrivateAssets>all</PrivateAssets>
7575
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7676
</PackageReference>

ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PrivateAssets>all</PrivateAssets>
9999
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
100100
</PackageReference>
101-
<PackageReference Include="Microsoft.Sbom.Targets" Version="3.0.0">
101+
<PackageReference Include="Microsoft.Sbom.Targets">
102102
<PrivateAssets>all</PrivateAssets>
103103
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
104104
</PackageReference>

0 commit comments

Comments
 (0)