roslyn: NETSDK1056: Project is targeting runtime 'win-x64' but did not resolve any runtime-specific packages. This runtime may not be supported by the target framework. ILTools

Version used: VisualStudio.16.Preview/16.3.0-pre.1.0+29123.89 C# Tools 3.3.0-beta1-19360-03+7d47461d2ddd32defbc51c2cf0e75a3fef16c3d7

I have been getting this error occasionally on incremental builds of Roslyn.sln. It doesn’t seem to stop me from running my tests but it is a bit confusing.

NETSDK1056: Project is targeting runtime 'win-x64' but did not resolve any runtime-specific packages. This runtime may not be supported by the target framework. ILTools F:\src\roslyn\src\Tools\ILTools\ILTools.proj 1

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 4
  • Comments: 21 (20 by maintainers)

Commits related to this issue

Most upvoted comments

This project isn’t importing the C# or VB design-time targets, and looks like there’s a dangling reference from Managed.DesignTime.targets to that target.

@nguerrera , Is this what you need for binlog? BuildLogs.zip

project.assets.json renamed with txt extension: project.assets.txt