Skip to content

Commit 9fd9663

Browse files
Updated dependencies
1 parent 412bbd3 commit 9fd9663

File tree

5 files changed

+374
-374
lines changed

5 files changed

+374
-374
lines changed

.github/workflows/publishing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build
15-
runs-on: windows-latest
15+
runs-on: windows-2025
1616
environment: microsoft-store
1717
strategy:
1818
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
format: msix
3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
submodules: true
@@ -131,14 +131,14 @@ jobs:
131131

132132
test:
133133
name: Test
134-
runs-on: windows-latest
134+
runs-on: windows-2025
135135
strategy:
136136
matrix:
137137
architecture:
138138
- x64
139139
steps:
140140
- name: Checkout code
141-
uses: actions/checkout@v4
141+
uses: actions/checkout@v5
142142
with:
143143
fetch-depth: 0
144144
submodules: true

Fyreplace.Tests/Fyreplace.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
6+
<WindowsSdkPackageVersion>10.0.26100.71</WindowsSdkPackageVersion>
77
<RootNamespace>Fyreplace.Tests</RootNamespace>
88
<ApplicationManifest>app.manifest</ApplicationManifest>
99
<Platforms>x86;x64;ARM64</Platforms>
@@ -29,9 +29,9 @@
2929
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="17.14.1">
3030
<ExcludeAssets>build</ExcludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4188" />
33-
<PackageReference Include="MSTest.TestAdapter" Version="3.9.3" />
34-
<PackageReference Include="MSTest.TestFramework" Version="3.9.3" />
32+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
33+
<PackageReference Include="MSTest.TestAdapter" Version="3.10.2" />
34+
<PackageReference Include="MSTest.TestFramework" Version="3.10.2" />
3535
<Manifest Include="$(ApplicationManifest)" />
3636
</ItemGroup>
3737

0 commit comments

Comments
 (0)