Skip to content

Commit

Permalink
Bump Splat from 14.7.1 to 14.8.6 (#822)
Browse files Browse the repository at this point in the history
Bumps [Splat](https://github.com/reactiveui/splat) from 14.7.1 to 14.8.6.
- [Release notes](https://github.com/reactiveui/splat/releases)
- [Commits](reactiveui/splat@14.7.1...14.8.6)

---
updated-dependencies:
- dependency-name: Splat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent ac996cf commit 8c88f65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Splat/Anotar.Splat/Anotar.Splat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="none" />
<PackageReference Include="Splat" Version="14.7.1" />
<PackageReference Include="Splat" Version="14.8.6" />
<PackageReference Include="FodyPackaging" Version="6.8.0" PrivateAssets="All" />
<Compile Include="$(SolutionDir)\Common\StringFormatMethodAttribute.cs" Link="StringFormatMethodAttribute.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Splat/AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Anotar.Splat\Anotar.Splat.csproj" />
<PackageReference Include="Splat" Version="14.7.1" />
<PackageReference Include="Splat" Version="14.8.6" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Splat/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.0" />
<PackageReference Include="Splat" Version="14.7.1" />
<PackageReference Include="Splat" Version="14.8.6" />
<PackageReference Include="Xunit" Version="2.6.1" />
<PackageReference Include="Verify.Xunit" Version="22.1.4" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
Expand Down

0 comments on commit 8c88f65

Please sign in to comment.