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 15.3 broke <Import Sdk="" Project="" /> tags #2043

Closed
AArnott opened this issue May 2, 2017 · 1 comment
Closed

MSBuild 15.3 broke <Import Sdk="" Project="" /> tags #2043

AArnott opened this issue May 2, 2017 · 1 comment
Labels

Comments

@AArnott
Copy link
Contributor

AArnott commented May 2, 2017

The following project can build (/t:restore) just find in MSBuild 15.1.

<Project>
  <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
  <PropertyGroup>
    <TargetFramework>netstandard1.3</TargetFramework>
  </PropertyGroup>
  <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

But MSBuild 15.3.111.8862 fails with:

error MSB4019: The imported project "C:\temp\bug\Sdk.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

@rainersigwald
Copy link
Member

Duplicate of #2034, fixed by #2038, coming soon to a VS near you (https://devdiv.visualstudio.com/DevDiv/_workitems/edit/428329 if you want to follow along internally).

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