Skip to content

Commit

Permalink
Update dependencies to dotnet6 RC1 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikwidlund committed Sep 15, 2021
1 parent 751d60b commit c695b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/HostsParser/HostsParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0-preview.7.21377.19" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0-preview.7.21377.19" />
<PackageReference Include="System.IO.Pipelines" Version="6.0.0-preview.7.21377.19" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="System.IO.Pipelines" Version="6.0.0-rc.1.21451.13" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c695b70

Please sign in to comment.