Skip to content

Commit 8ad3535

Browse files
committed
V8.0.0
1 parent c0f0ebc commit 8ad3535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core-desktop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Add msbuild to PATH
4040
uses: microsoft/[email protected]
4141
# Publish the application NET48
42-
- name: Publish the application NET8
42+
- name: Publish the application NET48
4343
run: dotnet publish ./Analogy/Analogy.csproj -c=Release /p:Platform=x64 --framework net48 --runtime win-x64
4444
env:
4545
Configuration: ${{ matrix.configuration }}

0 commit comments

Comments
 (0)