-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Description
Description
paket update with Suave's faulty spec SuaveIO/suave#638 causes paket to assume .net core, despite framework: net461 being a given constraint in paket.dependencies. This in turn causes, "Object reference not set to an instance of an object" to be thrown and the build to fail when running xbuild Project.sln.
Expected behavior
Not to throw null ref exceptions. Not to add .Net core dependencies when the framework target is constrained.
Actual behavior
Throwing null ref.
Known workarounds
Manually remove the paket.targets import that was added.
Metadata
Metadata
Assignees
Labels
No labels