fix for running net 10 tests

This commit is contained in:
Adam Hathcock
2025-12-19 12:17:08 +00:00
parent 6d3e4e842b
commit ca743eae22

View File

@@ -70,7 +70,7 @@ Target(
Target(
Test,
[Build],
["net8.0", "net48"],
["net10.0", "net48"],
framework =>
{
IEnumerable<string> GetFiles(string d)