Skip to content

Instantly share code, notes, and snippets.

@morrisjoe
Created December 9, 2016 23:35
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 morrisjoe/01d4d7e76cd7be9f0ecd8f48a56aa3c0 to your computer and use it in GitHub Desktop.
Save morrisjoe/01d4d7e76cd7be9f0ecd8f48a56aa3c0 to your computer and use it in GitHub Desktop.
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
...
<ItemGroup>
<Compile Include="**\*.cs" Exclude="$(GlobalExclude)" />
<EmbeddedResource Include="**\*.resx" Exclude="$(GlobalExclude)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App">
<Version>1.0.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Sdk.Web">
<Version>1.0.0-alpha-20161104-2-112</Version>
</PackageReference>
...
</ItemGroup>
...
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment