Skip to content
New issue

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

Fixed encoding and add BuildFromSource condition #2044

Merged
merged 2 commits into from
Jun 5, 2019

Conversation

singhsarab
Copy link
Contributor

@singhsarab singhsarab commented Jun 5, 2019

Description

Changed the encoding from UCS-2 to UTF-8
And have added the condition for source build i.e.
<TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">netstandard1.0;netcoreapp1.0;net451</TargetFrameworks>

@singhsarab singhsarab merged commit 824d905 into microsoft:master Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants