|
49 | 49 |
|
50 | 50 | <!-- Runtime packages --> |
51 | 51 | <ItemGroup> |
52 | | - <PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.9" /> |
| 52 | + <PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.10" /> |
53 | 53 | <PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" /> |
54 | | - <PackageVersion Include="System.Formats.Asn1" Version="10.0.9" /> |
55 | | - <PackageVersion Include="System.IO.Pipelines" Version="10.0.9" /> |
56 | | - <PackageVersion Include="System.Text.Encodings.Web" Version="10.0.9" /> |
| 54 | + <PackageVersion Include="System.Formats.Asn1" Version="10.0.10" /> |
| 55 | + <PackageVersion Include="System.IO.Pipelines" Version="10.0.10" /> |
| 56 | + <PackageVersion Include="System.Text.Encodings.Web" Version="10.0.10" /> |
57 | 57 | <PackageVersion Include="System.Text.Json" Version="10.0.9" /> |
58 | 58 | <PackageVersion Include="ZLinq" Version="1.5.6" /> |
59 | 59 | </ItemGroup> |
|
77 | 77 | <!-- Transitive dependencies - Testing platform --> |
78 | 78 | <ItemGroup> |
79 | 79 | <PackageVersion Include="Microsoft.ApplicationInsights" Version="2.23.0" /> |
80 | | - <PackageVersion Include="Microsoft.DiaSymReader" Version="2.2.9" /> |
| 80 | + <PackageVersion Include="Microsoft.DiaSymReader" Version="2.2.10" /> |
81 | 81 | <PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="8.0.2" /> |
82 | 82 | </ItemGroup> |
83 | 83 |
|
|
91 | 91 |
|
92 | 92 | <!-- Transitive dependencies - System libraries --> |
93 | 93 | <ItemGroup> |
94 | | - <PackageVersion Include="Microsoft.Bcl.Cryptography" Version="9.0.17" /> |
| 94 | + <PackageVersion Include="Microsoft.Bcl.Cryptography" Version="9.0.18" /> |
95 | 95 |
|
96 | 96 | <PackageVersion Include="Microsoft.NETCore.Platforms" Version="1.1.2" /> |
97 | 97 | <PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" /> |
98 | 98 | <PackageVersion Include="Newtonsoft.Json" Version="13.0.4" /> |
99 | 99 | <PackageVersion Include="System.Buffers" Version="4.6.1" /> |
100 | 100 | <PackageVersion Include="System.ComponentModel.Composition" Version="4.7.0" /> |
101 | | - <PackageVersion Include="System.Composition" Version="9.0.17" /> |
102 | | - <PackageVersion Include="System.Composition.AttributedModel" Version="9.0.17" /> |
103 | | - <PackageVersion Include="System.Composition.Convention" Version="9.0.17" /> |
104 | | - <PackageVersion Include="System.Composition.Hosting" Version="9.0.17" /> |
105 | | - <PackageVersion Include="System.Composition.Runtime" Version="9.0.17" /> |
106 | | - <PackageVersion Include="System.Composition.TypedParts" Version="9.0.17" /> |
| 101 | + <PackageVersion Include="System.Composition" Version="9.0.18" /> |
| 102 | + <PackageVersion Include="System.Composition.AttributedModel" Version="9.0.18" /> |
| 103 | + <PackageVersion Include="System.Composition.Convention" Version="9.0.18" /> |
| 104 | + <PackageVersion Include="System.Composition.Hosting" Version="9.0.18" /> |
| 105 | + <PackageVersion Include="System.Composition.Runtime" Version="9.0.18" /> |
| 106 | + <PackageVersion Include="System.Composition.TypedParts" Version="9.0.18" /> |
107 | 107 | <PackageVersion Include="System.Memory" Version="4.6.3" /> |
108 | 108 | <PackageVersion Include="System.Numerics.Vectors" Version="4.6.1" /> |
109 | | - <PackageVersion Include="System.Reflection.Metadata" Version="9.0.17" /> |
| 109 | + <PackageVersion Include="System.Reflection.Metadata" Version="9.0.18" /> |
110 | 110 | <PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" /> |
111 | | - <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.17" /> |
112 | | - <PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.17" /> |
| 111 | + <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.18" /> |
| 112 | + <PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.18" /> |
113 | 113 | <PackageVersion Include="System.Security.Permissions" Version="4.7.0" /> |
114 | 114 | <PackageVersion Include="System.Text.Encoding.CodePages" Version="8.0.0" /> |
115 | 115 | <PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" /> |
116 | 116 | </ItemGroup> |
117 | 117 |
|
118 | 118 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
119 | | - <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.17" /> |
120 | | - <PackageVersion Include="System.Collections.Immutable" Version="9.0.17" /> |
| 119 | + <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.18" /> |
| 120 | + <PackageVersion Include="System.Collections.Immutable" Version="9.0.18" /> |
121 | 121 | </ItemGroup> |
122 | 122 |
|
123 | 123 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
124 | | - <PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.9" /> |
125 | | - <PackageVersion Include="System.Collections.Immutable" Version="10.0.9" /> |
| 124 | + <PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.10" /> |
| 125 | + <PackageVersion Include="System.Collections.Immutable" Version="10.0.10" /> |
126 | 126 | </ItemGroup> |
127 | 127 |
|
128 | 128 | <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> |
129 | | - <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.17" /> |
130 | | - <PackageVersion Include="System.Collections.Immutable" Version="9.0.17" /> |
| 129 | + <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.18" /> |
| 130 | + <PackageVersion Include="System.Collections.Immutable" Version="9.0.18" /> |
131 | 131 | </ItemGroup> |
132 | 132 |
|
133 | 133 | <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
134 | | - <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.17" /> |
135 | | - <PackageVersion Include="System.Collections.Immutable" Version="9.0.17" /> |
| 134 | + <PackageVersion Include="Microsoft.Bcl.Memory" Version="9.0.18" /> |
| 135 | + <PackageVersion Include="System.Collections.Immutable" Version="9.0.18" /> |
136 | 136 | </ItemGroup> |
137 | 137 |
|
138 | 138 | </Project> |
0 commit comments