From 357ed1a45464e8538ef9963307fca79b874f393d Mon Sep 17 00:00:00 2001 From: xztaityozx Date: Mon, 24 Apr 2023 22:17:12 +0900 Subject: [PATCH] chore: upgdade target sdk version --- .github/workflows/dotnet-core.yml | 10 +++++----- noc/Test/Test.csproj | 2 +- noc/noc/noc.csproj | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 3436690..53b141c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - dotnet-version: [3.1] + dotnet-version: [7.0.x] env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 @@ -17,7 +17,7 @@ jobs: NUGET_XMLDOC_MODE: skip steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v1 with: path: ${{ github.workspace }}/.nuget/packages @@ -37,7 +37,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macOS-latest] - dotnet-version: [3.1] + dotnet-version: [7.0.x] runs-on: ${{ matrix.os }} env: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages @@ -52,9 +52,9 @@ jobs: env: TAG_REF_NAME: ${{ github.ref }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ${{ github.workspace }}/.nuget/packages key: nuget-${{ matrix.os }}-${{ matrix.dotnet-version }} diff --git a/noc/Test/Test.csproj b/noc/Test/Test.csproj index f73f7a7..0c0eb94 100644 --- a/noc/Test/Test.csproj +++ b/noc/Test/Test.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net7.0 false diff --git a/noc/noc/noc.csproj b/noc/noc/noc.csproj index 9d69526..d5dcfbb 100644 --- a/noc/noc/noc.csproj +++ b/noc/noc/noc.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 win-x64;linux-x64;osx-x64 1.2