From 520dca2ca1c014d85fdec578ad8e81b03e2d5297 Mon Sep 17 00:00:00 2001 From: Kelly Nelson Date: Mon, 10 Jun 2024 10:42:41 -0500 Subject: [PATCH] Updating dotnet versions of build / test projects --- .github/workflows/ci.yml | 8 ++++---- AcceptanceTest/AcceptanceTest.csproj | 2 +- PluginTest/PluginTest.csproj | 2 +- TestUtilities/TestUtilities.csproj | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d0a677..fadcf92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Setup .NET Core SDK '5.0' - uses: actions/setup-dotnet@v1.7.2 + - uses: actions/checkout@v4.1.6 + - name: Setup .NET Core SDK '8.0' + uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: '5.0.x' + dotnet-version: '8.0.x' - name: Install dependencies run: dotnet restore - name: Plugin Test diff --git a/AcceptanceTest/AcceptanceTest.csproj b/AcceptanceTest/AcceptanceTest.csproj index ee7349e..b20faec 100644 --- a/AcceptanceTest/AcceptanceTest.csproj +++ b/AcceptanceTest/AcceptanceTest.csproj @@ -1,7 +1,7 @@ Exe - net5.0 + net8.0 0.0.0 Copyright (C) 2015-19 AgGateway and ADAPT Contributors diff --git a/PluginTest/PluginTest.csproj b/PluginTest/PluginTest.csproj index 2ba1273..b0ff4b1 100644 --- a/PluginTest/PluginTest.csproj +++ b/PluginTest/PluginTest.csproj @@ -1,7 +1,7 @@ Exe - net5.0 + net8.0 0.0.0 Copyright (C) 2015-19 AgGateway and ADAPT Contributors diff --git a/TestUtilities/TestUtilities.csproj b/TestUtilities/TestUtilities.csproj index e18e792..a7934a8 100644 --- a/TestUtilities/TestUtilities.csproj +++ b/TestUtilities/TestUtilities.csproj @@ -1,7 +1,7 @@ - net5.0 + net8.0 Copyright (C) 2015-19 AgGateway and ADAPT Contributors 0.0.0.0 0.0.0