diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17c18e75f..bad75a4f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Nuget Cache uses: actions/cache@v2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c4c7d803c..d0e36555b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Nuget Cache uses: actions/cache@v2 diff --git a/src/Ombi/Properties/launchSettings.json b/src/Ombi/Properties/launchSettings.json index b3899f8c3..fe3a4c5c8 100644 --- a/src/Ombi/Properties/launchSettings.json +++ b/src/Ombi/Properties/launchSettings.json @@ -1,25 +1,5 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iis": { - "applicationUrl": "http://localhost/Ombi", - "sslPort": 0 - }, - "iisExpress": { - "applicationUrl": "http://localhost:3577/", - "sslPort": 0 - } - }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "commandLineArgs": "--host http://*:3577", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "Ombi": { "commandName": "Project", "commandLineArgs": "--host http://localhost:3577",