-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update-sdks #1582
Update-sdks #1582
Conversation
@@ -7,7 +7,7 @@ | |||
<OutputType>WinExe</OutputType> | |||
<UseWindowsForms>true</UseWindowsForms> | |||
<OutputType>Library</OutputType> | |||
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not remove netcoreapp3.1?
@@ -44,15 +41,8 @@ | |||
</PropertyGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.3" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requested by the compiler.
it seems that the Microsoft.WindowsAppSDK referenced version fires this warning | ||
this should not be an issue in a real app, becase normally the referenced version will be higer. | ||
--> | ||
<!--not sure if we should ignore this warning.--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note this.
No description provided.