Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jul 19, 2021
1 parent 5a2a8d0 commit 6e65ed9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Foundatio.AppMetrics/Foundatio.AppMetrics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PackageTags>$(PackageTags);AppMetrics;Logging;Log</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="App.Metrics.Abstractions" Version="4.2.0" />
<PackageReference Include="App.Metrics.Abstractions" Version="4.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Foundatio.MessagePack/Foundatio.MessagePack.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="MessagePack" Version="2.2.85" />
<PackageReference Include="MessagePack" Version="2.2.113" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Foundatio.Tests/Foundatio.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Exceptionless.RandomData" Version="1.2.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.7" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Foundatio.Extensions.Hosting\Foundatio.Extensions.Hosting.csproj" />
Expand Down

0 comments on commit 6e65ed9

Please sign in to comment.