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 b5ea3c7 commit acf83d8Copy full SHA for acf83d8
.github/workflows/dotnetcore.yml
@@ -12,4 +12,4 @@ jobs:
12
- uses: actions/setup-dotnet@v4
13
with:
14
dotnet-version: 8.0.201
15
- - run: dotnet run -p build/build.csproj
+ - run: dotnet run --project build/build.csproj
build/Program.cs
@@ -67,7 +67,7 @@ void RemoveDirectory(string d)
67
{
68
Run(
69
"dotnet",
70
- $"publish {project} -c Release -f net7.0 -o ./publish --no-restore --no-build --verbosity=normal"
+ $"publish {project} -c Release -f net8.0 -o ./publish --no-restore --no-build --verbosity=normal"
71
);
72
}
73
0 commit comments