From 0cf9fd6123cbd57f003d60ec8b51f1492a7858d9 Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Sun, 26 Jan 2025 20:33:52 +0530 Subject: [PATCH] Fix https://github.com/linksplatform/Data.Doublets.Sequences/issues/33 --- .github/workflows/csharp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 19ce60a..6cde062 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -32,7 +32,10 @@ jobs: - uses: actions/checkout@v1 with: submodules: true - - uses: nuget/setup-nuget@v1 + - name: Setup .NET + uses: actions/setup-dotnet@v3 + with: + dotnet-version: '8.0.x' - name: Publish NuGet package to GitHub Package Registry run: | dotnet build -c Release