Skip to content

Commit

Permalink
chore: update NuGet package references
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Jan 20, 2018
1 parent ede49c7 commit 439faf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Serilog.Sinks.Http/Serilog.Sinks.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.1.1" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="2.*" />
<PackageReference Include="Serilog.Sinks.RollingFile" Version="3.*" />
</ItemGroup>

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

0 comments on commit 439faf3

Please sign in to comment.