Skip to content

Commit

Permalink
Bump Caliburn.Micro from 3.2 to 4.0.212
Browse files Browse the repository at this point in the history
Bumps [Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) from 3.2 to 4.0.212.
- [Release notes](https://github.com/Caliburn-Micro/Caliburn.Micro/releases)
- [Commits](Caliburn-Micro/Caliburn.Micro@3.2.0...4.0.212)

---
updated-dependencies:
- dependency-name: Caliburn.Micro
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2023
1 parent 4d0e0f6 commit 33217e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="3.2" />
<PackageReference Include="Caliburn.Micro" Version="4.0.212" />
<PackageReference Include="Gu.Analyzers" Version="2.0.3" PrivateAssets="all" />
<PackageReference Include="Gu.Roslyn.Asserts" Version="4.3.0" />
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" PrivateAssets="all" />
Expand Down
4 changes: 2 additions & 2 deletions ValidCode/ValidCode.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
Expand All @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="3.2" />
<PackageReference Include="Caliburn.Micro" Version="4.0.212" />
<PackageReference Include="Gu.Wpf.Reactive" Version="5.0.1" />
<PackageReference Include="MvvmCross" Version="9.0.9" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
Expand Down

0 comments on commit 33217e1

Please sign in to comment.