Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created August 14, 2017 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csharpfritz/7bdcd09c36a575d59d2919b9c7ecb51c to your computer and use it in GitHub Desktop.
Save csharpfritz/7bdcd09c36a575d59d2919b9c7ecb51c to your computer and use it in GitHub Desktop.
New ASP.NET Core 2.0 [ackage references
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.0.0" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment