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

[2.0.1] PMC Tools: Guide UWP users to .NET Standard class libraries #9779

Merged
merged 1 commit into from
Sep 12, 2017
Merged

Conversation

bricelam
Copy link
Contributor

Part of #9666

'Framework Core Package Manager Console Tools don''t support this type of project.'
}
}
throw "Startup project '$($startupProject.ProjectName)' is a Universal Windows Platform app. This version or " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: of?

$useDotNetNative = GetProperty $startupProject.ConfigurationManager.ActiveConfiguration.Properties 'ProjectN.UseDotNetNativeToolchain'
if ($useDotNetNative -eq 'True')
{
throw "Startup project '$($startupProject.ProjectName)' compiles with the .NET Native tool chan. Uncheck " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"chan"

@bricelam bricelam merged commit cbd2add into dotnet:feature/2.0.1 Sep 12, 2017
@bricelam bricelam deleted the uap branch September 18, 2017 17:30
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.

4 participants