File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
templates/content/wasi-cli Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup .NET
2929 uses : actions/setup-dotnet@v4
3030 with :
31- dotnet-version : 8 .x
31+ dotnet-version : 9 .x
3232 - name : Download artifacts
3333 uses : actions/download-artifact@v4
3434 with :
Original file line number Diff line number Diff line change 99 <NoWarn >$(NoWarn);NU1507</NoWarn >
1010
1111 <!-- tool versions -->
12- <WasmToolsVersion >1.221.1 </WasmToolsVersion >
12+ <WasmToolsVersion >1.227.0 </WasmToolsVersion >
1313 <WacVersion >v0.6.1</WacVersion >
14- <PrebuiltWitBindgenVersion >0.36 .0</PrebuiltWitBindgenVersion >
15- <PrebuildWkgVersion >0.8.5 </PrebuildWkgVersion >
14+ <PrebuiltWitBindgenVersion >0.40 .0</PrebuiltWitBindgenVersion >
15+ <PrebuildWkgVersion >0.10.0 </PrebuildWkgVersion >
1616
1717 </PropertyGroup >
1818</Project >
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <!-- find latest versions at https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-experimental by name of package -->
7- <PackageVersion Include =" Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.24573 .1" />
8- <PackageVersion Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.24573 .1" />
7+ <PackageVersion Include =" Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.25118 .1" />
8+ <PackageVersion Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.25118 .1" />
99
1010 <!-- Tests -->
1111 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" [17.12.0,)" />
Original file line number Diff line number Diff line change 1515
1616 <ItemGroup >
1717 <PackageReference Include =" BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version =" 0.5.0-preview00008" />
18- <PackageReference Condition =" '$(platform)' == 'Windows_NT'" Include =" runtime.win-x64.microsoft.dotnet.ilcompiler.llvm" Version =" 10.0.0-alpha.1.24573 .1" />
19- <PackageReference Condition =" '$(platform)' == 'linux'" Include =" runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm" Version =" 10.0.0-alpha.1.24573 .1" />
18+ <PackageReference Condition =" '$(platform)' == 'Windows_NT'" Include =" runtime.win-x64.microsoft.dotnet.ilcompiler.llvm" Version =" 10.0.0-alpha.1.25118 .1" />
19+ <PackageReference Condition =" '$(platform)' == 'linux'" Include =" runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm" Version =" 10.0.0-alpha.1.25118 .1" />
2020 </ItemGroup >
2121</Project >
Original file line number Diff line number Diff line change 1818
1919 <ItemGroup >
2020 <PackageReference Include =" BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version =" $(PackageVersion)" />
21- <PackageReference Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.24573 .1" />
21+ <PackageReference Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.25118 .1" />
2222
2323 <!-- Just to ensure build order -->
2424 <ProjectReference Include =" ..\E2EProducer\E2EProducer.csproj" ReferenceOutputAssembly =" false" />
Original file line number Diff line number Diff line change 1616
1717 <ItemGroup >
1818 <PackageReference Include =" BytecodeAlliance.Componentize.DotNet.Wasm.SDK" Version =" $(PackageVersion)" />
19- <PackageReference Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.24573 .1" />
19+ <PackageReference Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.25118 .1" />
2020 </ItemGroup >
2121
2222 <ItemGroup >
You can’t perform that action at this time.
0 commit comments