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 @@ - - - - + + + +