From 5351426f766093f0230941b8e538775589bd07b8 Mon Sep 17 00:00:00 2001 From: "Brent Schmaltz (from Dev Box)" Date: Thu, 14 Dec 2023 12:00:11 -0800 Subject: [PATCH] Remove net8.0 conditions Add condition for local builds to reduce targets --- .../Microsoft.IdentityModel.Benchmarks.csproj | 3 +-- build/targets.props | 3 ++- build/targetsTest.props | 3 ++- .../Microsoft.IdentityModel.KeyVaultExtensions.csproj | 3 +-- .../Microsoft.IdentityModel.AotCompatibility.TestApp.csproj | 3 +-- .../Microsoft.IdentityModel.AotCompatibility.Tests.csproj | 3 +-- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj b/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj index 0c291dbbf5..49147c11aa 100644 --- a/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj +++ b/benchmark/Microsoft.IdentityModel.Benchmarks/Microsoft.IdentityModel.Benchmarks.csproj @@ -4,8 +4,7 @@ Microsoft.IdentityModel.Benchmarks Microsoft.IdentityModel.Benchmarks Exe - net6.0;net8.0 - net6.0 + net6.0;net8.0 True True $(MSBuildThisFileDirectory)..\..\build\35MSSharedLib1024.snk diff --git a/build/targets.props b/build/targets.props index eef092fc0b..eb2d3523e9 100644 --- a/build/targets.props +++ b/build/targets.props @@ -1,6 +1,7 @@ - net461;net462;net472;netstandard2.0;net6.0;net8.0 + net461;net462;net472;netstandard2.0;net6.0;net8.0 + net461;netstandard2.0;net8.0 netstandard2.0 diff --git a/build/targetsTest.props b/build/targetsTest.props index 4b5bb9a393..0be231e9ef 100644 --- a/build/targetsTest.props +++ b/build/targetsTest.props @@ -1,6 +1,7 @@ - net461;net462;net472;netcoreapp2.1;net6.0;net8.0 + net461;net462;net472;netcoreapp2.1;net6.0;net8.0 + net461;netcoreapp2.1;net8.0 netcoreapp2.1 diff --git a/src/Microsoft.IdentityModel.KeyVaultExtensions/Microsoft.IdentityModel.KeyVaultExtensions.csproj b/src/Microsoft.IdentityModel.KeyVaultExtensions/Microsoft.IdentityModel.KeyVaultExtensions.csproj index 5efc743c0a..e0c9bf922d 100644 --- a/src/Microsoft.IdentityModel.KeyVaultExtensions/Microsoft.IdentityModel.KeyVaultExtensions.csproj +++ b/src/Microsoft.IdentityModel.KeyVaultExtensions/Microsoft.IdentityModel.KeyVaultExtensions.csproj @@ -7,8 +7,7 @@ Includes types that provide support for signing and encrypting tokens with Azure Key Vault. true Microsoft.IdentityModel.KeyVaultExtensions - netstandard2.0;net6.0;net8.0 - netstandard2.0;net6.0 + netstandard2.0;net6.0;net8.0 .NET;Windows;Authentication;Identity;Azure;Key;Vault;Extensions enable diff --git a/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj b/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj index 4fcadfe279..b8b047c289 100644 --- a/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj +++ b/test/Microsoft.IdentityModel.AotCompatibility.TestApp/Microsoft.IdentityModel.AotCompatibility.TestApp.csproj @@ -1,8 +1,7 @@ - net8.0 - net6.0 + net8.0 Exe true full diff --git a/test/Microsoft.IdentityModel.AotCompatibility.Tests/Microsoft.IdentityModel.AotCompatibility.Tests.csproj b/test/Microsoft.IdentityModel.AotCompatibility.Tests/Microsoft.IdentityModel.AotCompatibility.Tests.csproj index 81d54aba4e..fe8101cec3 100644 --- a/test/Microsoft.IdentityModel.AotCompatibility.Tests/Microsoft.IdentityModel.AotCompatibility.Tests.csproj +++ b/test/Microsoft.IdentityModel.AotCompatibility.Tests/Microsoft.IdentityModel.AotCompatibility.Tests.csproj @@ -4,8 +4,7 @@ - net8.0 - net6.0 + net8.0 10 1.0.0-preview