From 93db5c0f089c8bc1b4240ddb38b1b3690279762e Mon Sep 17 00:00:00 2001 From: NoLifeKing Date: Tue, 30 Jan 2024 11:13:19 +0100 Subject: [PATCH] chore: update to .net 8 --- .github/workflows/CI.yml | 6 +++--- Journal-Limpet.Shared/Journal-Limpet.Shared.csproj | 2 +- Journal-Limpet.Tests/Journal-Limpet.Tests.csproj | 2 +- Journal-Limpet/Journal-Limpet.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f20961..f3a9126 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set version id: set-version @@ -18,9 +18,9 @@ jobs: sed -i "s/{{version}}/$(date +'%Y.%m.%d.%H%M')/g" Journal-Limpet/SharedSettings.cs - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Install Octopus CLI run: | diff --git a/Journal-Limpet.Shared/Journal-Limpet.Shared.csproj b/Journal-Limpet.Shared/Journal-Limpet.Shared.csproj index 551d6cc..c6a1a38 100644 --- a/Journal-Limpet.Shared/Journal-Limpet.Shared.csproj +++ b/Journal-Limpet.Shared/Journal-Limpet.Shared.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Journal_Limpet.Shared diff --git a/Journal-Limpet.Tests/Journal-Limpet.Tests.csproj b/Journal-Limpet.Tests/Journal-Limpet.Tests.csproj index 3737cc1..775fd54 100644 --- a/Journal-Limpet.Tests/Journal-Limpet.Tests.csproj +++ b/Journal-Limpet.Tests/Journal-Limpet.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Journal_Limpet.Tests false diff --git a/Journal-Limpet/Journal-Limpet.csproj b/Journal-Limpet/Journal-Limpet.csproj index f5dc71c..e8acd1d 100644 --- a/Journal-Limpet/Journal-Limpet.csproj +++ b/Journal-Limpet/Journal-Limpet.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Journal_Limpet