Skip to content

Instantly share code, notes, and snippets.

@karlospn
Created December 17, 2018 10:44
Show Gist options
  • Save karlospn/d95ce34f8a3ffc03f6273e7f1f81bb9b to your computer and use it in GitHub Desktop.
Save karlospn/d95ce34f8a3ffc03f6273e7f1f81bb9b to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45;net35</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment