From 3a8eb8ba6532c4cf9e3db348030d24a034ea45bb Mon Sep 17 00:00:00 2001 From: AndyDragon Date: Wed, 13 Dec 2023 20:31:08 -0500 Subject: [PATCH] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 016be5f..d30d7e8 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -15,8 +15,8 @@ jobs: steps: - uses: actions/checkout@v1 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 3.1.100 + dotnet-version: 7.0.311 - name: Build with dotnet run: dotnet build --configuration Release