diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a66ea01..cb67e2d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,5 +1,4 @@ name: Build & Test - on: push: branches: [ master ] @@ -8,15 +7,13 @@ on: jobs: build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6.0.1 - name: Setup .NET Core - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v5.1.0 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install dependencies run: dotnet restore - name: Build diff --git a/SS14.Watchdog.Tests/SS14.Watchdog.Tests.csproj b/SS14.Watchdog.Tests/SS14.Watchdog.Tests.csproj index 6733f71..b76dfb7 100644 --- a/SS14.Watchdog.Tests/SS14.Watchdog.Tests.csproj +++ b/SS14.Watchdog.Tests/SS14.Watchdog.Tests.csproj @@ -1,15 +1,15 @@ - net9.0 + net10.0 false - - - + + + diff --git a/SS14.Watchdog/SS14.Watchdog.csproj b/SS14.Watchdog/SS14.Watchdog.csproj index 402b3ad..b6d5cf4 100644 --- a/SS14.Watchdog/SS14.Watchdog.csproj +++ b/SS14.Watchdog/SS14.Watchdog.csproj @@ -1,25 +1,25 @@ - net9.0 + net10.0 enable 0.3.0 false - - + + - - - - + + + + - - - + + +