Skip to content

Commit d7a56a0

Browse files
committed
Update frameworkVersion entry to correct Blazor WASM version
1 parent 0e5c284 commit d7a56a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frameworks/keyed/blazor-wasm/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Blazor WebAssembly demo",
55
"js-framework-benchmark": {
6-
"frameworkVersion": "3.1.0-preview4.19579.2",
6+
"frameworkVersion": "3.2.0-preview4.20210.8",
77
"customURL": "/dist/wwwroot/"
88
},
99
"scripts": {
@@ -20,5 +20,6 @@
2020
"repository": {
2121
"type": "git",
2222
"url": "https://github.com/krausest/js-framework-benchmark.git"
23-
}
23+
},
24+
"dependencies": {}
2425
}

0 commit comments

Comments
 (0)