Skip to content

Commit

Permalink
Bump Microsoft.Diagnostics.Runtime from 2.2.343001 to 2.4.416101
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Diagnostics.Runtime](https://github.com/Microsoft/clrmd) from 2.2.343001 to 2.4.416101.
- [Release notes](https://github.com/Microsoft/clrmd/releases)
- [Changelog](https://github.com/microsoft/clrmd/blob/main/doc/ReleaseNotes2.0.md)
- [Commits](https://github.com/Microsoft/clrmd/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Diagnostics.Runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SamboyCoding committed Apr 4, 2023
1 parent 14a9076 commit d798be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MelonLoader/MelonLoader.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net6</TargetFrameworks>
<LangVersion>Latest</LangVersion>
Expand Down Expand Up @@ -41,7 +41,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6'">
<PackageReference Include="AsmResolver.DotNet" Version="5.2.0" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="2.2.343001" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="2.4.416101" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
Expand Down

0 comments on commit d798be3

Please sign in to comment.