Skip to content

Commit

Permalink
Merge pull request #5 from rschili/dependabot/nuget/src/dotnet-1fa2c9…
Browse files Browse the repository at this point in the history
…c4bf

Bump the dotnet group in /src with 3 updates
  • Loading branch information
rschili authored Jan 15, 2025
2 parents d6e6483 + 31cb4c5 commit cfc412a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/RSMatrix.Console/RSMatrix.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/RSMatrix.Tests/RSMatrix.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="TUnit" Version="0.6.43" />
<PackageReference Include="TUnit" Version="0.6.100" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/RSMatrix/RSMatrix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
</ItemGroup>

</Project>

0 comments on commit cfc412a

Please sign in to comment.