Skip to content

Commit decb828

Browse files
committedMar 18, 2025
fix DotNet.Wasm.SDK version, remove explicit package for runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm
1 parent 32b8da1 commit decb828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎example-cs-component.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version="v0.6.0-preview00009" />
18-
<PackageReference Include="runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm" Version="10.0.0-alpha.1.25075.1" />
17+
<PackageReference Include="BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version="0.6.0-preview00009" />
1918
</ItemGroup>
2019

2120
<ItemGroup>

0 commit comments

Comments
 (0)