From 1cf05da8d80610edf02aaf733a7fb0cfb7a846b3 Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Sun, 21 Aug 2022 20:50:45 -0400 Subject: [PATCH] Changing .net version back to 7 --- .github/workflows/development.yml | 4 ---- IGP/IGP.csproj | 10 +++++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 9b11867..653497d 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -18,10 +18,6 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - name: Setup .NET - uses: actions/setup-dotnet@v2 - with: - dotnet-version: 6.0.8 - name: Build And Deploy id: builddeploy uses: Azure/static-web-apps-deploy@v1 diff --git a/IGP/IGP.csproj b/IGP/IGP.csproj index 5b0f80a..9eb9d08 100644 --- a/IGP/IGP.csproj +++ b/IGP/IGP.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable enable service-worker-assets.js @@ -21,10 +21,10 @@ - - - - + + + +