Skip to content

Commit 04afa4b

Browse files
apply properties to maui app
1 parent 7bf6574 commit 04afa4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MAUI/Maui.Samples/ArcGIS.Samples.Maui.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<DefineConstants>$(DefineConstants);MAUI</DefineConstants>
3131
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
3232
<RuntimeIdentifier Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' AND '$(Platform)' == 'AnyCPU'">win10-x64</RuntimeIdentifier>
33+
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
34+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
3335
<AppxPackageDir>..\..\..\output\$(RuntimeIdentifier)\</AppxPackageDir>
3436
</PropertyGroup>
3537

0 commit comments

Comments
 (0)