豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Restore3 fails to resolve a P2P ref #3501

@srivatsn

Description

@srivatsn

I am trying to run restore3 on a project like this:

  • There’a TestApp.csproj which is targeting NETCoreApp 1.0 and still uses project.json for dependencies (no TargetFrameworks property in the csproj).
  • This has a <ProjectReference Include=”..\TestLibrary\TestLibrary.csproj” />
  • The TestLibray targets netstandard1.5 (again project.json – no TargetFrameworks)

restore3 fails for this project saying it is unable to resolve the P2P for .NETCoreApp 1.0. This is the error from the log:

  Unable to resolve 'C:\sdk\bin\Debug\Tests\It_builds_the_project_successfully\AppWithLibrary\TestLibrary\TestLibrary.csproj' for '.NETCoreApp,Version=v1.0'.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions