From 96b6366d106cdd63a6afb0989196c8cf6fb0306a Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Fri, 20 Dec 2024 15:27:52 -0800 Subject: [PATCH] tests: Test on .NET Framework only if we are on Windows --- Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj | 1 + .../Google.Apis.IntegrationTests.csproj | 1 + Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj index 7eaa61919c..3bf0252d08 100644 --- a/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj +++ b/Src/Support/Google.Apis.Auth.Tests/Google.Apis.Auth.Tests.csproj @@ -2,6 +2,7 @@ net462;net6.0 + net6.0 true ..\..\..\google.apis.snk false diff --git a/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj b/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj index 75cf05a97e..e29672f00b 100644 --- a/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj +++ b/Src/Support/Google.Apis.IntegrationTests/Google.Apis.IntegrationTests.csproj @@ -2,6 +2,7 @@ net462;net6.0 + net6.0 true ..\..\..\google.apis.snk false diff --git a/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj b/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj index ac9b038aa0..2d6548c3e4 100644 --- a/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj +++ b/Src/Support/Google.Apis.Tests/Google.Apis.Tests.csproj @@ -2,6 +2,7 @@ net462;net6.0 + net6.0 true ..\..\..\google.apis.snk false