Skip to content

Commit cc4b097

Browse files
committed
OxyplotMauiSample: update MAUI to 10.0.40
* in order to fix strange crashes when opening PanModePage (on Android and iOS) * $(MauiVersion) seems to resovle to 10.0.1 with .NET SDK 10.0.103
1 parent d3d3f9a commit cc4b097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/OxyplotMauiSample/OxyplotMauiSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<ItemGroup>
6464
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.2.0" />
65-
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
65+
<PackageReference Include="Microsoft.Maui.Controls" Version="10.0.40" />
6666
</ItemGroup>
6767

6868
<ItemGroup>

0 commit comments

Comments
 (0)