Skip to content

Commit

Permalink
fix weird deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lebee committed Dec 12, 2018
1 parent 15852db commit 0df992c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Pluralize.NET" Version="0.1.84" />
<PackageReference Include="PoweredSoft.CodeGenerator" Version="1.0.1" />
</ItemGroup>
Expand All @@ -21,10 +22,4 @@
<ProjectReference Include="..\PoweredSoft.DbUtils.Schema.Core\PoweredSoft.DbUtils.Schema.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json\10.0.1\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion psdb/psdb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="PoweredSoft.CodeGenerator" Version="1.0.1" />
<PackageReference Include="SysCommand" Version="1.0.9" />
</ItemGroup>
Expand Down

0 comments on commit 0df992c

Please sign in to comment.