We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf6574 commit 04afa4bCopy full SHA for 04afa4b
src/MAUI/Maui.Samples/ArcGIS.Samples.Maui.csproj
@@ -30,6 +30,8 @@
30
<DefineConstants>$(DefineConstants);MAUI</DefineConstants>
31
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
32
<RuntimeIdentifier Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' AND '$(Platform)' == 'AnyCPU'">win10-x64</RuntimeIdentifier>
33
+ <WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
34
+ <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
35
<AppxPackageDir>..\..\..\output\$(RuntimeIdentifier)\</AppxPackageDir>
36
</PropertyGroup>
37
0 commit comments