Skip to content

Commit 6bf7013

Browse files
committed
Try lowering targer framework version for CI
1 parent ac4ac3f commit 6bf7013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Simple QR Code Maker/Simple QR Code Maker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
4+
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
66
<RootNamespace>Simple_QR_Code_Maker</RootNamespace>
77
<ApplicationIcon>Assets/WindowIcon.ico</ApplicationIcon>
@@ -19,7 +19,7 @@
1919
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
2020
<GenerateTestArtifacts>True</GenerateTestArtifacts>
2121
<WindowsAppSdkSelfContained>True</WindowsAppSdkSelfContained>
22-
<AppxBundle>Never</AppxBundle>
22+
<AppxBundle>Always</AppxBundle>
2323
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
2424

2525
<AppxPackageDir>AppPackages\</AppxPackageDir>

0 commit comments

Comments
 (0)