1 write to Platform
dotnet-getdocument (1)
ProjectOptions.cs (1)
27Platform = command.Option("--platform <Target>", Resources.PlatformDescription);
1 reference to Platform
dotnet-getdocument (1)
Commands\InvokeCommand.cs (1)
62_projectOptions.Platform.Value() == "x86" ? "net462-x86" : "net462");