Skip to content

Instantly share code, notes, and snippets.

@anttirt
Created December 28, 2016 22:45
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 anttirt/0999ff60bed1d35b807066906f3338d9 to your computer and use it in GitHub Desktop.
Save anttirt/0999ff60bed1d35b807066906f3338d9 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<CompileDependsOn>
FakeTarget;
$(CompileDependsOn)
</CompileDependsOn>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NETStandard.Library" Version="1.6" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment