We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following this comment.
Make dotnet build build all targets (currently net45 and netstandard2.0) on Windows, macOS and Linux. This allows development all 3 platforms without reaching those #ifdef that exclude full framework code paths on non-Windows machines.
dotnet build
net45
netstandard2.0
#ifdef
The text was updated successfully, but these errors were encountered:
Build all targets in all platforms. (#155)
d1e66e1
* build all targets in all platforms Resolves #154 * Tests for netfx run only on Windows * AppInsights can build x-plat * fix: TFMs for Jaeger
Successfully merging a pull request may close this issue.
Following this comment.
Make
dotnet build
build all targets (currentlynet45
andnetstandard2.0
) on Windows, macOS and Linux. This allows development all 3 platforms without reaching those#ifdef
that exclude full framework code paths on non-Windows machines.The text was updated successfully, but these errors were encountered: