Skip to content

Commit

Permalink
Switch to .slnx format
Browse files Browse the repository at this point in the history
With .NET SDK 9.0.200, the legacy GUID goop in solution files is no longer necessary.

Replace it with a concise, human-readable (and editable) XML format.
  • Loading branch information
nil4 committed Feb 12, 2025
1 parent c1b1aa1 commit 099559a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: build .NET bindings
run: |
dotnet build --configuration Release Bindings/dotnet/RoyalApps.RoyalVNCKit.sln
dotnet build --configuration Release Bindings/dotnet/RoyalApps.RoyalVNCKit.slnx
- name: create native NuGet package
if: "success() && matrix.env.NUGET_RID != ''"
Expand Down
41 changes: 0 additions & 41 deletions Bindings/dotnet/RoyalApps.RoyalVNCKit.sln

This file was deleted.

15 changes: 15 additions & 0 deletions Bindings/dotnet/RoyalApps.RoyalVNCKit.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Solution>
<Folder Name="/Solution/">
<File Path="Directory.Build.rsp" />
<File Path="nuget-pack-dotnet.ps1" />
<File Path="nuget-pack-native.ps1" />
<File Path="nuget-test-aot.ps1" />
<File Path="nuget-utils.ps1" />
<File Path="RoyalApps_1024.png" />
<File Path="RoyalApps.RoyalVNCKit.native\native.nuspec" />
<File Path="RoyalApps.RoyalVNCKit.native\windows.nuspec" />
<File Path="RoyalApps.RoyalVNCKit.native\windows.SwiftRuntime.nuspec" />
</Folder>
<Project Path="RoyalApps.RoyalVNCKit.Demo\RoyalApps.RoyalVNCKit.Demo.csproj" />
<Project Path="RoyalApps.RoyalVNCKit\RoyalApps.RoyalVNCKit.csproj" />
</Solution>

0 comments on commit 099559a

Please sign in to comment.