Skip to content

Commit

Permalink
chore(deps): update DynamicData requirement from 7.* to 8.* in /src (#…
Browse files Browse the repository at this point in the history
…282)

Updates the requirements on [DynamicData](https://github.com/reactiveui/DynamicData) to permit the latest version.
- [Release notes](https://github.com/reactiveui/DynamicData/releases)
- [Changelog](https://github.com/reactivemarbles/DynamicData/blob/main/ReleaseNotes.md)
- [Commits](reactivemarbles/DynamicData@7.1.1...8.0.2)

---
updated-dependencies:
- dependency-name: DynamicData
  dependency-type: direct:production
...

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 Oct 19, 2023
1 parent 4735367 commit 39606da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Punchclock.Tests/Punchclock.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net472</TargetFrameworks>
<NoWarn>$(NoWarn);1591;CA1707;SA1633</NoWarn>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DynamicData" Version="7.*" />
<PackageReference Include="DynamicData" Version="8.*" />
<PackageReference Include="splat" Version="14.*" />
</ItemGroup>

Expand Down

0 comments on commit 39606da

Please sign in to comment.