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

MSBuild Construction APIs should allow interrogating and modifying SDKs [Implicit Imports] #1429

Closed
TheRealPiotrP opened this issue Dec 3, 2016 · 1 comment
Labels
Milestone

Comments

@TheRealPiotrP
Copy link
Contributor

MSBuild Construction APIs should allow interrogating and modifying SDKs. E.g. there should be a way to learn about:

<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">

Perhaps something like:

class ProjectElement
{
...
   public string Sdk { get; set; }
...
}
@rainersigwald rainersigwald modified the milestone: MSBuild Sdks Dec 4, 2016
@rainersigwald
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants