Skip to content

Commit

Permalink
Update dependencies (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliumhexacyanoferrat authored Jan 10, 2025
1 parent e98b3bb commit f1ab197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Modules/Conversion/GenHTTP.Modules.Conversion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ProjectReference Include="..\Basics\GenHTTP.Modules.Basics.csproj" />

<PackageReference Include="YamlDotNet" Version="16.2.1" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

Expand Down
6 changes: 3 additions & 3 deletions Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<PackageReference Include="NSubstitute" Version="5.3.0" />

<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -64,11 +64,11 @@
<ProjectReference Include="..\..\Engine\Internal\GenHTTP.Engine.Internal.csproj" />
<ProjectReference Include="..\..\Engine\Kestrel\GenHTTP.Engine.Kestrel.csproj" />
<ProjectReference Include="..\..\Engine\Shared\GenHTTP.Engine.Shared.csproj" />

<ProjectReference Include="..\..\Adapters\AspNetCore\GenHTTP.Adapters.AspNetCore.csproj" />

<ProjectReference Include="..\Testing\GenHTTP.Testing.csproj" />

<ProjectReference Include="..\..\Modules\ApiBrowsing\GenHTTP.Modules.ApiBrowsing.csproj" />
<ProjectReference Include="..\..\Modules\GenHTTP.Modules.I18n\GenHTTP.Modules.I18n.csproj" />
<ProjectReference Include="..\..\Modules\Authentication\GenHTTP.Modules.Authentication.csproj" />
Expand Down

0 comments on commit f1ab197

Please sign in to comment.