Skip to content

Commit aafa042

Browse files
authored
Remove .NET 6.0 tests to avoid GH build failures (#124)
* try fix test on GH * remove .NET 6.0 tests
1 parent c0b3653 commit aafa042

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/AssemblyLoadingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void Loads_From_AspNetCoreAssembly()
7373

7474
//act
7575
var loadedAssembly = loadContext.LoadFromAssemblyName(new AssemblyName("Microsoft.AspNetCore.Antiforgery")
76-
{Version = new Version(6, 0)});
76+
{Version = new Version(8, 0)});
7777

7878
//assert
7979
loadedAssembly.GetName().Name.Should().Be("Microsoft.AspNetCore.Antiforgery");

Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/DiscoveryPlatformCompatibility.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ Scenario Outline: Discover bindings from a Reqnroll project in different .NET Co
99
Then the discovery succeeds with several step definitions
1010
Examples:
1111
| framework |
12-
| net6.0 |
1312
| net8.0 |
1413
| net9.0 |

Tests/Reqnroll.VisualStudio.Specs/Features/Discovery/SourceLocationDiscovery.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ Scenario Outline: Discover binding source location from Reqnroll project with as
2525
Examples:
2626
| framework |
2727
| net481 |
28-
| net6.0 |
2928
| net8.0 |
3029
| net9.0 |

0 commit comments

Comments
 (0)