From 82fa811743d6b9c35da724da30d31072c9a1dfc0 Mon Sep 17 00:00:00 2001
From: James A Sutherland <>
Date: Mon, 3 Feb 2025 21:08:29 -0600
Subject: [PATCH] Get .Net framework from global.json, autoupdate
---
.github/dependabot.yml | 6 ++++++
.github/workflows/codeql.yml | 1 +
.github/workflows/dotnet-core.yml | 2 --
Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj | 2 +-
Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj | 2 +-
Rdmp.Dicom/Rdmp.Dicom.csproj | 2 +-
6 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1cd891f3..91e2d8e6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -13,3 +13,9 @@ updates:
open-pull-requests-limit: 99
reviewers:
- SMI/reviewers
+- package-ecosystem: "dotnet-sdk"
+ directory: "/"
+ schedule:
+ interval: weekly
+ reviewers:
+ - SMI/reviewers
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 97cfbcf1..c8cf6607 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -31,6 +31,7 @@ jobs:
repository: HicServices/RDMP
ref: develop
path: RDMP
+ - uses: actions/setup-dotnet@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml
index 2f679e10..3e2a0380 100644
--- a/.github/workflows/dotnet-core.yml
+++ b/.github/workflows/dotnet-core.yml
@@ -20,8 +20,6 @@ jobs:
ref: develop
path: RDMP
- uses: actions/setup-dotnet@v4
- with:
- dotnet-version: 8.0.x
- name: Get version
id: version
shell: cmd
diff --git a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
index b835a664..4b4ec9ab 100644
--- a/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
+++ b/Rdmp.Dicom.Tests/Rdmp.Dicom.Tests.csproj
@@ -2,7 +2,7 @@
Rdmp.Dicom.Tests
Rdmp.Dicom.Tests
- net8.0
+ net$(NETCoreAppMaximumVersion)
false
diff --git a/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj b/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj
index 95fba54d..b234fcec 100644
--- a/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj
+++ b/Rdmp.Dicom.UI/Rdmp.Dicom.UI.csproj
@@ -2,7 +2,7 @@
Rdmp.Dicom.UI
Rdmp.Dicom.UI
- net8.0-windows
+ net$(NETCoreAppMaximumVersion)-windows
false
true
true
diff --git a/Rdmp.Dicom/Rdmp.Dicom.csproj b/Rdmp.Dicom/Rdmp.Dicom.csproj
index 43a41fb0..9a40f142 100644
--- a/Rdmp.Dicom/Rdmp.Dicom.csproj
+++ b/Rdmp.Dicom/Rdmp.Dicom.csproj
@@ -3,7 +3,7 @@
HIC.Rdmp.Dicom
Rdmp.Dicom
Rdmp.Dicom
- net8.0
+ net$(NETCoreAppMaximumVersion)
false