Skip to content

Commit

Permalink
Redzen nuget update: 9.1.0 -> 9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colgreen committed Jul 5, 2020
1 parent c8cd127 commit 70cc241
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/SharpNeatDomains/SharpNeatDomains.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.1.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.0\lib\netstandard2.0\Redzen.dll</HintPath>
<Reference Include="Redzen, Version=9.1.1.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.1\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.1.0" targetFramework="net48" />
<package id="Redzen" version="9.1.1" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net471" />
Expand Down
4 changes: 2 additions & 2 deletions src/SharpNeatDomainsExtra/SharpNeatDomainsExtra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.1.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.0\lib\netstandard2.0\Redzen.dll</HintPath>
<Reference Include="Redzen, Version=9.1.1.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.1\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.1.0" targetFramework="net48" />
<package id="Redzen" version="9.1.1" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net471" />
Expand Down
4 changes: 2 additions & 2 deletions src/SharpNeatGUI/SharpNeatGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Redzen, Version=9.1.0.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.0\lib\netstandard2.0\Redzen.dll</HintPath>
<Reference Include="Redzen, Version=9.1.1.0, Culture=neutral, PublicKeyToken=182843a4be0a74f7, processorArchitecture=MSIL">
<HintPath>..\packages\Redzen.9.1.1\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.1.0" targetFramework="net48" />
<package id="Redzen" version="9.1.1" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
<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.1.0" />
<PackageReference Include="Redzen" Version="9.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 70cc241

Please sign in to comment.