From ea07b11729ab6dd1b98abe602efabb8faaa6ede3 Mon Sep 17 00:00:00 2001 From: vivet Date: Fri, 18 Sep 2026 17:33:16 +0200 Subject: [PATCH] Updated NuGets --- .github/workflows/build-and-deploy.yml | 7 ++----- .../Tests.HungarianAlgorithm.csproj | 4 ++-- HungarianAlgorithm/HungarianAlgorithm.csproj | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b1034af..9e473c0 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -8,7 +8,7 @@ on: - master env: APP_NAME: HungarianAlgorithm - VERSION: 2.3.6 + VERSION: 2.3.7 NUGET_HOST: https://api.nuget.org/v3/index.json NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }} jobs: @@ -20,10 +20,7 @@ jobs: group: ${{ github.repository }} cancel-in-progress: true steps: - - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v3 - with: - dotnet-version: 9.0.x + - uses: actions/checkout@v6 - name: Build and Test shell: pwsh diff --git a/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj b/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj index 6d3a814..1d4136b 100644 --- a/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj +++ b/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj @@ -6,8 +6,8 @@ false - - + + diff --git a/HungarianAlgorithm/HungarianAlgorithm.csproj b/HungarianAlgorithm/HungarianAlgorithm.csproj index ebd3a5c..053542f 100644 --- a/HungarianAlgorithm/HungarianAlgorithm.csproj +++ b/HungarianAlgorithm/HungarianAlgorithm.csproj @@ -42,6 +42,6 @@ - +