Skip to content

Commit 19f749c

Browse files
Bump CommunityToolkit.Mvvm from 8.0.0-preview4 to 8.0.0 (#9657)
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.0.0-preview4 to 8.0.0. - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](CommunityToolkit/dotnet@v8.0.0-preview4...v8.0.0) --- updated-dependencies: - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2aa0d3f commit 19f749c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Files.Backend/Files.Backend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="ByteSize" Version="2.1.1" />
14-
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0-preview4" />
14+
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1616
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
1717
</ItemGroup>

src/Files.Uwp/Files.Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@
15451545
<Version>2.1.1</Version>
15461546
</PackageReference>
15471547
<PackageReference Include="CommunityToolkit.Mvvm">
1548-
<Version>8.0.0-preview4</Version>
1548+
<Version>8.0.0</Version>
15491549
</PackageReference>
15501550
<PackageReference Include="FluentFTP">
15511551
<Version>36.1.0</Version>

0 commit comments

Comments
 (0)