File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <BlazorEnableTimeZoneSupport >false</BlazorEnableTimeZoneSupport >
88 <BlazorWebAssemblyPreserveCollationData >false</BlazorWebAssemblyPreserveCollationData >
99 <InvariantGlobalization >true</InvariantGlobalization >
1010 <ServiceWorkerAssetsManifest >service-worker-assets.js</ServiceWorkerAssetsManifest >
1111 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
12+ <OverrideHtmlAssetPlaceholders >true</OverrideHtmlAssetPlaceholders >
1213 </PropertyGroup >
1314
1415 <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
1516 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1617 </PropertyGroup >
1718
1819 <ItemGroup >
19- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.10 " />
20- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.10 " PrivateAssets =" all" />
21- <PackageReference Include =" MudBlazor" Version =" 8.13 .0" />
20+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0 " />
21+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0 " PrivateAssets =" all" />
22+ <PackageReference Include =" MudBlazor" Version =" 8.14 .0" />
2223 </ItemGroup >
2324
2425 <ItemGroup >
Original file line number Diff line number Diff line change 1414 < link href ="icon-192.png " type ="image/png " rel ="icon " sizes ="192x192 " />
1515 < link href ="icon-512.png " rel ="apple-touch-icon " sizes ="512x512 " />
1616 < link href ="icon-192.png " rel ="apple-touch-icon " sizes ="192x192 " />
17+ < script type ="importmap "> </ script >
1718</ head >
1819
1920< body >
3031 < a href ="" class ="reload "> Reload</ a >
3132 < a class ="dismiss "> 🗙</ a >
3233 </ div >
33- < script src ="_framework/blazor.webassembly.js "> </ script >
34+ < script src ="_framework/blazor.webassembly#[.{fingerprint}] .js "> </ script >
3435 < script src ="_content/MudBlazor/MudBlazor.min.js "> </ script >
3536 < script > navigator . serviceWorker . register ( 'service-worker.js' ) ; </ script >
3637</ body >
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMinor" ,
5- "version" : " 9 .0.306 "
5+ "version" : " 10 .0.100 "
66 }
77}
You can’t perform that action at this time.
0 commit comments