From 3a0b8a67c8c2c10256c887d161c90cb7b7c542a7 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 13 Nov 2024 13:43:25 -0500 Subject: [PATCH] Updating to .NET 9 --- Directory.Packages.props | 74 ++++++++++---------- src/PublicApi/Properties/launchSettings.json | 10 +-- src/Web/Properties/launchSettings.json | 16 ++--- src/eShopWeb.AppHost/eShopWeb.AppHost.csproj | 4 +- 4 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f548646e..7bb345ca 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,71 +1,71 @@ true - net8.0 - 8.0.8 + net9.0 + - + - + - + - - - - - - - - - + + + + + + + + + - - - + + + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + - - - - - + + + + + - - - - - + + + + + - + - + @@ -76,8 +76,8 @@ all runtime; build; native; contentfiles; analyzers - - + + \ No newline at end of file diff --git a/src/PublicApi/Properties/launchSettings.json b/src/PublicApi/Properties/launchSettings.json index 24081361..7f2d5627 100644 --- a/src/PublicApi/Properties/launchSettings.json +++ b/src/PublicApi/Properties/launchSettings.json @@ -7,24 +7,24 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5099;http://localhost:5098" + "applicationUrl": "https://localhost:5098" }, - "PublicApi": { + "https": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5099;http://localhost:5098" + "applicationUrl": "https://localhost:5099" }, "WSL": { "commandName": "WSL2", "launchBrowser": true, - "launchUrl": "https://localhost:5099/swagger", + "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "ASPNETCORE_URLS": "https://localhost:5099;http://localhost:5098" + "ASPNETCORE_URLS": "https://localhost:5097" }, "distributionName": "" }, diff --git a/src/Web/Properties/launchSettings.json b/src/Web/Properties/launchSettings.json index 4dfb1e9d..1769b6f1 100644 --- a/src/Web/Properties/launchSettings.json +++ b/src/Web/Properties/launchSettings.json @@ -8,32 +8,32 @@ } }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", + "https": { + "commandName": "Project", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "https://localhost:5001" }, - "Web": { - "commandName": "Project", + "IIS Express": { + "commandName": "IISExpress", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "https://localhost:5000" }, - "Web - PROD": { + "https - PROD": { "commandName": "Project", "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Production" }, - "applicationUrl": "https://localhost:5001;http://localhost:5000" + "applicationUrl": "https://localhost:5002" } } } \ No newline at end of file diff --git a/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj b/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj index 73768c84..272285d0 100644 --- a/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj +++ b/src/eShopWeb.AppHost/eShopWeb.AppHost.csproj @@ -1,8 +1,8 @@ - + Exe - net8.0 + net9.0 enable enable true