Skip to content

Commit

Permalink
Merge pull request #8 from royalapplications/fix-WFO1000-warnings
Browse files Browse the repository at this point in the history
Resolve `WFO1000` build warnings
  • Loading branch information
StefanKoell authored Sep 19, 2024
2 parents fb02773 + 1022e12 commit 6ab4c41
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0
dotnet-version: '9.0'

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>RoyalApps.Community.Rdp.Demo</RootNamespace>
Expand Down
Loading

0 comments on commit 6ab4c41

Please sign in to comment.