Where I can find packages.config in LINQPAD
EX,visual studio i can get Nuget reference version in packages.config
I hope get all linqpad nuget reference,name,version.
thanks.
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Dapper" version="1.50.5" targetFramework="net451" />
</packages>
I hope get all linqpad nuget reference,name,version.
thanks.
Comments
Alternatively, go to the NuGet Package Manager (Query menu, or press Shift+Ctrl+P).
The references are also saved in the .linq file in XML format, although you won't see a version number unless you requested a specific version when downloading the package.
I just hope to copy linqpad nuget xml to visual studio project packages.config
then quickly rebuild nuget lib.