diff --git a/.github/workflows/codequality.yaml b/.github/workflows/codequality.yaml index 48c5800..8e80d6a 100644 --- a/.github/workflows/codequality.yaml +++ b/.github/workflows/codequality.yaml @@ -12,10 +12,12 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Install .NET 6.0.x + - name: Install .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: | + 6.0.x + 7.0.x - name: Restore Tools run: dotnet tool restore diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 973a660..b2702f8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,10 +29,10 @@ jobs: with: fetch-depth: 0 - - name: Setup .NET 6 + - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Restore NuGet Packages run: dotnet restore diff --git a/DragonFruit.Sakura/DragonFruit.Sakura.csproj b/DragonFruit.Sakura/DragonFruit.Sakura.csproj index 89b9ac0..660222a 100644 --- a/DragonFruit.Sakura/DragonFruit.Sakura.csproj +++ b/DragonFruit.Sakura/DragonFruit.Sakura.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable 10 @@ -9,12 +9,12 @@ - - - - - - + + + + + +