File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ private static void CreateNuspec(
8686 nuspec . CreateDocument ( ) . Save ( nuspecFile ) ;
8787 Process . Start (
8888 new ProcessStartInfo (
89- @"..\..\..\packages\NuGet.CommandLine.6.6.1 \tools\nuget.exe" ,
89+ @"..\..\..\packages\NuGet.CommandLine.6.8.0 \tools\nuget.exe" ,
9090 "pack " + nuspecFile )
9191 {
9292 UseShellExecute = false ,
@@ -96,7 +96,7 @@ private static void CreateNuspec(
9696 {
9797/* var p = Process.Start(
9898 new ProcessStartInfo(
99- @"..\..\..\packages\NuGet.CommandLine.6.6.1 \tools\nuget.exe",
99+ @"..\..\..\packages\NuGet.CommandLine.6.8.0 \tools\nuget.exe",
100100 $"push {nupkgFile} -Source https://api.nuget.org/v3/index.json -ApiKey {ApiKey.Value}")
101101 {
102102 UseShellExecute = false,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" Framework.G1" version =" 1.0.13.0" targetFramework =" net45" userInstalled =" true" />
4- <package id =" NuGet.CommandLine" version =" 6.6.1 " targetFramework =" net48" userInstalled =" true" developmentDependency =" true" />
4+ <package id =" NuGet.CommandLine" version =" 6.8.0 " targetFramework =" net48" userInstalled =" true" developmentDependency =" true" />
55</packages >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" Framework.G1" version =" 1.0.13.0" targetFramework =" net451" />
4- <package id =" NuGet.CommandLine" version =" 6.6.1 " targetFramework =" net48" developmentDependency =" true" />
4+ <package id =" NuGet.CommandLine" version =" 6.8.0 " targetFramework =" net48" developmentDependency =" true" />
55</packages >
You can’t perform that action at this time.
0 commit comments