Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops wrong framework hahahahaaaaaa
  • Loading branch information
nagilson committed Oct 7, 2022
commit bf3d53d0896d1fe536be492db60214cca118cb4d
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public void RuntimeSpecificEnablesOrDisablesRuntimeIdentifierByDefaultBasedOnVal
}

[Theory]
[InlineData("net7.0")]
[InlineData("net8.0")]
public void RuntimeIdentifiersDisablesRuntimeSpecificFDDBehavior(string targetFramework)
{
var expectedRuntimeIdentifier = EnvironmentInfo.GetCompatibleRid(targetFramework);
Expand Down