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 was prompted by the dialog to select between Packages.config or PackageReference. I selected PackageReference.
The article does not seem to be fulfilled because not explain how add nuget parameters like autor, pack, and out put pack.
For these reasons I added some sections in my test WPF csproj (I attach it in a zip).
Added some properties extracted from a netstandard project (see ).
Copy nupkg from Debug to a mapped folder (see )
But nupkg is not generated. Why? How existing NuGet packages can work if I am using PackageReference for WPF, Windows Forms or ASP.NET projects? Will VS2017 or newer support it?
The text was updated successfully, but these errors were encountered:
JosepBalague
changed the title
if I am using PackageReference for WPF, Windows Forms or ASP.NET projects?
Will existing NuGet packages work if I am using PackageReference for WPF, Windows Forms or ASP.NET projects?
Oct 12, 2018
template_net47.zip
Hi folks,
(VS2017 15.8.7; MSBUILD 15.8.169+g1ccb72aefa; OS Version 10.0.17763.55 x64)
I'm following this link for migrating WPF 4.7 class library Packages.config to PackageReference:
https://blog.nuget.org/20170316/NuGet-now-fully-integrated-into-MSBuild.html
I was prompted by the dialog to select between Packages.config or PackageReference. I selected PackageReference.
The article does not seem to be fulfilled because not explain how add nuget parameters like autor, pack, and out put pack.
For these reasons I added some sections in my test WPF csproj (I attach it in a zip).
Added some properties extracted from a netstandard project (see ).
Copy nupkg from Debug to a mapped folder (see )
But nupkg is not generated. Why? How existing NuGet packages can work if I am using PackageReference for WPF, Windows Forms or ASP.NET projects? Will VS2017 or newer support it?
The text was updated successfully, but these errors were encountered: