Skip to content

Commit

Permalink
[PSym] Upgrade to .NET 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Feb 29, 2024
1 parent 624f88e commit 7aa3930
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int runTestCase(

// Invoke the P compiler to compile the test Case
boolean isWindows = System.getProperty("os.name").toLowerCase().startsWith("windows");
String compilerDirectory = "../../../Bld/Drops/Release/Binaries/net6.0/p.dll";
String compilerDirectory = "../../../Bld/Drops/Release/Binaries/net8.0/p.dll";

assert testCasePaths.stream().allMatch(p -> p.contains(testCasePathPrefix));
String testName = testCasePathPrefix.substring(testCasePathPrefix.lastIndexOf("/") + 1);
Expand Down

0 comments on commit 7aa3930

Please sign in to comment.