From 8dfecc988215bb8590b723f6891cb8610aefca0a Mon Sep 17 00:00:00 2001
From: Keith Cully <2370032+K-Cully@users.noreply.github.com>
Date: Tue, 9 Jan 2024 16:41:37 +0000
Subject: [PATCH] Remove .NET7 Support (#647)
* Remove Net7 target and package refs
* Remove temporary SDK install steps
---
.github/pipelines/dotnet-initialize.yml | 4 ----
.github/pipelines/github-semmle.yml | 4 ----
Directory.Build.props | 2 +-
Directory.Packages.props | 23 +----------------------
4 files changed, 2 insertions(+), 31 deletions(-)
diff --git a/.github/pipelines/dotnet-initialize.yml b/.github/pipelines/dotnet-initialize.yml
index f776f2cb..bfc7d55c 100644
--- a/.github/pipelines/dotnet-initialize.yml
+++ b/.github/pipelines/dotnet-initialize.yml
@@ -10,10 +10,6 @@ parameters:
steps:
- task: NuGetAuthenticate@1
displayName: NuGet Authenticate
- - task: UseDotNet@2
- displayName: Temporarily install .NET 7 SDK while dual targeting
- inputs:
- version: "7.0.404"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
diff --git a/.github/pipelines/github-semmle.yml b/.github/pipelines/github-semmle.yml
index 6d59a224..210335b3 100644
--- a/.github/pipelines/github-semmle.yml
+++ b/.github/pipelines/github-semmle.yml
@@ -35,10 +35,6 @@ extends:
steps:
- checkout: self
clean: true
- - task: UseDotNet@2
- displayName: Temporarily install .NET 7 SDK while dual targeting
- inputs:
- version: "7.0.404"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
diff --git a/Directory.Build.props b/Directory.Build.props
index 69cc1398..0a6bec8b 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,7 +5,7 @@
net8.0
- net7.0
+ net8.0
$(LatestSupportedDotNetVersion)
$(LatestSupportedDotNetVersion);$(OldestSupportedDotNetVersion)
netstandard2.0
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 8c981a06..8c644068 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -4,7 +4,7 @@
true
true
-
+
@@ -25,27 +25,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-