mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-01-05 16:19:58 +01:00
Fix build issues
This commit is contained in:
parent
bfcb860b15
commit
46c1d05631
|
|
@ -43,10 +43,12 @@ Updated license to Apache 2.0</PackageReleaseNotes>
|
|||
<PropertyGroup Condition="'$(TargetFramework)' == 'monoandroid50'">
|
||||
<DefineConstants>$(DefineConstants);XAMARIN;API_LEVEL_21</DefineConstants>
|
||||
<NoWarn>$(NoWarn);XA0113;XA0114</NoWarn>
|
||||
<AndroidEnableGooglePlayStoreChecks>false</AndroidEnableGooglePlayStoreChecks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'monoandroid70'">
|
||||
<DefineConstants>$(DefineConstants);XAMARIN;API_LEVEL_24</DefineConstants>
|
||||
<NoWarn>$(NoWarn);XA0113;XA0114</NoWarn>
|
||||
<AndroidEnableGooglePlayStoreChecks>false</AndroidEnableGooglePlayStoreChecks>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'xamarinios10'">
|
||||
|
|
|
|||
|
|
@ -133,6 +133,9 @@
|
|||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.8" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\NmeaParser\NmeaParser.csproj">
|
||||
<Project>{1adc3666-1ddb-48c4-9811-1e58b6d09a7c}</Project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue