Drop net5

This commit is contained in:
Adam Hathcock
2022-06-13 15:24:53 +01:00
parent 7f7db5eabd
commit 20a09b4866
4 changed files with 4 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ Target(Build,
Target(Test,
DependsOn(Build),
ForEach("net5.0", "net6.0", "net461"),
ForEach("net6.0", "net461"),
framework =>
{
IEnumerable<string> GetFiles(string d)