зеркало из https://github.com/DeGsoft/maui-linux.git
Reordering some net6 TFM's (#616)
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
This commit is contained in:
Родитель
cd0ebb565e
Коммит
a2e73aeb85
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<BuildForWinUI Condition="'$(SolutionFileName)' == 'Microsoft.Maui.WinUI.sln'">true</BuildForWinUI>
|
||||
<BuildForNet6 Condition="'$(SolutionFileName)' == 'Microsoft.Maui-net6.sln'">true</BuildForNet6>
|
||||
<MauiPlatforms>net6.0-android;net6.0-ios;net6.0-maccatalyst</MauiPlatforms>
|
||||
<MauiPlatforms>net6.0-ios;net6.0-maccatalyst;net6.0-android</MauiPlatforms>
|
||||
<MauiPlatforms Condition="'$(Packing)' == 'true'">$(MauiPlatforms);net6.0-windows10.0.19041.0</MauiPlatforms>
|
||||
<MauiPlatforms Condition="'$(BuildForWinUI)' == 'true'">net6.0-windows10.0.19041.0</MauiPlatforms>
|
||||
<_MauiBuildTasksLocation>$(_MauiBuildTasksLocation)</_MauiBuildTasksLocation>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-android;net6.0-maccatalyst;net6.0-ios</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0-ios;net6.0-maccatalyst;net6.0-android</TargetFrameworks>
|
||||
<RuntimeIdentifier Condition="'$(TargetFramework)' == 'net6.0-ios'">ios-x64</RuntimeIdentifier>
|
||||
<RuntimeIdentifier Condition="'$(TargetFramework)' == 'net6.0-maccatalyst'">maccatalyst-x64</RuntimeIdentifier>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
|
|
@ -5,7 +5,7 @@ A "single project", is a multi-targeted .NET Maui project, such as:
|
|||
```xml
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-android;net6.0-ios</TargetFrameworks>
|
||||
<TargetFrameworks>net6.0-ios;net6.0-android</TargetFrameworks>
|
||||
<OutputType>Exe</OutputType>
|
||||
<!-- Opts into the new project type -->
|
||||
<SingleProject>true</SingleProject>
|
||||
|
|
Загрузка…
Ссылка в новой задаче