Skip to content

Commit

Permalink
Updated redzen nuget to 9.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colgreen committed Apr 24, 2019
1 parent 63ed7c1 commit 7014c37
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/SharpNeatDomains/SharpNeatDomains.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.0.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.0.0-alpha1\lib\netstandard2.0\Redzen.dll</HintPath>
<HintPath>..\packages\Redzen.9.0.0\lib\netstandard2.0\Redzen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatDomains/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net461" />
<package id="Redzen" version="9.0.0-alpha1" targetFramework="net48" />
<package id="Redzen" version="9.0.0" targetFramework="net48" />
<package id="System.Buffers" version="4.5.0" targetFramework="net471" />
<package id="System.Memory" version="4.5.2" targetFramework="net471" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net471" />
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatDomainsExtra/SharpNeatDomainsExtra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.0.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.0.0-alpha1\lib\netstandard2.0\Redzen.dll</HintPath>
<HintPath>..\packages\Redzen.9.0.0\lib\netstandard2.0\Redzen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatDomainsExtra/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Box2DX" version="2.0.2.0" targetFramework="net461" />
<package id="log4net" version="2.0.8" targetFramework="net461" />
<package id="Redzen" version="9.0.0-alpha1" targetFramework="net48" />
<package id="Redzen" version="9.0.0" targetFramework="net48" />
<package id="System.Buffers" version="4.5.0" targetFramework="net471" />
<package id="System.Memory" version="4.5.2" targetFramework="net471" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net471" />
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatGUI/SharpNeatGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.0.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.0.0-alpha1\lib\netstandard2.0\Redzen.dll</HintPath>
<HintPath>..\packages\Redzen.9.0.0\lib\netstandard2.0\Redzen.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatGUI/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.8" targetFramework="net461" />
<package id="Redzen" version="9.0.0-alpha1" targetFramework="net48" />
<package id="Redzen" version="9.0.0" targetFramework="net48" />
<package id="System.Buffers" version="4.5.0" targetFramework="net471" />
<package id="System.Memory" version="4.5.2" targetFramework="net471" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net471" />
Expand Down
2 changes: 1 addition & 1 deletion src/SharpNeatLib/SharpNeatLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="Redzen" Version="9.0.0-alpha1" />
<PackageReference Include="Redzen" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7014c37

Please sign in to comment.