Skip to content

Commit f340ec9

Browse files
committed
fixing nuget package install
1 parent abf8a58 commit f340ec9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.nuget/NuGet.exe

-617 KB
Binary file not shown.

build.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ $o= resolve-path $path
99

1010
"To test these packages add a nuget source (in visual studio) to:"
1111
"$o"
12-
" "
12+
" "
13+
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")

src/twitter-bootstrap-mvc.nuspec

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
<releaseNotes>https://github.com/erichexter/twitter.bootstrap.mvc/commits/master</releaseNotes>
1414
<dependencies>
1515
<dependency id="html5shiv" />
16-
<dependency id="twitter.bootstrap" />
16+
<dependency id="jquery" />
17+
<dependency id="jquery.migrate" />
18+
<dependency id="bootstrap" />
1719
<dependency id="navigationroutes.mvc4" />
1820
<dependency id="microsoft.aspnet.web.optimization" />
19-
<dependency id="jquery" />
20-
<dependency id="jquery.migrate" />
2121
<dependency id="Microsoft.jQuery.Unobtrusive.Ajax" />
22+
<dependency id="jQuery.Validation"/>
2223
<dependency id="Microsoft.jQuery.Unobtrusive.Validation" />
2324
</dependencies>
2425
</metadata>

0 commit comments

Comments
 (0)