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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-