Skip to content

Instantly share code, notes, and snippets.

@laurentkempe
Created April 3, 2017 19:36
Show Gist options
  • Save laurentkempe/809deab02a08a52ee17f3cb03a7b39c1 to your computer and use it in GitHub Desktop.
Save laurentkempe/809deab02a08a52ee17f3cb03a7b39c1 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RuntimeFrameworkVersion>2.0.0-preview1-001887-00</RuntimeFrameworkVersion>
<RuntimeIdentifiers>win8-arm;ubuntu.14.04-arm;ubuntu.16.04-arm</RuntimeIdentifiers>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment