Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump utilities dependency #1273

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Conversation

leculver
Copy link
Contributor

Update utilities dependency version.

Update utilities dependency version
@@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="2.3.405304" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="4.0.0-beta.24320.3" />
Copy link
Member

Choose a reason for hiding this comment

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

Why don't you use a ProjectReference here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a separate library with a separate nuget package and dependencies. It also (theoretically) can version and move independently of the original library, though they've been roughly in sync in the past. This lets me put experimental/useful tooling there without polluting the main ClrMD library. These being loosely coupled has been a useful property.

@leculver leculver merged commit f6e7370 into microsoft:main Jun 26, 2024
5 of 8 checks passed
@leculver leculver deleted the utilityversions branch June 26, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants