Skip to content

Commit

Permalink
Merge pull request #191 from JaCraig/dependabot/nuget/dependencies-02…
Browse files Browse the repository at this point in the history
…c373e50d

fix: Bump the dependencies group with 3 updates
  • Loading branch information
JaCraig committed Mar 8, 2024
2 parents becf559 + 24d8eab commit 533d221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Inflatable/Inflatable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="DragonHoard.InMemory" Version="2.0.27" />
<PackageReference Include="DragonHoard.InMemory" Version="2.0.28" />
<PackageReference Include="Holmes" Version="4.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
Expand All @@ -73,8 +73,8 @@
</PackageReference>
<PackageReference Include="Data.Modeler" Version="4.0.147" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="Valkyrie" Version="4.0.57" />
<PackageReference Include="Mirage" Version="4.0.82" />
<PackageReference Include="Valkyrie" Version="4.0.61" />
<PackageReference Include="Mirage" Version="4.0.83" />
</ItemGroup>
<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0">
<Exec Command="dotnet tool restore" StandardOutputImportance="Low" StandardErrorImportance="High" />
Expand Down

0 comments on commit 533d221

Please sign in to comment.