diff --git a/src/dotnet-restore/project.json b/src/dotnet-restore/project.json index 9cc11e5e6..50b1e5c89 100644 --- a/src/dotnet-restore/project.json +++ b/src/dotnet-restore/project.json @@ -11,7 +11,14 @@ "emitEntryPoint": true }, "dependencies": { - "NuGet.CommandLine.XPlat": "3.4.0-*", + "NuGet.CommandLine.XPlat": "3.4.0-beta-*", + "NuGet.Common": "3.4.0-beta-*", + "NuGet.Frameworks": "3.4.0-beta-*", + "NuGet.Logging": "3.4.0-beta-*", + "NuGet.Packaging": "3.4.0-beta-*", + "NuGet.Packaging.Core": "3.4.0-beta-*", + "NuGet.Packaging.Core.Types": "3.4.0-beta-*", + "NuGet.Versioning": "3.4.0-beta-*", "Microsoft.NETCore.Platforms": "1.0.1-rc2-23608", "Microsoft.NETCore.TestHost": "1.0.0-rc2-23608", "NETStandard.Library": "1.0.0-rc2-23608",