Quantcast
Channel: Rick Strahl's Web Log
Viewing all articles
Browse latest Browse all 664

Conditional TargetFrameworks for Multi-Targeted .NET SDK Projects on Cross-Platform Builds

$
0
0
If you build multi-targeted .NET SDK projects on multiple platforms you're going to find out that certain targets can't be build on certain platforms. If you target NetStandard and Net45 on a Mac, Net45 is going to fail. In order to get around this you need to conditionally build per platform. Here's how.

Viewing all articles
Browse latest Browse all 664

Trending Articles