Skip to content

Commit 9705e20

Browse files
Upgrade to .NET 10
1 parent 7738bf6 commit 9705e20

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 9.0.x
22+
dotnet-version: 10.0.x
2323
- name: Add msbuild to PATH
2424
uses: microsoft/setup-msbuild@v1.1
2525
- name: Restore dependencies

WSA System Control/WSA System Control.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<ApplicationIcon>app.ico</ApplicationIcon>
10-
<AssemblyVersion>1.0.13</AssemblyVersion>
11-
<Version>1.0.13</Version>
10+
<AssemblyVersion>1.0.14</AssemblyVersion>
11+
<Version>1.0.14</Version>
1212
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1313
<Platforms>AnyCPU;ARM64;x64</Platforms>
1414
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>

WSCPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="46954GamenologyMedia.WSASystemControl"
1212
Publisher="CN=091B3CC8-312A-4A38-8EAB-908DCCB09857"
13-
Version="1.0.13.0" />
13+
Version="1.0.14.0" />
1414

1515
<Properties>
1616
<DisplayName>WSA System Control</DisplayName>

WSCPackage/WSCPackage.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
</ItemGroup>
168168
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
169169
<ItemGroup>
170-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
170+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7175" PrivateAssets="all" />
171171
</ItemGroup>
172172
<ItemGroup>
173173
<ProjectReference Include="..\WSA System Control\WSA System Control.csproj" />

0 commit comments

Comments
 (0)