Skip to content

Commit acc4756

Browse files
committed
迁移到 slnx
1 parent 1c07afd commit acc4756

4 files changed

Lines changed: 16 additions & 46 deletions

File tree

.github/workflows/build-and-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121

2222
env:
23-
Solution_Name: WinGetStore.sln
23+
Solution_Name: WinGetStore.slnx
2424
Project_Directory: WinGetStore
2525
Signing_Certificate: WinGetStore_TemporaryKey.pfx
2626

WinGetStore.sln

Lines changed: 0 additions & 43 deletions
This file was deleted.

WinGetStore.slnx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="ARM64" />
4+
<Platform Name="x64" />
5+
<Platform Name="x86" />
6+
</Configurations>
7+
<Project Path="WinGetStore/WinGetStore.csproj">
8+
<Platform Solution="*|ARM64" Project="ARM64" />
9+
<Platform Solution="*|x64" Project="x64" />
10+
<Platform Solution="*|x86" Project="x86" />
11+
<Deploy />
12+
</Project>
13+
</Solution>

WinGetStore/WinGetStore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="CommunityToolkit.Labs.Notifications" Version="0.1.250829-build.2245" />
26-
<PackageReference Include="CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock" Version="0.1.250829-build.2245" />
26+
<PackageReference Include="CommunityToolkit.Labs.Uwp.Controls.MarkdownTextBlock" Version="0.1.250910-build.2249" />
2727
<PackageReference Include="CommunityToolkit.Uwp.Converters" Version="8.2.250402" />
2828
<PackageReference Include="CommunityToolkit.Uwp.Extensions" Version="8.2.250402" />
2929
<PackageReference Include="CommunityToolkit.Uwp.Triggers" Version="8.2.250402" />
3030
<PackageReference Include="Karambolo.Extensions.Logging.File" Version="3.6.3" />
31-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.8" />
31+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.9" />
3232
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7" />
3333
<PackageReference Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.11.460" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)