We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f0ebc commit 8ad3535Copy full SHA for 8ad3535
.github/workflows/dotnet-core-desktop.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Add msbuild to PATH
40
uses: microsoft/[email protected]
41
# Publish the application NET48
42
- - name: Publish the application NET8
+ - name: Publish the application NET48
43
run: dotnet publish ./Analogy/Analogy.csproj -c=Release /p:Platform=x64 --framework net48 --runtime win-x64
44
env:
45
Configuration: ${{ matrix.configuration }}
0 commit comments