Skip to content

Commit

Permalink
Merge pull request #218 from JaCraig/dependabot/nuget/dependencies-43…
Browse files Browse the repository at this point in the history
…e595dac0

fix: bump the dependencies group with 3 updates
  • Loading branch information
JaCraig committed Apr 29, 2024
2 parents 3f3e049 + 478d32e commit e51fd0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Expand Up @@ -9,7 +9,7 @@
]
},
"versionize": {
"version": "1.22.0",
"version": "1.23.0",
"commands": [
"versionize"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Mirage/Mirage.csproj
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BigBook" Version="5.1.27" />
<PackageReference Include="BigBook" Version="5.1.28" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
Expand Down
2 changes: 1 addition & 1 deletion test/Mirage.Tests/Mirage.Tests.csproj
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<PackageReference Include="Mecha.xUnit" Version="2.1.56" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Valkyrie" Version="4.0.69" />
<PackageReference Include="Valkyrie" Version="4.0.70" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit e51fd0b

Please sign in to comment.