File tree Expand file tree Collapse file tree 6 files changed +450
-471
lines changed
Expand file tree Collapse file tree 6 files changed +450
-471
lines changed Original file line number Diff line number Diff line change @@ -115,15 +115,15 @@ jobs:
115115
116116 - name : Upload MSIX
117117 if : ${{ matrix.distribution == 'app-store' }}
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 name : Fyreplace.${{ matrix.architecture }}.msix
121121 path : Deploy\Fyreplace.msix
122122 if-no-files-found : error
123123
124124 - name : Upload ${{ matrix.format == 'msix' && 'MSIX' || 'MSI' }}
125125 if : ${{ matrix.distribution == 'standalone' }}
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : Fyreplace.${{ matrix.architecture }}.standalone.${{ matrix.format }}
129129 path : Deploy\Fyreplace.${{ matrix.format }}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net9 .0-windows10.0.26100.0</TargetFramework >
4+ <TargetFramework >net10 .0-windows10.0.26100.0</TargetFramework >
55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
6- <WindowsSdkPackageVersion >10.0.26100.75 </WindowsSdkPackageVersion >
6+ <WindowsSdkPackageVersion >10.0.26100.81 </WindowsSdkPackageVersion >
77 <RootNamespace >Fyreplace.Tests</RootNamespace >
88 <ApplicationManifest >app.manifest</ApplicationManifest >
99 <Platforms >x86;x64;ARM64</Platforms >
2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 17.14 .1" >
29+ <PackageReference Include =" Microsoft.TestPlatform.TestHost" Version =" 18.0 .1" >
3030 <ExcludeAssets >build</ExcludeAssets >
3131 </PackageReference >
32- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.4948 " />
33- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.10.4 " />
34- <PackageReference Include =" MSTest.TestFramework" Version =" 3.10.4 " />
32+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.26100.7175 " />
33+ <PackageReference Include =" MSTest.TestAdapter" Version =" 4.0.2 " />
34+ <PackageReference Include =" MSTest.TestFramework" Version =" 4.0.2 " />
3535 <Manifest Include =" $(ApplicationManifest)" />
3636 </ItemGroup >
3737
You can’t perform that action at this time.
0 commit comments