Skip to content

Commit

Permalink
Bump Microsoft.Diagnostics.Runtime to 3.1.506101
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 21, 2024
1 parent d4993ab commit 6c2c8b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/stdump/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETCoreApp,Version=v3.1": {
"Microsoft.Diagnostics.Runtime": {
"type": "Direct",
"requested": "[3.1.456101, )",
"resolved": "3.1.456101",
"contentHash": "q9qVj69yeSTVmCsYB9DdIdh6zmYTQoE30wekkyAblijyQQau1P66qJ+KCZiC1mokBSRq2BXfz7PdRkZ+7cEbmQ==",
"requested": "[3.1.506101, )",
"resolved": "3.1.506101",
"contentHash": "wqgS8m2NILkb4ZO0se5HPLnU30kgpZQ9Y+YFdJpaLjwL4/7Ht5wUxxeCD2+3CB4uYDT1ijlsHBp2wlzdyjqrRQ==",
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.410101",
"System.Collections.Immutable": "6.0.0",
Expand Down Expand Up @@ -2750,9 +2750,9 @@
".NETFramework,Version=v4.7.1": {
"Microsoft.Diagnostics.Runtime": {
"type": "Direct",
"requested": "[3.1.456101, )",
"resolved": "3.1.456101",
"contentHash": "q9qVj69yeSTVmCsYB9DdIdh6zmYTQoE30wekkyAblijyQQau1P66qJ+KCZiC1mokBSRq2BXfz7PdRkZ+7cEbmQ==",
"requested": "[3.1.506101, )",
"resolved": "3.1.506101",
"contentHash": "wqgS8m2NILkb4ZO0se5HPLnU30kgpZQ9Y+YFdJpaLjwL4/7Ht5wUxxeCD2+3CB4uYDT1ijlsHBp2wlzdyjqrRQ==",
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.410101",
"System.Collections.Immutable": "6.0.0",
Expand Down Expand Up @@ -2907,9 +2907,9 @@
"net6.0": {
"Microsoft.Diagnostics.Runtime": {
"type": "Direct",
"requested": "[3.1.456101, )",
"resolved": "3.1.456101",
"contentHash": "q9qVj69yeSTVmCsYB9DdIdh6zmYTQoE30wekkyAblijyQQau1P66qJ+KCZiC1mokBSRq2BXfz7PdRkZ+7cEbmQ==",
"requested": "[3.1.506101, )",
"resolved": "3.1.506101",
"contentHash": "wqgS8m2NILkb4ZO0se5HPLnU30kgpZQ9Y+YFdJpaLjwL4/7Ht5wUxxeCD2+3CB4uYDT1ijlsHBp2wlzdyjqrRQ==",
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.410101",
"System.Collections.Immutable": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/stdump/stdump.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.456101" />
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="3.1.506101" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit 6c2c8b7

Please sign in to comment.