Skip to content

Commit acf83d8

Browse files
author
Adam Hathcock
committed
fix build with updates
1 parent b5ea3c7 commit acf83d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: actions/setup-dotnet@v4
1313
with:
1414
dotnet-version: 8.0.201
15-
- run: dotnet run -p build/build.csproj
15+
- run: dotnet run --project build/build.csproj

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void RemoveDirectory(string d)
6767
{
6868
Run(
6969
"dotnet",
70-
$"publish {project} -c Release -f net7.0 -o ./publish --no-restore --no-build --verbosity=normal"
70+
$"publish {project} -c Release -f net8.0 -o ./publish --no-restore --no-build --verbosity=normal"
7171
);
7272
}
7373
);

0 commit comments

Comments
 (0)