File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 77 <PackageOutputPath >$(MSBuildThisFileDirectory)artifacts\</PackageOutputPath >
88 <IsPackable >false</IsPackable >
99 <NoWarn >$(NoWarn);NU1507</NoWarn >
10+
11+ <!-- tool versions -->
12+ <WasmToolsVersion >1.221.1</WasmToolsVersion >
13+ <WacVersion >v0.6.1</WacVersion >
14+ <PrebuiltWitBindgenVersion >0.36.0</PrebuiltWitBindgenVersion >
15+ <PrebuildWkgVersion >0.8.5</PrebuildWkgVersion >
16+
1017 </PropertyGroup >
1118</Project >
Original file line number Diff line number Diff line change 88 <PackageVersion Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 10.0.0-alpha.1.24573.1" />
99
1010 <!-- Tests -->
11- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
12- <PackageVersion Include =" xunit" Version =" 2.9.2 " />
13- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2 " />
11+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" [ 17.12.0,) " />
12+ <PackageVersion Include =" xunit" Version =" [ 2.9.0,) " />
13+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" [ 2.8.0,) " />
1414 </ItemGroup >
1515</Project >
Original file line number Diff line number Diff line change 2121 <BuildWasmToolsLocally >false</BuildWasmToolsLocally >
2222 <WasmToolsModuleRoot >$(MSBuildThisFileDirectory)..\..\modules\wasm-tools\</WasmToolsModuleRoot >
2323
24- <WasmToolsVersion >1.220.0</WasmToolsVersion >
2524 <PrebuiltWasmToolsBaseUrl >https://github.com/bytecodealliance/wasm-tools/releases/download/v$(WasmToolsVersion)/wasm-tools-$(WasmToolsVersion)</PrebuiltWasmToolsBaseUrl >
26-
27- <WacVersion >v0.6.1</WacVersion >
2825 <WacBaseUrl >https://github.com/bytecodealliance/wac/releases/download/$(WacVersion)/wac-cli</WacBaseUrl >
2926
3027 <!-- Don't pack any assemblies in lib/*/.dll.-->
Original file line number Diff line number Diff line change 1919 <!-- Things you might want to edit -->
2020 <!-- Set BuildWitBindgenLocally to true if you want to build modules/wit-bindgen locally and use its output -->
2121 <BuildWitBindgenLocally >false</BuildWitBindgenLocally >
22- <PrebuiltWitBindgenVersion >0.34.0</PrebuiltWitBindgenVersion >
2322 <PrebuiltWitBindgenBaseUrl >https://github.com/bytecodealliance/wit-bindgen/releases/download/v$(PrebuiltWitBindgenVersion)/wit-bindgen-$(PrebuiltWitBindgenVersion)</PrebuiltWitBindgenBaseUrl >
2423 <WitBindgenModuleRoot >$(MSBuildThisFileDirectory)..\..\modules\wit-bindgen\</WitBindgenModuleRoot >
2524
2625 <!-- This is a marker file that lets the build scripts identity if the files need to be modified when updating versions -->
2726 <CurrentWitBindgenVersion >$(MSBuildThisFileDirectory)tools\version-wit-bindgen-$(PrebuiltWitBindgenVersion)</CurrentWitBindgenVersion >
28-
29- <PrebuildWkgVersion >0.8.1</PrebuildWkgVersion >
27+
3028 <PrebuildWkgBaseUrl >https://github.com/bytecodealliance/wasm-pkg-tools/releases/download/v$(PrebuildWkgVersion)/wkg</PrebuildWkgBaseUrl >
3129 <CurrentWkgVersion >$(MSBuildThisFileDirectory)tools\version-wkg-$(PrebuildWkgVersion)</CurrentWkgVersion >
3230
You can’t perform that action at this time.
0 commit comments