Skip to content

Instantly share code, notes, and snippets.

@martijnhoekstra
Created November 27, 2016 18:55
Show Gist options
  • Save martijnhoekstra/64390ead6ec11ad6b2c146e4ee6cb8d6 to your computer and use it in GitHub Desktop.
Save martijnhoekstra/64390ead6ec11ad6b2c146e4ee6cb8d6 to your computer and use it in GitHub Desktop.
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
<PropertyGroup Label="Configuration">
<AssemblyName>XSharpx</AssemblyName>
<RootNamespace>XSharpx</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NETStandard.Library">
<Version>1.6</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Sdk">
<Version>1.0.0-alpha-20161104-2</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment