Skip to content

Commit

Permalink
Bump MvvmCross from 9.0.1 to 9.0.2
Browse files Browse the repository at this point in the history
Bumps [MvvmCross](https://github.com/MvvmCross/MvvmCross) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/MvvmCross/MvvmCross/releases)
- [Changelog](https://github.com/MvvmCross/MvvmCross/blob/develop/CHANGELOG.md)
- [Commits](MvvmCross/MvvmCross@9.0.1...9.0.2)

---
updated-dependencies:
- dependency-name: MvvmCross
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JohanLarsson committed Dec 17, 2022
1 parent 3ee61f3 commit a3caee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="IDisposableAnalyzers" Version="4.0.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="MvvmCross" Version="9.0.1" />
<PackageReference Include="MvvmCross" Version="9.0.2" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion ValidCode/ValidCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="3.2" />
<PackageReference Include="Gu.Wpf.Reactive" Version="5.0.1" />
<PackageReference Include="MvvmCross" Version="9.0.1" />
<PackageReference Include="MvvmCross" Version="9.0.2" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
Expand Down

0 comments on commit a3caee0

Please sign in to comment.