Skip to content
Merged
Show file tree
Hide file tree
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
46 changes: 23 additions & 23 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@

<!-- Runtime packages -->
<ItemGroup>
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.3" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.4" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="System.Formats.Asn1" Version="10.0.3" />
<PackageVersion Include="System.IO.Pipelines" Version="10.0.3" />
<PackageVersion Include="System.Text.Encodings.Web" Version="10.0.3" />
<PackageVersion Include="System.Formats.Asn1" Version="10.0.4" />
<PackageVersion Include="System.IO.Pipelines" Version="10.0.4" />
<PackageVersion Include="System.Text.Encodings.Web" Version="10.0.4" />
<PackageVersion Include="System.Text.Json" Version="10.0.3" />
<PackageVersion Include="ZLinq" Version="1.5.5" />
</ItemGroup>
Expand All @@ -77,7 +77,7 @@
<!-- Transitive dependencies - Testing platform -->
<ItemGroup>
<PackageVersion Include="Microsoft.ApplicationInsights" Version="2.23.0" />
<PackageVersion Include="Microsoft.DiaSymReader" Version="2.2.3" />
<PackageVersion Include="Microsoft.DiaSymReader" Version="2.2.4" />
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" />
</ItemGroup>

Expand All @@ -91,48 +91,48 @@

<!-- Transitive dependencies - System libraries -->
<ItemGroup>
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="9.0.13" />
<PackageVersion Include="Microsoft.Bcl.Cryptography" Version="9.0.14" />

<PackageVersion Include="Microsoft.NETCore.Platforms" Version="1.1.2" />
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="System.Buffers" Version="4.6.1" />
<PackageVersion Include="System.ComponentModel.Composition" Version="4.7.0" />
<PackageVersion Include="System.Composition" Version="9.0.13" />
<PackageVersion Include="System.Composition.AttributedModel" Version="9.0.13" />
<PackageVersion Include="System.Composition.Convention" Version="9.0.13" />
<PackageVersion Include="System.Composition.Hosting" Version="9.0.13" />
<PackageVersion Include="System.Composition.Runtime" Version="9.0.13" />
<PackageVersion Include="System.Composition.TypedParts" Version="9.0.13" />
<PackageVersion Include="System.Composition" Version="9.0.14" />
<PackageVersion Include="System.Composition.AttributedModel" Version="9.0.14" />
<PackageVersion Include="System.Composition.Convention" Version="9.0.14" />
<PackageVersion Include="System.Composition.Hosting" Version="9.0.14" />
<PackageVersion Include="System.Composition.Runtime" Version="9.0.14" />
<PackageVersion Include="System.Composition.TypedParts" Version="9.0.14" />
<PackageVersion Include="System.Memory" Version="4.6.3" />
<PackageVersion Include="System.Numerics.Vectors" Version="4.6.1" />
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.13" />
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.14" />
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.13" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.13" />
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.14" />
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.14" />
<PackageVersion Include="System.Security.Permissions" Version="4.7.0" />
<PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.13" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.13" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.14" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.14" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.3" />
<PackageVersion Include="System.Collections.Immutable" Version="10.0.3" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.4" />
<PackageVersion Include="System.Collections.Immutable" Version="10.0.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.13" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.13" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.14" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.14" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.13" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.13" />
<PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.14" />
<PackageVersion Include="System.Collections.Immutable" Version="9.0.14" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net10.0": {
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "2JmoSZ1wDf1/TUyTtLTXeicXCnWxXkeStGnzRRmAw+5CBIGhg6q9ieJXu4FjeLzawSGd5PMhcropNa3lPJDaKA=="
},
"Microsoft.Testing.Extensions.CodeCoverage": {
"type": "Direct",
Expand All @@ -31,15 +31,15 @@
},
"System.IO.Pipelines": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "WMxiA2jGdHnRBmoVK55YUq5VPaxW0Sg2frPtXV+urUMvpqHIga6lleV/YuryHIuGsAKVjQAjv6PrQ6IJpoLohQ=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "V7+RO17s/tzCpgqyj6t5vb54HFCvrRaMEwTcKDwpoQK66DRROzSff6kqtzHyiWRj6hrQQUmW80NL4pFSNhYpYA=="
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "l8QNBPp92bVzl9Kw8nNtm1uYRNNhUrdulZjM4a8YK/QGNa8z9utKsC0bDoPB+Vq8LOlbD3fIyGlabtz80jT7cw=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "6g3B7jNsPRNf4luuYt1qE4R8S3JI+zMsfGWL9Idv4Mk1Z9Gh+rCagp9sG3AejPS87yBj1DjopM4i3wSz0WnEqg=="
},
"System.Text.Json": {
"type": "Direct",
Expand Down Expand Up @@ -122,9 +122,9 @@
},
"Microsoft.DiaSymReader": {
"type": "CentralTransitive",
"requested": "[2.2.3, )",
"resolved": "2.2.3",
"contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ=="
"requested": "[2.2.4, )",
"resolved": "2.2.4",
"contentHash": "ehT17/fPqrN4nwIaoedc8fNsjEf5hUVPby98OIu5IXa0gXELALbbILtORHAmdxeorpR1Muhot3NIPGuqKL7hZg=="
},
"Microsoft.Extensions.DependencyModel": {
"type": "CentralTransitive",
Expand Down Expand Up @@ -251,9 +251,9 @@
"net8.0": {
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "2JmoSZ1wDf1/TUyTtLTXeicXCnWxXkeStGnzRRmAw+5CBIGhg6q9ieJXu4FjeLzawSGd5PMhcropNa3lPJDaKA=="
},
"Microsoft.Testing.Extensions.CodeCoverage": {
"type": "Direct",
Expand All @@ -278,21 +278,21 @@
},
"System.Collections.Immutable": {
"type": "Direct",
"requested": "[9.0.13, )",
"resolved": "9.0.13",
"contentHash": "VQu163pGQ+gL3yRJh7fKjqQW+hnERfAmtFLBZQ0MqYe7KNe5ZAF7tvEkfvXIsgWX7YGvm5BwWNV/59aHvy9eAQ=="
"requested": "[9.0.14, )",
"resolved": "9.0.14",
"contentHash": "XSdCLIgETLRSK7rEu790j5/BGiYHmnoGKCeHiUyI9zFJN2ar5uzqjulTOZjVIBhw+anwDbnpyik+/xnJhUVswA=="
},
"System.IO.Pipelines": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "WMxiA2jGdHnRBmoVK55YUq5VPaxW0Sg2frPtXV+urUMvpqHIga6lleV/YuryHIuGsAKVjQAjv6PrQ6IJpoLohQ=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "V7+RO17s/tzCpgqyj6t5vb54HFCvrRaMEwTcKDwpoQK66DRROzSff6kqtzHyiWRj6hrQQUmW80NL4pFSNhYpYA=="
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "l8QNBPp92bVzl9Kw8nNtm1uYRNNhUrdulZjM4a8YK/QGNa8z9utKsC0bDoPB+Vq8LOlbD3fIyGlabtz80jT7cw=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "6g3B7jNsPRNf4luuYt1qE4R8S3JI+zMsfGWL9Idv4Mk1Z9Gh+rCagp9sG3AejPS87yBj1DjopM4i3wSz0WnEqg=="
},
"System.Text.Json": {
"type": "Direct",
Expand Down Expand Up @@ -379,9 +379,9 @@
},
"Microsoft.DiaSymReader": {
"type": "CentralTransitive",
"requested": "[2.2.3, )",
"resolved": "2.2.3",
"contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ=="
"requested": "[2.2.4, )",
"resolved": "2.2.4",
"contentHash": "ehT17/fPqrN4nwIaoedc8fNsjEf5hUVPby98OIu5IXa0gXELALbbILtORHAmdxeorpR1Muhot3NIPGuqKL7hZg=="
},
"Microsoft.Extensions.DependencyModel": {
"type": "CentralTransitive",
Expand Down Expand Up @@ -508,9 +508,9 @@
"net9.0": {
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "TV62UsrJZPX6gbt3c4WrtXh7bmaDIcMqf9uft1cc4L6gJXOU07hDGEh+bFQh/L2Az0R1WVOkiT66lFqS6G2NmA=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "2JmoSZ1wDf1/TUyTtLTXeicXCnWxXkeStGnzRRmAw+5CBIGhg6q9ieJXu4FjeLzawSGd5PMhcropNa3lPJDaKA=="
},
"Microsoft.Testing.Extensions.CodeCoverage": {
"type": "Direct",
Expand All @@ -535,15 +535,15 @@
},
"System.IO.Pipelines": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "WMxiA2jGdHnRBmoVK55YUq5VPaxW0Sg2frPtXV+urUMvpqHIga6lleV/YuryHIuGsAKVjQAjv6PrQ6IJpoLohQ=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "V7+RO17s/tzCpgqyj6t5vb54HFCvrRaMEwTcKDwpoQK66DRROzSff6kqtzHyiWRj6hrQQUmW80NL4pFSNhYpYA=="
},
"System.Text.Encodings.Web": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "l8QNBPp92bVzl9Kw8nNtm1uYRNNhUrdulZjM4a8YK/QGNa8z9utKsC0bDoPB+Vq8LOlbD3fIyGlabtz80jT7cw=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "6g3B7jNsPRNf4luuYt1qE4R8S3JI+zMsfGWL9Idv4Mk1Z9Gh+rCagp9sG3AejPS87yBj1DjopM4i3wSz0WnEqg=="
},
"System.Text.Json": {
"type": "Direct",
Expand Down Expand Up @@ -630,9 +630,9 @@
},
"Microsoft.DiaSymReader": {
"type": "CentralTransitive",
"requested": "[2.2.3, )",
"resolved": "2.2.3",
"contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ=="
"requested": "[2.2.4, )",
"resolved": "2.2.4",
"contentHash": "ehT17/fPqrN4nwIaoedc8fNsjEf5hUVPby98OIu5IXa0gXELALbbILtORHAmdxeorpR1Muhot3NIPGuqKL7hZg=="
},
"Microsoft.Extensions.DependencyModel": {
"type": "CentralTransitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"net10.0": {
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[10.0.3, )",
"resolved": "10.0.3",
"contentHash": "0B6nZyCHWXnvmlB559oduOspVdNOnpNXPjhpWVMovLPAsDVG7A4jJR9rzECf67JUzxP8/ee/wA8clwIzJcWNFA=="
"requested": "[10.0.4, )",
"resolved": "10.0.4",
"contentHash": "CCx8ojW3mOL150/LnP0DK7qpMrJEt6xxNCmJFKoX89v1h0FwpsEHqennowGPYDxp6zIkIO4f9PxynjOeLF+1zw=="
}
},
"net8.0": {
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[8.0.24, )",
"resolved": "8.0.24",
"contentHash": "1gnadp//+DoGJvV4AFdzPqYPxkypaWYjYMCr7KAacV0iadsHz1nU+rrkoxBCna4FCmeKH49CisEwa7g94/MbEg=="
"requested": "[8.0.25, )",
"resolved": "8.0.25",
"contentHash": "sqX4nmBft05ivqKvUT4nxaN8rT3apCLt9SWFkfRrQPwra1zPwFknQAw1lleuMCKOCLvVmOWwrC2iPSm9RiXZUg=="
}
},
"net9.0": {
"Microsoft.NET.ILLink.Tasks": {
"type": "Direct",
"requested": "[9.0.13, )",
"resolved": "9.0.13",
"contentHash": "f7t15I9ZXV7fNk3FIzPAlkJNG1A1tkSeDpRh+TFWEToGGqA+uj6uqU15I8YOkkYICNY2tqOVm2CMe6ScPFPwEg=="
"requested": "[9.0.14, )",
"resolved": "9.0.14",
"contentHash": "+MeWjj5sGq6Oj/l0E9RPMgXDyCIPxczzCbGuvuVTZFEGiy2S/atsfoAoKUnkEin/GeGpN+HenCzRmiQKSc99eQ=="
}
}
}
Expand Down
Loading
Loading