From 022f3e037208c953b73f47bf865295ac3c5e6b62 Mon Sep 17 00:00:00 2001 From: Jonathan Foot Date: Sun, 28 Jul 2024 18:23:39 +0100 Subject: [PATCH] update pipeline --- .github/workflows/dotnetcore.yml | 7 ++++--- ReadingBuses API Tests/ReadingBuses API Tests.csproj | 2 +- ReadingBusesAPI/ReadingBusesAPI.csproj | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 70e1aa4..80d8380 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -8,11 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.302 + dotnet-version: 8.x + cache: true - name: Build with dotnet run: dotnet build --configuration Release - name: Test with dotnet diff --git a/ReadingBuses API Tests/ReadingBuses API Tests.csproj b/ReadingBuses API Tests/ReadingBuses API Tests.csproj index 56dd424..37a0bd2 100644 --- a/ReadingBuses API Tests/ReadingBuses API Tests.csproj +++ b/ReadingBuses API Tests/ReadingBuses API Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 ReadingBuses_API_Tests false diff --git a/ReadingBusesAPI/ReadingBusesAPI.csproj b/ReadingBusesAPI/ReadingBusesAPI.csproj index 4d78961..aaf3934 100644 --- a/ReadingBusesAPI/ReadingBusesAPI.csproj +++ b/ReadingBusesAPI/ReadingBusesAPI.csproj @@ -31,6 +31,7 @@ Get your own API Keys from: https://reading-opendata.r2p.com/api-serviceReading Buses API LogoHighRes.ico True + ReadingBusesAPI