Skip to content

Instantly share code, notes, and snippets.

@richlander
Created May 7, 2018 04:39
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 richlander/2b0fbe03739f1639ada58bfe69ae531b to your computer and use it in GitHub Desktop.
Save richlander/2b0fbe03739f1639ada58bfe69ae531b to your computer and use it in GitHub Desktop.
Example of an SDK-style project
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment