Skip to content

Commit

Permalink
Updated rainbow version
Browse files Browse the repository at this point in the history
  • Loading branch information
blipson89 committed Aug 8, 2018
1 parent 7ed96be commit 745c255
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Leprechaun.Console/Leprechaun.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<HintPath>..\..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
</Reference>
<Reference Include="Rainbow, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Rainbow.Core.2.0.0-pre08\lib\net452\Rainbow.dll</HintPath>
<HintPath>..\..\packages\Rainbow.Core.2.0.0\lib\net452\Rainbow.dll</HintPath>
</Reference>
<Reference Include="Rainbow.Storage.Yaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Rainbow.Storage.Yaml.2.0.0-pre08\lib\net452\Rainbow.Storage.Yaml.dll</HintPath>
<HintPath>..\..\packages\Rainbow.Storage.Yaml.2.0.0\lib\net452\Rainbow.Storage.Yaml.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sitecore.Kernel.NoReferences.8.2.170407\lib\NET452\Sitecore.Kernel.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions src/Leprechaun.Console/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net46" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net46" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0-pre08" targetFramework="net46" />
<package id="Rainbow.Storage.Yaml" version="2.0.0-pre08" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0" targetFramework="net46" />
<package id="Rainbow.Storage.Yaml" version="2.0.0" targetFramework="net46" />
<package id="Sitecore.Kernel.NoReferences" version="8.2.170407" targetFramework="net46" />
<package id="Sitecore.Logging.NoReferences" version="8.2.170407" targetFramework="net46" />
<package id="System.AppContext" version="4.3.0" targetFramework="net46" />
Expand Down
2 changes: 1 addition & 1 deletion src/Leprechaun.Tests/Leprechaun.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<HintPath>..\..\packages\NSubstitute.3.1.0\lib\net46\NSubstitute.dll</HintPath>
</Reference>
<Reference Include="Rainbow, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Rainbow.Core.2.0.0-pre08\lib\net452\Rainbow.dll</HintPath>
<HintPath>..\..\packages\Rainbow.Core.2.0.0\lib\net452\Rainbow.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sitecore.Kernel.NoReferences.8.2.170407\lib\NET452\Sitecore.Kernel.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Leprechaun.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<package id="Fare" version="2.1.1" targetFramework="net46" />
<package id="FluentAssertions" version="5.3.0" targetFramework="net46" />
<package id="NSubstitute" version="3.1.0" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0-pre08" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0" targetFramework="net46" />
<package id="Sitecore.Kernel.NoReferences" version="8.2.170407" targetFramework="net46" developmentDependency="true" />
<package id="System.Threading.Tasks.Extensions" version="4.3.0" targetFramework="net46" />
<package id="System.ValueTuple" version="4.4.0" targetFramework="net46" />
Expand Down
2 changes: 1 addition & 1 deletion src/Leprechaun/Leprechaun.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<HintPath>..\..\packages\Configy.1.0.0\lib\net45\Configy.dll</HintPath>
</Reference>
<Reference Include="Rainbow, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Rainbow.Core.2.0.0-pre08\lib\net452\Rainbow.dll</HintPath>
<HintPath>..\..\packages\Rainbow.Core.2.0.0\lib\net452\Rainbow.dll</HintPath>
</Reference>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sitecore.Kernel.NoReferences.8.2.170407\lib\NET452\Sitecore.Kernel.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/Leprechaun/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="Configy" version="1.0.0" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0-pre08" targetFramework="net46" />
<package id="Rainbow.Core" version="2.0.0" targetFramework="net46" />
<package id="Sitecore.Kernel.NoReferences" version="8.2.170407" targetFramework="net452" developmentDependency="true" />
</packages>

0 comments on commit 745c255

Please sign in to comment.