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 @@
-
+