Skip to content

Commit c8f2768

Browse files
committed
Fix publish
1 parent 89a8105 commit c8f2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ IEnumerable<string> GetFiles(string d)
7373
{
7474
Run(
7575
"dotnet",
76-
$"publish {project} -c Release -f net5.0 -o ./publish --no-restore --no-build --verbosity=normal"
76+
$"publish {project} -c Release -f net7.0 -o ./publish --no-restore --no-build --verbosity=normal"
7777
);
7878
}
7979
);

0 commit comments

Comments
 (0)