diff --git a/src/Phalanx.App/App.razor b/src/Phalanx.App/App.razor
index 1c99fbdd2..0d6ef5e27 100644
--- a/src/Phalanx.App/App.razor
+++ b/src/Phalanx.App/App.razor
@@ -1,4 +1,4 @@
-
+
@@ -11,4 +11,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Phalanx.App/Pages/Home/WelcomeView.razor b/src/Phalanx.App/Pages/Home/WelcomeView.razor
index fdb7b7b03..a1d275a41 100644
--- a/src/Phalanx.App/Pages/Home/WelcomeView.razor
+++ b/src/Phalanx.App/Pages/Home/WelcomeView.razor
@@ -16,6 +16,6 @@
Visit our GitHub repository to see source code, raise issues and see planning at
- https://github.com/BSData/phalanx
+ https://github.com/BSData/phalanx
\ No newline at end of file
diff --git a/src/Phalanx.App/Pages/Index.razor b/src/Phalanx.App/Pages/Index.razor
index 9d3dc429a..5faed24c3 100644
--- a/src/Phalanx.App/Pages/Index.razor
+++ b/src/Phalanx.App/Pages/Index.razor
@@ -3,5 +3,5 @@
- Edit sample roster
+ Edit sample roster
\ No newline at end of file
diff --git a/src/Phalanx.App/Phalanx.App.csproj b/src/Phalanx.App/Phalanx.App.csproj
index 09f3f5361..df9393d58 100644
--- a/src/Phalanx.App/Phalanx.App.csproj
+++ b/src/Phalanx.App/Phalanx.App.csproj
@@ -1,16 +1,13 @@
- net6.0
- enable
- enable
+ $(CommonTargetFramework)
-
diff --git a/src/Phalanx.App/Shared/MainLayout.razor b/src/Phalanx.App/Shared/MainLayout.razor
index 91cc6da1b..b9548e5a4 100644
--- a/src/Phalanx.App/Shared/MainLayout.razor
+++ b/src/Phalanx.App/Shared/MainLayout.razor
@@ -17,5 +17,7 @@
@code {
- static string AppVersion = typeof(Program).Assembly.GetCustomAttribute()?.InformationalVersion;
+ static string AppVersion =
+ typeof(Program).Assembly.GetCustomAttribute()?.InformationalVersion
+ ?? "(n/a)";
}
\ No newline at end of file
diff --git a/src/Phalanx.App/_Imports.razor b/src/Phalanx.App/_Imports.razor
index 5205aef1a..cff045b21 100644
--- a/src/Phalanx.App/_Imports.razor
+++ b/src/Phalanx.App/_Imports.razor
@@ -8,5 +8,4 @@
@using Microsoft.JSInterop
@using Phalanx.App
@using Phalanx.App.Shared
-@using Microsoft.Fast.Components.FluentUI
diff --git a/src/Phalanx.App/wwwroot/index.html b/src/Phalanx.App/wwwroot/index.html
index b467b4925..dc7fcc12e 100644
--- a/src/Phalanx.App/wwwroot/index.html
+++ b/src/Phalanx.App/wwwroot/index.html
@@ -28,11 +28,11 @@
🗙
+
-