Skip to content

Commit

Permalink
Maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
RenNagasaki committed Feb 27, 2025
1 parent f8eb5b0 commit 5028197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
run: dotnet build /p:EnableWindowsTargeting=true --no-restore
- name: Test ${{ matrix.dotnet-version }}
run: dotnet test --no-build --verbosity normal
# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Publish ${{ matrix.dotnet-version }}
run: dotnet publish Echokraut Tools/Echokraut Tools.csproj -c Release -o release --nologo
2 changes: 1 addition & 1 deletion Echokraut Tools/Echokraut Tools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
Expand Down

0 comments on commit 5028197

Please sign in to comment.