From cfa0a00dc138250bcf1ac2056d214e07802e5fd1 Mon Sep 17 00:00:00 2001 From: Nicolas Graziano Date: Fri, 15 Nov 2024 11:25:02 +0100 Subject: [PATCH] Update .net version in github action --- .github/workflows/dotnet.yml | 2 +- .github/workflows/publish-nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6b36708..d96192c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.x + dotnet-version: 9.x - name: Restore dependencies run: dotnet restore RTSP.sln - name: Build diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 6af40d1..e0dd9b8 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.x + dotnet-version: 9.x - name: Restore dependencies run: dotnet restore RTSP.sln - name: Build