Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Update nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed May 10, 2018
1 parent 88363a3 commit 19e14d8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/Vibrate.Plugin/Vibrate.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.0" PrivateAssets="All" />
<Compile Include="Shared\**\*.cs" />
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.4.0" PrivateAssets="All" />
<Compile Include="**\*.shared.cs" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
Expand All @@ -57,23 +57,17 @@
<SDKReference Include="WindowsMobile, Version=10.0.15063.0">
<Name>Windows Mobile Extensions for the UWP</Name>
</SDKReference>
<Compile Include="Platforms\UWP\**\*.cs" />
<Compile Include="**\*.uwp.cs" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'MonoAndroid60' ">
<Compile Include="Platforms\Android\**\*.cs" />
<Compile Include="**\*.android.cs" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'Xamarin.iOS10' ">
<Compile Include="Platforms\iOS\**\*.cs" />
<Compile Include="**\*ios.cs" />
</ItemGroup>


<!--<ItemGroup Condition=" '$(TargetFramework)' == 'Tizen40' ">
<Compile Include="Platforms\Tizen\**\*.cs" />
<PackageReference Include="Tizen.NET" Version="4.0.0" />
</ItemGroup>-->


<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
</Project>

0 comments on commit 19e14d8

Please sign in to comment.