diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index ad91c37..9f6b3ef 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -36,6 +36,17 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } + }, + "Kestrel": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "https://localhost:29802", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_URLS": "http://*:29801;https://*:29802" + }, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "applicationUrl": "https://*:29802" } } } diff --git a/eTasks-web.csproj b/eTasks-web.csproj index f0d4d04..5f3cd22 100644 --- a/eTasks-web.csproj +++ b/eTasks-web.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -17,4 +17,8 @@ + + + + diff --git a/wwwroot/index.html b/wwwroot/index.html index 3d26426..8c0c638 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -20,16 +20,14 @@
- - - - -
-
+
-

eTasks

+ +
+ versão 2.0.0 +