updating packages, removing nuget binary

This commit is contained in:
Tommy Parnell
2014-05-30 02:23:24 -04:00
parent 9d52cec901
commit 2d9f987478
8 changed files with 165 additions and 165 deletions

2
.gitignore vendored
View File

@@ -19,7 +19,7 @@ bld/
# Roslyn cache directories
*.ide/
tools/*
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

View File

@@ -26,7 +26,7 @@ namespace :tools do
# Make sure we get solution-level deps
sh "#{CMD_PREFIX} #{NUGET}/nuget.exe i .nuget/packages.config -o packages"
FileList["**/packages.config"].each { |filepath|
FileList["src/**/packages.config"].each { |filepath|
sh "#{CMD_PREFIX} #{NUGET}/nuget.exe i #{filepath} -o packages"
}
end

View File

@@ -2,6 +2,6 @@
<packages>
<package id="AjaxMin" version="4.48.4489.28432" targetFramework="net45" />
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="SquishIt" version="0.9.5.3" targetFramework="net45" />
<package id="SquishIt" version="0.9.5.4" targetFramework="net45" />
<package id="YUICompressor.NET" version="2.0.0.0" targetFramework="net45" />
</packages>

View File

@@ -43,7 +43,7 @@
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="SquishIt.Framework">
<HintPath>..\..\packages\SquishIt.0.9.5.3\lib\SquishIt.Framework.dll</HintPath>
<HintPath>..\..\packages\SquishIt.0.9.5.4\lib\SquishIt.Framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AjaxMin" version="4.48.4489.28432" targetFramework="net45" />
<package id="SquishIt" version="0.9.5.3" targetFramework="net45" />
<package id="SquishIt" version="0.9.5.4" targetFramework="net45" />
<package id="YUICompressor.NET" version="2.0.0.0" targetFramework="net45" />
</packages>

View File

@@ -40,7 +40,7 @@
<HintPath>..\..\packages\YUICompressor.NET.2.0.0.0\lib\NET20\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="SquishIt.Framework">
<HintPath>..\..\packages\SquishIt.0.9.5.3\lib\SquishIt.Framework.dll</HintPath>
<HintPath>..\..\packages\SquishIt.0.9.5.4\lib\SquishIt.Framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File