From 405679caa1841184ae0c9b74f7da0fead356f101 Mon Sep 17 00:00:00 2001
From: Neil <49037171+neilr81@users.noreply.github.com>
Date: Thu, 8 Feb 2024 10:24:15 +0000
Subject: [PATCH] Revert "Remove .NET7 Support" (#653)
* Revert "Remove .NET7 Support (#647)"
This reverts commit 8dfecc988215bb8590b723f6891cb8610aefca0a.
* Update dotnet-initialize.yml
* Update github-semmle.yml
* Update Directory.Packages.props
* Update Directory.Packages.props
* Update Directory.Packages.props
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
* Update Directory.Packages.props
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
* Update Directory.Packages.props
---------
Co-authored-by: Keith Cully <2370032+K-Cully@users.noreply.github.com>
---
Directory.Build.props | 2 +-
Directory.Packages.props | 24 +++++++++++++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 71586b7f..fbbc0277 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,7 +5,7 @@
net8.0
- net8.0
+ net7.0
$(LatestSupportedDotNetVersion)
$(LatestSupportedDotNetVersion);$(OldestSupportedDotNetVersion)
$(NetCoreVersions)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index b3aee989..d1d0cfd7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,7 +4,8 @@
true
true
-
+
+
@@ -25,6 +26,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+