Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 1f129b0

Browse files
committed
update dependency
1 parent 5f64fae commit 1f129b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.build/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Import-Module "$Here\Common" -DisableNameChecking
3131

3232
$NuGet = Join-Path $SolutionRoot ".nuget\nuget.exe"
3333

34-
$MSBuild ="${env:ProgramFiles(x86)}\MSBuild\12.0\Bin\msbuild.exe"
34+
$MSBuild ="${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\msbuild.exe"
3535

3636
FormatTaskName (("-"*25) + "[{0}]" + ("-"*25))
3737

Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<copyright>Copyright &#x00A9; Titanium. All rights reserved.</copyright>
1515
<tags></tags>
1616
<dependencies>
17-
<dependency id="DotNetZip" version="1.9.7" />
17+
<dependency id="DotNetZip" version="1.9.8" />
1818
</dependencies>
1919
</metadata>
2020
<files>

0 commit comments

Comments
 (0)