question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build of CLI that supports project.json + NuGet 3.5.0-rc1

See original GitHub issue

This is followup based on the discussion in https://github.com/dotnet/corefx/issues/14203.

The 4.4.0 CoreFx packages rely on the netcoreapp1.1 => netstandard1.7 mapping added to NuGet as part of their 3.5.0-rc1 release. The 1.0.0-preview2-1-003177 does not support it and results in the package being restored incorrectly and consequently compilation to fail.

Is there a build of the CLI that supports project.json and supports this mapping?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
livarcocccommented, Jan 3, 2017
0reactions
kierenjcommented, Jan 6, 2017

OK, by both using that SDK and updating my NETCore.App to 1.2.0-beta-* (was 1.1.0), I get it to build locally.

But when I push to an Azure App Service, global.json is ignored (it doesn’t have that build), uses 1.0.0-preview4-004233 and fails with xproj/new build system errors. There’s no wildcare spec for global.json (I raised an issue around this). What are my options? 😦

Ok so, Azure doesn’t have this version, or anything that works with it, only preview3 and preview4 with the new build system. With those versions I’ve had such problems I’m going to have to set aside a few days to re-create my projects and drink gallons of coffee.

Is that my only option - use the new build system, preview3 or preview4?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dependency conflict when project.json references csproj
It is a simple web app (project.json) that references a class library (csproj + ... On build server I updated Nuget.exe to 3.5.0.1938....
Read more >
Masa.Utils.Configuration.Json 1.0.0-rc.3.5
Version Downloads Last updated 1.0.0 338 25 days ago 1.0.0‑rc.4.4 61 a month ago 1.0.0‑rc.4.3 73 a month ago
Read more >
Install and use a NuGet package with the dotnet CLI
Get a quick tutorial on how to use the dotnet CLI to install and use a NuGet package in a .NET project.
Read more >
How can I make my managed NuGet package support C++ ...
0 in a Visual Studio 2013 C++/CLI project: Open the Package Manager Console if not already open (TOOLS > NuGet Package Manager >...
Read more >
Use pack to build nuget with changed directory for Project. ...
json in some build folder (other than actual project folder) and create its nuget package using pack command (command line method) ? How...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found