-
-
Notifications
You must be signed in to change notification settings - Fork 621
nuget
Samuel Surtees edited this page Jun 8, 2020
·
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 colon.
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" }