diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1a628f4..b94cd7f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on env: - Solution_Name: RoyalApps.Community.Rdp.sln # Replace with your solution name, i.e. MyWpfApp.sln. + Solution_Name: RoyalApps.Community.Rdp.slnx # Replace with your solution name, i.e. MyWpfApp.sln. # Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. # Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. # Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. @@ -74,7 +74,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: '9.0' + dotnet-version: '9.0.x' # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe diff --git a/src/RoyalApps.Community.Rdp.sln b/src/RoyalApps.Community.Rdp.sln deleted file mode 100644 index f424cbd..0000000 --- a/src/RoyalApps.Community.Rdp.sln +++ /dev/null @@ -1,27 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoyalApps.Community.Rdp.WinForms", "RoyalApps.Community.Rdp.WinForms\RoyalApps.Community.Rdp.WinForms.csproj", "{D647B5D8-0F1A-486E-A925-6E190EAF80FD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoyalApps.Community.Rdp.WinForms.Demo", "RoyalApps.Community.Rdp.WinForms.Demo\RoyalApps.Community.Rdp.WinForms.Demo.csproj", "{E36A4727-23B7-412A-B40C-471E6B72C3A5}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9062793F-B62C-4B91-BDE6-E37F8C64F881}" - ProjectSection(SolutionItems) = preProject - ..\README.md = ..\README.md - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D647B5D8-0F1A-486E-A925-6E190EAF80FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D647B5D8-0F1A-486E-A925-6E190EAF80FD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D647B5D8-0F1A-486E-A925-6E190EAF80FD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D647B5D8-0F1A-486E-A925-6E190EAF80FD}.Release|Any CPU.Build.0 = Release|Any CPU - {E36A4727-23B7-412A-B40C-471E6B72C3A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E36A4727-23B7-412A-B40C-471E6B72C3A5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E36A4727-23B7-412A-B40C-471E6B72C3A5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E36A4727-23B7-412A-B40C-471E6B72C3A5}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal diff --git a/src/RoyalApps.Community.Rdp.slnx b/src/RoyalApps.Community.Rdp.slnx new file mode 100644 index 0000000..c207cdf --- /dev/null +++ b/src/RoyalApps.Community.Rdp.slnx @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file