We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a8105 commit c8f2768Copy full SHA for c8f2768
build/Program.cs
@@ -73,7 +73,7 @@ IEnumerable<string> GetFiles(string d)
73
{
74
Run(
75
"dotnet",
76
- $"publish {project} -c Release -f net5.0 -o ./publish --no-restore --no-build --verbosity=normal"
+ $"publish {project} -c Release -f net7.0 -o ./publish --no-restore --no-build --verbosity=normal"
77
);
78
}
79
0 commit comments