Skip to content

Commit ce19d47

Browse files
test: migrate test configuration
1 parent a8586d7 commit ce19d47

File tree

2 files changed

+551
-12
lines changed

2 files changed

+551
-12
lines changed

AutoStartConfirmTest/AutoStartConfirmTest.csproj

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<RootNamespace>AutoStartConfirmTest</RootNamespace>
7-
<ApplicationManifest>app.manifest</ApplicationManifest>
8-
<Platforms>x86;x64;ARM64</Platforms>
9-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
10-
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
11-
<UseWinUI>true</UseWinUI>
12-
<EnableMsixTooling>true</EnableMsixTooling>
13-
<Nullable>enable</Nullable>
3+
<OutputType>WinExe</OutputType>
4+
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
5+
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
6+
<RootNamespace>AutoStartConfirmTests</RootNamespace>
7+
<ApplicationManifest>app.manifest</ApplicationManifest>
8+
<Platforms>x64</Platforms>
9+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
10+
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
11+
<UseWinUI>true</UseWinUI>
12+
<EnableMsixTooling>true</EnableMsixTooling>
13+
<Nullable>enable</Nullable>
14+
<PublishReadyToRun>false</PublishReadyToRun>
15+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1416
</PropertyGroup>
1517

1618
<ItemGroup>

0 commit comments

Comments
 (0)