diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 429308b..63ba6e5 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -2,7 +2,7 @@ @using System.Web @model IndexModel @{ - ViewData["Title"] = "webmusic"; + ViewData["Title"] = $"webmusic on .NET {Environment.Version}"; var path = HttpUtility.UrlDecode(Request.QueryString.Value.TrimStart('?')); if (path.EndsWith(".m3u")) { diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index 38a33a2..669c73e 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -5,7 +5,7 @@ - Music + @ViewData["Title"] diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index c786b0b..8e41e42 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -10,7 +10,7 @@ "profiles": { "webmusic": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/webmusic.csproj b/webmusic.csproj index 9d1c2b6..fdfe0bd 100644 --- a/webmusic.csproj +++ b/webmusic.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net50 full