Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created November 25, 2017 19:49
Show Gist options
  • Save radu-matei/6446f5d4b4c7076d76e3e50622d7a00d to your computer and use it in GitHub Desktop.
Save radu-matei/6446f5d4b4c7076d76e3e50622d7a00d to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.0-alpha2-final" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment