From cff1b75eba0db9cecc913f612623f440ddfe7050 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Fri, 12 Nov 2021 12:41:55 -0500 Subject: [PATCH] Upgrade to .NET 6 --- .github/workflows/CI.yml | 4 ++-- .github/workflows/nuget.yml | 2 +- README.md | 2 +- src/GitHubLabelSync.csproj | 4 ++-- test/GitHubLabelSync.Tests.csproj | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0ec438b..cafbb31 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Restore run: dotnet restore @@ -38,7 +38,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Install Sonar Scanner run: dotnet tool install --global dotnet-sonarscanner diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e7b7cab..1c7fb9a 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Run tests run: dotnet test diff --git a/README.md b/README.md index d78c576..6f4595a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Synchronize GitHub issue labels across repositories ## Requirements -- .NET SDK 5.0 +- .NET SDK 6 ## Installation diff --git a/src/GitHubLabelSync.csproj b/src/GitHubLabelSync.csproj index 2d9e4af..92885d5 100644 --- a/src/GitHubLabelSync.csproj +++ b/src/GitHubLabelSync.csproj @@ -1,10 +1,10 @@ - 1.0.0 + 2.0.0 Exe true sync-labels - net5.0 + net6.0 Synchronize GitHub issue labels across repositories ecoAPM LLC ecoAPM LLC diff --git a/test/GitHubLabelSync.Tests.csproj b/test/GitHubLabelSync.Tests.csproj index 820c740..1027aeb 100644 --- a/test/GitHubLabelSync.Tests.csproj +++ b/test/GitHubLabelSync.Tests.csproj @@ -1,6 +1,6 @@ - net5.0 + net6.0 false