Skip to content

Commit 232f680

Browse files
build(deps): Update DynamicData requirement from 7.* to 8.* (#749)
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>
1 parent 8ed4f89 commit 232f680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
</PropertyGroup>
@@ -7,6 +7,6 @@
77
<PackageReference Include="Refit" Version="6.*" />
88
<PackageReference Include="Fusillade" Version="2.*" />
99
<PackageReference Include="System.Reactive.Compatibility" Version="6.0.0" />
10-
<PackageReference Include="DynamicData" Version="7.*" />
10+
<PackageReference Include="DynamicData" Version="8.*" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)