Skip to content

Commit 393ea3c

Browse files
committed
fix some more warnings
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
1 parent 6e6a0bf commit 393ea3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/OxyplotMauiSample/OxyplotMauiSample.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
<ItemGroup>
6060
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.1.2" />
61+
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.61" />
6162
</ItemGroup>
6263

6364
<ItemGroup>

0 commit comments

Comments
 (0)