Skip to content

Instantly share code, notes, and snippets.

@atsvetkov
Created December 25, 2016 13:46
Show Gist options
  • Save atsvetkov/4b5e0efdc8612b7746e57f045d2dc37a to your computer and use it in GitHub Desktop.
Save atsvetkov/4b5e0efdc8612b7746e57f045d2dc37a to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<EmbeddedResource Include="**\*.resx" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.1" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment