Skip to content

Commit

Permalink
Bumping up Minimum Version to 10.0.19041.0 for MAUI, WPF in Samples (#…
Browse files Browse the repository at this point in the history
…545)

Bumping up Minimum Version to 10.0.19041.0 for MAUI in ARSamples

Co-authored-by: Prathamesh <pra13882@esri.com>
  • Loading branch information
prathameshnarkhede and Prathamesh committed Feb 2, 2024
1 parent d1cc053 commit 68612d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
</Dependencies>

<Resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</Properties>

<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
</Dependencies>

<Resources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>$(NetWindowsTargetFramework)</TargetFramework>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
<!--<TargetFramework>net472</TargetFramework>-->
<UseWPF>true</UseWPF>
<RootNamespace>Esri.ArcGISRuntime.Toolkit</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit/Toolkit.Maui/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#if !__IOS__ && !WINDOWS && !__ANDROID__ && !__MACCATALYST__
// Make sure net6.0 non-os target clearly states which platforms are supported by the toolkit
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows10.0.17763")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows10.0.19041.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("android26.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("ios14.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatform("maccatalyst14.0")]
Expand Down

0 comments on commit 68612d0

Please sign in to comment.