Skip to content

Commit d919930

Browse files
committed
Update Microsoft.Build.Utilities.Core to latest version (18.0.2)
1 parent 8cd95ab commit d919930

2 files changed

Lines changed: 20 additions & 108 deletions

File tree

src/Chisel/Chisel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ItemGroup>
7373

7474
<ItemGroup>
75-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.14.28" PrivateAssets="all" ExcludeAssets="runtime" />
75+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="18.0.2" PrivateAssets="all" ExcludeAssets="runtime" />
7676
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="all" />
7777
<PackageReference Include="NuGet.ProjectModel" Version="6.11.1" PrivateAssets="all" />
7878
<PackageReference Include="PolySharp" Version="1.15.0" PrivateAssets="all" />

src/Chisel/packages.lock.json

Lines changed: 19 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@
44
".NETStandard,Version=v2.0": {
55
"Microsoft.Build.Utilities.Core": {
66
"type": "Direct",
7-
"requested": "[17.14.28, )",
8-
"resolved": "17.14.28",
9-
"contentHash": "rhSdPo8QfLXXWM+rY0x0z1G4KK4ZhMoIbHROyDj8MUBFab9nvHR0NaMnjzOgXldhmD2zi2ir8d6xCatNzlhF5g==",
7+
"requested": "[18.0.2, )",
8+
"resolved": "18.0.2",
9+
"contentHash": "qsI2Mc8tbJEyg5m4oTvxlu5wY8te0TIVxObxILvrrPdeFUwH5V5UXUT2RV054b3S9msIR+7zViTWp4nRp0YGbQ==",
1010
"dependencies": {
11-
"Microsoft.Build.Framework": "17.14.28",
12-
"Microsoft.NET.StringTools": "17.14.28",
13-
"Microsoft.Win32.Registry": "5.0.0",
14-
"System.Collections.Immutable": "9.0.0",
15-
"System.Configuration.ConfigurationManager": "9.0.0",
16-
"System.Diagnostics.DiagnosticSource": "9.0.0",
17-
"System.Memory": "4.6.0",
18-
"System.Runtime.CompilerServices.Unsafe": "6.1.0",
19-
"System.Security.Cryptography.ProtectedData": "9.0.0",
20-
"System.Security.Principal.Windows": "5.0.0",
21-
"System.Text.Encoding.CodePages": "9.0.0"
11+
"Microsoft.Build.Framework": "18.0.2"
2212
}
2313
},
2414
"MinVer": {
@@ -61,41 +51,14 @@
6151
},
6252
"Microsoft.Build.Framework": {
6353
"type": "Transitive",
64-
"resolved": "17.14.28",
65-
"contentHash": "wRcyTzGV0LRAtFdrddtioh59Ky4/zbvyraP0cQkDzRSRkhgAQb0K88D/JNC6VHLIXanRi3mtV1jU0uQkBwmiVg==",
66-
"dependencies": {
67-
"Microsoft.Win32.Registry": "5.0.0",
68-
"System.Diagnostics.DiagnosticSource": "9.0.0",
69-
"System.Memory": "4.6.0",
70-
"System.Runtime.CompilerServices.Unsafe": "6.1.0",
71-
"System.Security.Principal.Windows": "5.0.0"
72-
}
73-
},
74-
"Microsoft.NET.StringTools": {
75-
"type": "Transitive",
76-
"resolved": "17.14.28",
77-
"contentHash": "DMIeWDlxe0Wz0DIhJZ2FMoGQAN2yrGZOi5jjFhRYHWR5ONd0CS6IpAHlRnA7uA/5BF+BADvgsETxW2XrPiFc1A==",
78-
"dependencies": {
79-
"System.Memory": "4.6.0",
80-
"System.Runtime.CompilerServices.Unsafe": "6.1.0"
81-
}
54+
"resolved": "18.0.2",
55+
"contentHash": "sOSb+0J4G/jCBW/YqmRuL0eOMXgfw1KQLdC9TkbvfA5xs7uNm+PBQXJCOzSJGXtZcZrtXozcwxPmUiRUbmd7FA=="
8256
},
8357
"Microsoft.NETCore.Platforms": {
8458
"type": "Transitive",
8559
"resolved": "1.1.0",
8660
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
8761
},
88-
"Microsoft.Win32.Registry": {
89-
"type": "Transitive",
90-
"resolved": "5.0.0",
91-
"contentHash": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
92-
"dependencies": {
93-
"System.Buffers": "4.5.1",
94-
"System.Memory": "4.5.4",
95-
"System.Security.AccessControl": "5.0.0",
96-
"System.Security.Principal.Windows": "5.0.0"
97-
}
98-
},
9962
"Newtonsoft.Json": {
10063
"type": "Transitive",
10164
"resolved": "13.0.3",
@@ -169,34 +132,8 @@
169132
},
170133
"System.Buffers": {
171134
"type": "Transitive",
172-
"resolved": "4.6.0",
173-
"contentHash": "lN6tZi7Q46zFzAbRYXTIvfXcyvQQgxnY7Xm6C6xQ9784dEL1amjM6S6Iw4ZpsvesAKnRVsM4scrDQaDqSClkjA=="
174-
},
175-
"System.Collections.Immutable": {
176-
"type": "Transitive",
177-
"resolved": "9.0.0",
178-
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
179-
"dependencies": {
180-
"System.Memory": "4.5.5",
181-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
182-
}
183-
},
184-
"System.Configuration.ConfigurationManager": {
185-
"type": "Transitive",
186-
"resolved": "9.0.0",
187-
"contentHash": "PdkuMrwDhXoKFo/JxISIi9E8L+QGn9Iquj2OKDWHB6Y/HnUOuBouF7uS3R4Hw3FoNmwwMo6hWgazQdyHIIs27A==",
188-
"dependencies": {
189-
"System.Security.Cryptography.ProtectedData": "9.0.0"
190-
}
191-
},
192-
"System.Diagnostics.DiagnosticSource": {
193-
"type": "Transitive",
194-
"resolved": "9.0.0",
195-
"contentHash": "ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
196-
"dependencies": {
197-
"System.Memory": "4.5.5",
198-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
199-
}
135+
"resolved": "4.5.1",
136+
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
200137
},
201138
"System.Formats.Asn1": {
202139
"type": "Transitive",
@@ -209,31 +146,23 @@
209146
},
210147
"System.Memory": {
211148
"type": "Transitive",
212-
"resolved": "4.6.0",
213-
"contentHash": "OEkbBQoklHngJ8UD8ez2AERSk2g+/qpAaSWWCBFbpH727HxDq5ydVkuncBaKcKfwRqXGWx64dS6G1SUScMsitg==",
149+
"resolved": "4.5.5",
150+
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
214151
"dependencies": {
215-
"System.Buffers": "4.6.0",
216-
"System.Numerics.Vectors": "4.6.0",
217-
"System.Runtime.CompilerServices.Unsafe": "6.1.0"
152+
"System.Buffers": "4.5.1",
153+
"System.Numerics.Vectors": "4.4.0",
154+
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
218155
}
219156
},
220157
"System.Numerics.Vectors": {
221158
"type": "Transitive",
222-
"resolved": "4.6.0",
223-
"contentHash": "t+SoieZsRuEyiw/J+qXUbolyO219tKQQI0+2/YI+Qv7YdGValA6WiuokrNKqjrTNsy5ABWU11bdKOzUdheteXg=="
159+
"resolved": "4.5.0",
160+
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
224161
},
225162
"System.Runtime.CompilerServices.Unsafe": {
226163
"type": "Transitive",
227-
"resolved": "6.1.0",
228-
"contentHash": "5o/HZxx6RVqYlhKSq8/zronDkALJZUT2Vz0hx43f0gwe8mwlM0y2nYlqdBwLMzr262Bwvpikeb/yEwkAa5PADg=="
229-
},
230-
"System.Security.AccessControl": {
231-
"type": "Transitive",
232-
"resolved": "5.0.0",
233-
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
234-
"dependencies": {
235-
"System.Security.Principal.Windows": "5.0.0"
236-
}
164+
"resolved": "6.0.0",
165+
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
237166
},
238167
"System.Security.Cryptography.Cng": {
239168
"type": "Transitive",
@@ -253,25 +182,8 @@
253182
},
254183
"System.Security.Cryptography.ProtectedData": {
255184
"type": "Transitive",
256-
"resolved": "9.0.0",
257-
"contentHash": "CJW+x/F6fmRQ7N6K8paasTw9PDZp4t7G76UjGNlSDgoHPF0h08vTzLYbLZpOLEJSg35d5wy2jCXGo84EN05DpQ==",
258-
"dependencies": {
259-
"System.Memory": "4.5.5"
260-
}
261-
},
262-
"System.Security.Principal.Windows": {
263-
"type": "Transitive",
264-
"resolved": "5.0.0",
265-
"contentHash": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA=="
266-
},
267-
"System.Text.Encoding.CodePages": {
268-
"type": "Transitive",
269-
"resolved": "9.0.0",
270-
"contentHash": "GxJTSFPQpoVd0vQRgq8hwesicxgZoHTbYMvR/UMM4IzhkHMT+ebZE11c2C1gUyxz55zWtGCWktMTHvmgLzob9g==",
271-
"dependencies": {
272-
"System.Memory": "4.5.5",
273-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
274-
}
185+
"resolved": "4.4.0",
186+
"contentHash": "cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog=="
275187
},
276188
"System.Text.Encodings.Web": {
277189
"type": "Transitive",

0 commit comments

Comments
 (0)