File tree Expand file tree Collapse file tree 5 files changed +374
-374
lines changed
Expand file tree Collapse file tree 5 files changed +374
-374
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 name : Build
15- runs-on : windows-latest
15+ runs-on : windows-2025
1616 environment : microsoft-store
1717 strategy :
1818 matrix :
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
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments