From 90a65f865520522584649be7c410d5fd6920ad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1sp=C3=A1r=20Nagy?= Date: Tue, 7 Oct 2025 17:04:44 +0200 Subject: [PATCH 1/2] try fix test on GH --- .../AssemblyLoadingTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/AssemblyLoadingTests.cs b/Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/AssemblyLoadingTests.cs index 8c7760c1..1c2fcdfe 100644 --- a/Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/AssemblyLoadingTests.cs +++ b/Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/AssemblyLoadingTests.cs @@ -73,7 +73,7 @@ public void Loads_From_AspNetCoreAssembly() //act var loadedAssembly = loadContext.LoadFromAssemblyName(new AssemblyName("Microsoft.AspNetCore.Antiforgery") - {Version = new Version(6, 0)}); + {Version = new Version(8, 0)}); //assert loadedAssembly.GetName().Name.Should().Be("Microsoft.AspNetCore.Antiforgery"); From afddf6bbc2b85ece142f1bea16b2c36ed7707426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1sp=C3=A1r=20Nagy?= Date: Tue, 7 Oct 2025 17:20:23 +0200 Subject: [PATCH 2/2] remove .NET 6.0 tests --- .../Features/Discovery/DiscoveryPlatformCompatibility.feature | 1 - .../Features/Discovery/SourceLocationDiscovery.feature | 1 - 2 files changed, 2 deletions(-) diff --git a/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/DiscoveryPlatformCompatibility.feature b/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/DiscoveryPlatformCompatibility.feature index 2b407911..2c4aac6a 100644 --- a/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/DiscoveryPlatformCompatibility.feature +++ b/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/DiscoveryPlatformCompatibility.feature @@ -9,6 +9,5 @@ Scenario Outline: Discover bindings from a Reqnroll project in different .NET Co Then the discovery succeeds with several step definitions Examples: | framework | - | net6.0 | | net8.0 | | net9.0 | diff --git a/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/SourceLocationDiscovery.feature b/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/SourceLocationDiscovery.feature index 1edd3f91..661de2ec 100644 --- a/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/SourceLocationDiscovery.feature +++ b/Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/SourceLocationDiscovery.feature @@ -25,6 +25,5 @@ Scenario Outline: Discover binding source location from Reqnroll project with as Examples: | framework | | net481 | - | net6.0 | | net8.0 | | net9.0 |