-
-
Notifications
You must be signed in to change notification settings - Fork 640
nuget
Aleksi Juvani edited this page Jul 6, 2017
·
4 revisions
Specifies a list of NuGet packages that this project depends on. Only supported in Visual Studio C++ and C# projects.
nuget { "references" }references is a list of NuGet package names and versions, where the version is separated from the name with a semicolon.
Project configurations.
Premake 5.0 or later.
Link against some NuGet packages.
project "foo"
nuget { "sdl2.v140:2.0.4", "sdl2.v140.redist:2.0.4" }