Skip to content

Commit

Permalink
fix: Set webapp to use .net 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kthompson committed Feb 17, 2024
1 parent 73f76cb commit 677fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish GlobApp.csproj -c Release -o release --nologo
run: dotnet publish GlobApp.csproj -c Release -o release --nologo --framework net8.0

# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project. (Allow files and folders starting with an underscore)
- name: Add .nojekyll file
Expand Down

0 comments on commit 677fe9a

Please sign in to comment.