Skip to content

Commit

Permalink
build for dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Dec 18, 2023
1 parent 4f7a0d3 commit e4c4db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void RemoveDirectory(string d)
Target(
Test,
DependsOn(Build),
ForEach("net7.0", "net462"),
ForEach("net8.0", "net462"),
framework =>
{
IEnumerable<string> GetFiles(string d)
Expand Down

0 comments on commit e4c4db5

Please sign in to comment.