diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index dc555c3..3f9b076 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,21 +3,21 @@
"isRoot": true,
"tools": {
"gitversion.tool": {
- "version": "6.4.0",
+ "version": "6.5.0",
"commands": [
"dotnet-gitversion"
],
"rollForward": false
},
"dotnet-coverage": {
- "version": "17.14.2",
+ "version": "18.1.0",
"commands": [
"dotnet-coverage"
],
"rollForward": false
},
"dotnet-reportgenerator-globaltool": {
- "version": "5.4.12",
+ "version": "5.5.0",
"commands": [
"reportgenerator"
],
@@ -31,4 +31,4 @@
"rollForward": false
}
}
-}
\ No newline at end of file
+}
diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml
index 5ce259a..2a0c876 100644
--- a/.github/workflows/continuous.yml
+++ b/.github/workflows/continuous.yml
@@ -46,11 +46,11 @@ jobs:
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
- name: Setup latest dotnet sdk
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
with:
dotnet-version: 9.0
- name: Install ASP.NET Core runtimes (6.0, 8.0)
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
with:
dotnet-version: |
6.0.x
@@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: 'Publish: ProtectedNumbers build artefacts'
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
with:
name: ProtectedNumbers-build-artefacts
path: .build/publish/nuget
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 812a895..c8a5f88 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -5,17 +5,17 @@
-
-
+
+
-
-
+
+
-
+
@@ -25,9 +25,9 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/tst/ProtectedNumbers.Tests/ProtectedNumbers.Tests.csproj b/tst/ProtectedNumbers.Tests/ProtectedNumbers.Tests.csproj
index 9dd4c08..7394dbb 100644
--- a/tst/ProtectedNumbers.Tests/ProtectedNumbers.Tests.csproj
+++ b/tst/ProtectedNumbers.Tests/ProtectedNumbers.Tests.csproj
@@ -6,6 +6,7 @@
enable
enable
false
+ true