Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jun 26, 2019
1 parent 793ba76 commit 6ed8e9a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions SyncChanges.Console/SyncChanges.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.10" />
<PackageReference Include="NLog.Schema" Version="4.5.10" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NLog" Version="4.6.5" />
<PackageReference Include="NLog.Schema" Version="4.6.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions SyncChanges.Service/SyncChanges.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<RootNamespace>SyncChanges.Service</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.10" />
<PackageReference Include="NLog.Schema" Version="4.5.10" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NLog" Version="4.6.5" />
<PackageReference Include="NLog.Schema" Version="4.6.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SyncChanges\SyncChanges.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion SyncChanges/SyncChanges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.6.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="NLog" Version="4.5.10" />
<PackageReference Include="NLog" Version="4.6.5" />
<PackageReference Include="NPoco" Version="4.0.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
</ItemGroup>
Expand Down

0 comments on commit 6ed8e9a

Please sign in to comment.