Skip to content

Commit

Permalink
fixed Hyperion test issues (#7012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Nov 30, 2023
1 parent 1fa70e7 commit 8311f2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -210,7 +210,7 @@ public void Hyperion_serializer_should_read_cross_platform_package_name_override
#elif NETCOREAPP3_1
Assert.Equal("dff", @override("def"));
Assert.Equal("efg", @override("efg"));
#elif NET7_0
#elif NET6_0_OR_GREATER
Assert.Equal("gii", @override("ghi"));
Assert.Equal("hij", @override("hij"));
#else
Expand Down

0 comments on commit 8311f2a

Please sign in to comment.