Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 20, 2022
1 parent 192d11b commit 1339de7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.2.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</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" />
<PackageReference Include="App.Metrics.Abstractions" Version="4.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions src/Foundatio.TestHarness/Foundatio.TestHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
<PackageReference Include="Exceptionless.RandomData" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Foundatio.Xunit/Foundatio.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectReference Include="..\Foundatio\Foundatio.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="5.0" />
<PackageReference Include="System.Collections.Immutable" Version="6.0" />
<PackageReference Include="xunit.core" Version="2.4.1" />
</ItemGroup>
</Project>
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.10" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Foundatio.Extensions.Hosting\Foundatio.Extensions.Hosting.csproj" />
Expand Down

0 comments on commit 1339de7

Please sign in to comment.