Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-mirza committed Jan 18, 2018
1 parent 2d06f36 commit 9b41de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Serilog.Sinks.SQLite/Serilog.Sinks.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Serilog" Version="2.5.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.105.2" />
<PackageReference Include="Serilog" Version="2.6.0" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.106" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net452'">
<Reference Include="System"/>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

Expand Down
6 changes: 0 additions & 6 deletions src/Serilog.Sinks.SQLite/global.json

This file was deleted.

0 comments on commit 9b41de0

Please sign in to comment.