Skip to content

Commit

Permalink
Updated to DotNetCurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-wojciechowski committed Sep 13, 2023
1 parent 4060c44 commit 48c5066
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ public void BuildWithDifferentVersionNumber(string id, string config, string dis
}

[Test]
[TestCase("maui-blazor", "Debug", "net8.0")]
[TestCase("maui-blazor", "Release", "net8.0")]
[TestCase("maui-blazor", "Debug", DotNetCurrent)]
[TestCase("maui-blazor", "Release", DotNetCurrent)]
public void CheckEntitlementsForMauiBlazorOnMacCatalyst(string id, string config, string framework)
{
string projectDir = TestDirectory;
Expand Down

0 comments on commit 48c5066

Please sign in to comment.