fix: Force include android/macOS targets to avoid cross-targeting restore issues (#38)
* fix: Force include android/macOS targets to avoid cross-targeting restore issues * chore: Lower macOS min version
This commit is contained in:
Родитель
e53a373d83
Коммит
182d2ff174
|
@ -6,6 +6,8 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<NoNFloatUsing>true</NoNFloatUsing>
|
||||
|
||||
<NoWarn>$(NoWarn);NU5128</NoWarn>
|
||||
|
||||
<SupportedOSPlatformVersion Condition="'$(TargetFramework)'=='net6.0-ios'">10.0</SupportedOSPlatformVersion>
|
||||
<SupportedOSPlatformVersion Condition="'$(TargetFramework)'=='net6.0-maccatalyst'">13.1</SupportedOSPlatformVersion>
|
||||
|
@ -17,4 +19,9 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.1" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\..\build\_._" PackagePath="lib\net6.0-macos10.14" Pack="true" Visible="False" />
|
||||
<Content Include="..\..\build\_._" PackagePath="lib\net6.0-android31.0" Pack="true" Visible="False" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче