From c48aaf962eca5c8e8ef398cb868289358a0cbb9b Mon Sep 17 00:00:00 2001 From: jburnett Date: Thu, 21 Nov 2024 15:12:25 -0500 Subject: [PATCH 1/4] Upgrade to net9 --- common.test.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.test.props b/common.test.props index e769d12..ad39b82 100644 --- a/common.test.props +++ b/common.test.props @@ -5,7 +5,7 @@ - net8.0 + net9.0 From 84db4c6d26915b84d3aadf45ed3fdef0d7905051 Mon Sep 17 00:00:00 2001 From: jburnett Date: Thu, 21 Nov 2024 15:14:19 -0500 Subject: [PATCH 2/4] CI: upgrade to net9; on push for all except master --- .github/workflows/dotnet-core.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 5b0336b..ae63b64 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -2,7 +2,7 @@ name: .NET Core Builds on: push: - branches: [ master, '*' ] + branches: [ '*', '!master' ] pull_request: branches: [ master ] @@ -15,17 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - name: Setup .NET 6.0 + - name: Setup .NET 9.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.* - - - name: Setup .NET 8.0 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 8.0.* + dotnet-version: 9.0.* - name: Install dependencies run: dotnet restore From be364642cddeab99fefc34f63423660b7e1db603 Mon Sep 17 00:00:00 2001 From: jburnett Date: Thu, 21 Nov 2024 15:18:00 -0500 Subject: [PATCH 3/4] bump version --- common.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.props b/common.props index 6048769..5659c9e 100644 --- a/common.props +++ b/common.props @@ -2,7 +2,7 @@ - AltaModa Technologies 2016-2024 + AltaModa Technologies 2016-2025 AltaModa Technologies @jburnett @@ -10,7 +10,7 @@ - 4.3.0 + 4.4.0 true true From 88191c4be7cbf0a1e97b38379fa0ddadca94ba8b Mon Sep 17 00:00:00 2001 From: jburnett Date: Sat, 8 Mar 2025 13:57:38 -0500 Subject: [PATCH 4/4] Upgrade FluentAssertions and VisualStudio XUnit runner --- .config/dotnet-tools.json | 10 +++++++++- common.test.props | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 535414f..7f280c3 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,7 +6,15 @@ "version": "4.0.1", "commands": [ "csmacnz.Coveralls" - ] + ], + "rollForward": false + }, + "dotnet-outdated-tool": { + "version": "4.6.7", + "commands": [ + "dotnet-outdated" + ], + "rollForward": false } } } \ No newline at end of file diff --git a/common.test.props b/common.test.props index ad39b82..93863e1 100644 --- a/common.test.props +++ b/common.test.props @@ -13,8 +13,8 @@ - - + +