Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CopyDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<Version>5.3.1</Version>
</PackageReference>
<PackageReference Include="MaterialDesignThemes.MahApps">
<Version>5.3.1</Version>
<Version>5.3.2</Version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bump companion MaterialDesign packages with MahApps update

Updating MaterialDesignThemes.MahApps to 5.3.2 while leaving MaterialDesignColors and MaterialDesignThemes pinned at 5.3.1 creates a version conflict: the 5.3.2 package depends on MaterialDesignColors >= 5.3.2 and MaterialDesignThemes >= 5.3.2, so this project can hit NU1605 downgrade warnings during restore (and fail in environments that treat warnings as errors), or run with mismatched assemblies. The versions in CopyDatabase.csproj should be aligned in the same change.

Useful? React with 👍 / 👎.

</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0" />
Expand Down