Error with Resharper build: The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.
See original GitHub issueSteps to reproduce
Create ASP.NET Core Web Application, Web Application (Model-View-Controller) Using MySQL database, imported MySQL Framework Core DLLs MySql.Data 8.0.10-rc MySql.Data.Entity 7.0.7-m61 MySql.Data.EntityFrameworkCore 8.0.10-rc Other pretty much standard DLLs for building a .netcore 2.0 web-app. Build solution
Expected behavior
Clean build
Actual behavior
Error: The SDK ‘Microsoft.NET.Sdk.Web’ specified could not be found.
Environment data
dotnet --info
output:
.NET Command Line Tools (2.1.200-preview-007517)
Product Information:
Output from dotnet --info: Version: 2.1.200-preview-007517 Commit SHA-1 hash: dc62e50c3a
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.200-preview-007517
Microsoft .NET Core Shared Framework Host
Version : 2.0.6
Build : 74b1c703813c8910df5b96f304b0f2b78cdf194d
VS Versions: VS 2017 15.6.6 and 15.7.0 preview 3
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (12 by maintainers)
Top GitHub Comments
@livarcocc, @nguerrera, sorry for the late response. An answer from our QA team:
Does this repro if you build through the command line using full framework msbuild? Just open a developer prompt and run msbuild on your solution.
@nguerrera since this seems like a resolver issue.