Skip to content

Instantly share code, notes, and snippets.

@reznor244
Created June 27, 2018 16:51
Show Gist options
  • Save reznor244/2f5bcac412060400c5b0119d75925f9a to your computer and use it in GitHub Desktop.
Save reznor244/2f5bcac412060400c5b0119d75925f9a to your computer and use it in GitHub Desktop.
<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