Skip to content

Commit

Permalink
fix build with updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hathcock committed Mar 4, 2024
1 parent b5ea3c7 commit acf83d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.201
- run: dotnet run -p build/build.csproj
- run: dotnet run --project build/build.csproj
2 changes: 1 addition & 1 deletion build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void RemoveDirectory(string d)
{
Run(
"dotnet",
$"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"
);
}
);
Expand Down

0 comments on commit acf83d8

Please sign in to comment.