Created
June 27, 2018 16:51
-
-
Save reznor244/2f5bcac412060400c5b0119d75925f9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project Sdk="Microsoft.NET.Sdk"> | |
<PropertyGroup> | |
<TargetFramework>netstandard2.0</TargetFramework> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | |
<DebugType>pdbonly</DebugType> | |
<DebugSymbols>true</DebugSymbols> | |
</PropertyGroup> | |
<ItemGroup> | |
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="1.0.1" /> | |
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="1.0.1" /> | |
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" /> | |
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.1" /> | |
<PackageReference Include="Xamarin.Forms" Version="3.1.0.550168-pre3" /> | |
<PackageReference Include="Xamarin.Essentials" Version="0.6.0-preview" /> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment