updating packages, removing nuget binary
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,7 +19,7 @@ bld/
|
||||
|
||||
# Roslyn cache directories
|
||||
*.ide/
|
||||
|
||||
tools/*
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user