OudomMunint / .NetMAUI-To-Do-List-App

A to do list app that performs CRUD operations. Made with .Net MAUI
36 stars 6 forks source link

.Net 8 - Compiler warning #179

Closed OudomMunint closed 1 month ago

OudomMunint commented 2 months ago
Severity Code Description Project File Line Suppression State Details
Warning MA002 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.7" />.  You can skip this warning by setting  <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> 
in your project file.