Skip to content

Commit

Permalink
Merge pull request #14 from JaCraig/dependabot/nuget/dependencies-0f8…
Browse files Browse the repository at this point in the history
…0d3c7c1

fix: bump the dependencies group with 3 updates
  • Loading branch information
JaCraig committed Aug 18, 2023
2 parents 3e0edc3 + d623cd7 commit 96302bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mirage/Mirage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BigBook" Version="5.0.10" />
<PackageReference Include="BigBook" Version="5.0.11" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
Expand Down
4 changes: 2 additions & 2 deletions test/Mirage.Tests/Mirage.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<ItemGroup>
<PackageReference Include="Mecha.xUnit" Version="2.0.15" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Valkyrie" Version="4.0.9" />
<PackageReference Include="Valkyrie" Version="4.0.10" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="FileCurator" Version="4.0.10" />
<PackageReference Include="FileCurator" Version="4.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 96302bb

Please sign in to comment.