Skip to content

Commit

Permalink
upgrade jurassic to 2.2.1 (jetheredge#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuse committed Jun 1, 2016
1 parent 310f376 commit 91059d9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions SquishIt.CoffeeScript/SquishIt.CoffeeScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Jurassic">
<HintPath>..\packages\Jurassic.2.1.1\lib\Jurassic.dll</HintPath>
<Reference Include="Jurassic, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jurassic.2.2.1\lib\net35\Jurassic.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.CoffeeScript/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Jurassic" version="2.1.1" />
<package id="Jurassic" version="2.2.1" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="WebActivatorEx" version="2.1.0" targetFramework="net40" />
</packages>
5 changes: 3 additions & 2 deletions SquishIt.Hogan/SquishIt.Hogan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Jurassic">
<HintPath>..\packages\Jurassic.2.1.1\lib\Jurassic.dll</HintPath>
<Reference Include="Jurassic, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Jurassic.2.2.1\lib\net35\Jurassic.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down
2 changes: 1 addition & 1 deletion SquishIt.Hogan/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Jurassic" version="2.1.1" targetFramework="net35" />
<package id="Jurassic" version="2.2.1" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="WebActivatorEx" version="2.1.0" targetFramework="net40" />
</packages>
Binary file removed packages/Jurassic.2.1.1/Jurassic.2.1.1.nupkg
Binary file not shown.
Binary file removed packages/Jurassic.2.1.1/lib/Jurassic.dll
Binary file not shown.
Binary file added packages/Jurassic.2.2.1/Jurassic.2.2.1.nupkg
Binary file not shown.
Binary file added packages/Jurassic.2.2.1/lib/net35/Jurassic.dll
Binary file not shown.

0 comments on commit 91059d9

Please sign in to comment.