diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 902447d..cddea38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.100 + dotnet-version: 7.0.* - name: Install dependencies run: dotnet restore - name: Build @@ -23,4 +23,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: open-cue-service - path: bin/Release/net5.0/win-x64/publish/ + path: bin/Release/net7.0/win-x64/publish/ diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8bd7c4e..78544a2 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.100 + dotnet-version: 7.0.* - name: Install dependencies run: dotnet restore - name: Install tools diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a287501..dcb1f90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 5.0.100 + dotnet-version: 7.0.* - name: Install dependencies run: dotnet restore - name: Publish diff --git a/nswag.json b/nswag.json index 36e5a4a..e5363f0 100644 --- a/nswag.json +++ b/nswag.json @@ -1,5 +1,5 @@ { - "runtime": "Net50", + "runtime": "Net70", "defaultVariables": "configuration=Debug", "documentGenerator": { "aspNetCoreToOpenApi": { diff --git a/open-cue-service.csproj b/open-cue-service.csproj index 4a3089a..8b09e98 100644 --- a/open-cue-service.csproj +++ b/open-cue-service.csproj @@ -7,7 +7,7 @@ Apache-2.0 https://github.com/Legion2/open-cue-service Exe - net5.0 + net7.0 OpenCueService win-x64 true