Skip to content

Commit

Permalink
Merge pull request #46 from dojo90/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
djonasdev committed Oct 13, 2020
2 parents 74bb509 + b36023a commit 75a5dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/NLogViewer.TestApp/NLogViewer.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="NLog" Version="4.7.5" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/NLogViewer/NLogViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="System.Reactive" Version="4.3.2" />
<PackageReference Include="NLog" Version="4.7.5" />
<PackageReference Include="System.Reactive" Version="4.4.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
Expand Down

0 comments on commit 75a5dc8

Please sign in to comment.