You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
I am trying to run restore3 on a project like this:
<ProjectReference Include=”..\TestLibrary\TestLibrary.csproj” />
restore3 fails for this project saying it is unable to resolve the P2P for .NETCoreApp 1.0. This is the error from the log:
The text was updated successfully, but these errors were encountered: