Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
elv1s42 committed Feb 9, 2017
1 parent c029a60 commit bc28e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Ghpr.NUnit/Ghpr.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ghpr.Core, Version=0.4.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Ghpr.Core.0.4.3\lib\net452\Ghpr.Core.dll</HintPath>
<Reference Include="Ghpr.Core, Version=0.4.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Ghpr.Core.0.4.4\lib\net452\Ghpr.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion Ghpr.NUnit/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="Ghpr.Core" version="0.4.3" targetFramework="net452" />
<package id="Ghpr.Core" version="0.4.4" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NUnit" version="3.6.0" targetFramework="net452" />
<package id="NUnit.Engine" version="3.6.0" targetFramework="net452" />
Expand Down

0 comments on commit bc28e1b

Please sign in to comment.