Pavel Tupitsyn created IGNITE-4980:
--------------------------------------
Summary: .NET: NuGet packages do not work with PackageReference in VS2017
Key: IGNITE-4980
URL:
https://issues.apache.org/jira/browse/IGNITE-4980 Project: Ignite
Issue Type: Bug
Affects Versions: 1.6
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 2.0
VS2017 & NuGet 4.0 come with a new way of referencing packages: instead of {{packages.config}}, there is a {{PackageReference}} section in {{csproj}} file:
http://blog.nuget.org/20170316/NuGet-now-fully-integrated-into-MSBuild.htmlThis feature does not support {{install.ps1}} script which we use to insert build event for copying JARs to output directory.
This is not a blocker, since build event can be set up manually.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)