Skip to content

Commit 6e4701d

Browse files
committed
Network Logger and Graylog support
1 parent fa212e8 commit 6e4701d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code/src/WindowsFormsStreamLoggerTestApplication/WindowsFormsStreamLoggerTestApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</PropertyGroup>
5656
<ItemGroup>
5757
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
58+
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
3+
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net48" />
44
</packages>

0 commit comments

Comments
 (0)