Skip to content

Commit 489f295

Browse files
jonpryorjeromelaban
authored andcommitted
chore(deps): Update Uno.Wasm.Bootstrap to 10.0.0-dev.24
The **Tests - WebAssembly Skia > Run Runtime Tests \* > Run WebAssembly Skia Runtime Tests** job fails with: Error: Failed to load config file blazor.boot.json SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON at xe (http://localhost:8000/_framework/dotnet.js:4:21471) at async http://localhost:8000/_framework/dotnet.js:4:31096 at async Bootstrapper.bootstrap (http://localhost:8000/package_cad083c022126debd2f8488f4d32c39d75cb8f7b/uno-bootstrap.js:159:47)", source: http://localhost:8000/_framework/dotnet.js (4) This is because we need to use a newer version of the Uno.Wasm.Bootstrap NuGet package. Update `Directory.Build.targets` to use Uno.Wasm.Bootstrap 10.0.0-dev.24 instead of 9.0.16.
1 parent 69cc392 commit 489f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<PackageReference Update="Uno.Core.Extensions.Disposables" Version="4.0.1" />
7777
<PackageReference Update="Uno.Core.Extensions.Compatibility" Version="4.0.1" />
7878
<PackageReference Update="Uno.Diagnostics.Eventing" Version="2.0.1" />
79-
<PackageReference Update="Uno.Wasm.Bootstrap" Version="9.0.16" />
79+
<PackageReference Update="Uno.Wasm.Bootstrap" Version="10.0.0-dev.24" />
8080
<PackageReference Update="MSTest" Version="$(MSTestVersion)" />
8181
<PackageReference Update="MSTest.TestFramework" Version="$(MSTestVersion)" />
8282
<PackageReference Update="MSTest.TestAdapter" Version="$(MSTestVersion)" />

0 commit comments

Comments
 (0)