Upgrade to .NET 6 and update all dependencies
This commit is contained in:
parent
2356fbab4f
commit
28747dfe5b
17 changed files with 698 additions and 58 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
|
@ -7,8 +7,6 @@
|
|||
<title>Start</title>
|
||||
<base href="/" />
|
||||
|
||||
<script src="_content/Fluxor.Blazor.Web/scripts/index.js"></script>
|
||||
|
||||
<link href="css/spectre/spectre.css" rel="stylesheet" />
|
||||
<link href="css/spectre/spectre-exp.css" rel="stylesheet" />
|
||||
<link href="css/spectre/spectre-icons.css" rel="stylesheet" />
|
||||
|
|
@ -30,7 +28,7 @@
|
|||
<div id="blazor-error-ui">
|
||||
An unhandled error has occurred.
|
||||
<a href="" class="reload">Reload</a>
|
||||
<a class="dismiss">🗙</a>
|
||||
<a class="dismiss">×</a>
|
||||
</div>
|
||||
<script src="_content/Microsoft.AspNetCore.Components.WebAssembly.Authentication/AuthenticationService.js"></script>
|
||||
<script src="_framework/blazor.webassembly.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue