Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56f4baa

Browse files
committed
fix: Set webapp to use .net 8.0
1 parentd50f06c commit56f4baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/web-app.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp