Skip to content

Commit

Permalink
Update nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvuistin committed Nov 23, 2023
1 parent a066012 commit c008f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Config/Config.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Usage:
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="ThisAssembly" Version="1.2.12" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="ThisAssembly" Version="1.4.1" PrivateAssets="all" />
<PackageReference Include="docfx.console" Version="2.59.4" PrivateAssets="all" />
<PackageReference Include="Polyfill.NET" Version="1.0.12" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit c008f4d

Please sign in to comment.