* Add support for multi-thread wasm blazor * Order the folder name parts (#2774) * this * handle the matrix of st/mt and /simd/non-simd * Merge remote-tracking branch 'origin/main' into dev/mt-main # Conflicts: # scripts/azure-templates-stages.yml * wasm things * Added a sample
13 lines
417 B
JSON
13 lines
417 B
JSON
{
|
|
"profiles": {
|
|
"SkiaSharpSample": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:7184;http://localhost:5264",
|
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
|
}
|
|
}
|
|
}
|