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