Skip to content

Commit fa8e387

Browse files
committed
Fix stuff
1 parent 97b336c commit fa8e387

File tree

2 files changed

+312
-7
lines changed

2 files changed

+312
-7
lines changed

eng/Baseline.Designer.props

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
<PropertyGroup Condition=" '$(PackageId)' == 'dotnet-sql-cache' ">
1919
<BaselinePackageVersion>3.1.5</BaselinePackageVersion>
2020
</PropertyGroup>
21-
<!-- Package: Microsoft.Authentication.WebAssembly.Msal-->
22-
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' ">
23-
<BaselinePackageVersion>3.2.0</BaselinePackageVersion>
24-
</PropertyGroup>
25-
<ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' AND '$(TargetFramework)' == 'netstandard2.1' ">
26-
<BaselinePackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="[3.2.0, )" />
27-
</ItemGroup>
2821
<!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer-->
2922
<PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' ">
3023
<BaselinePackageVersion>3.1.5</BaselinePackageVersion>

eng/Version.Details.xml

Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,312 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
4+
This file is used by automation to update Versions.props and may be used for other purposes, such as
5+
static analysis to determine the repo dependency graph. It should only be modified manually when adding
6+
or removing dependencies. Updating versions should be done using the `darc` command line tool.
7+
8+
See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc.
9+
-->
10+
<Dependencies>
11+
<ProductDependencies>
12+
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="3.2.0">
13+
<Uri>https://github.com/dotnet/blazor</Uri>
14+
<Sha>cc449601d638ffaab58ae9487f0fd010bb178a12</Sha>
15+
</Dependency>
16+
<Dependency Name="dotnet-ef" Version="5.0.0-preview.7.20309.4">
17+
<Uri>https://github.com/dotnet/efcore</Uri>
18+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
19+
</Dependency>
20+
<Dependency Name="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0-preview.7.20309.4">
21+
<Uri>https://github.com/dotnet/efcore</Uri>
22+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
23+
</Dependency>
24+
<Dependency Name="Microsoft.EntityFrameworkCore.Relational" Version="5.0.0-preview.7.20309.4">
25+
<Uri>https://github.com/dotnet/efcore</Uri>
26+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
27+
</Dependency>
28+
<Dependency Name="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0-preview.7.20309.4">
29+
<Uri>https://github.com/dotnet/efcore</Uri>
30+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
31+
</Dependency>
32+
<Dependency Name="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0-preview.7.20309.4">
33+
<Uri>https://github.com/dotnet/efcore</Uri>
34+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
35+
</Dependency>
36+
<Dependency Name="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0-preview.7.20309.4">
37+
<Uri>https://github.com/dotnet/efcore</Uri>
38+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
39+
</Dependency>
40+
<Dependency Name="Microsoft.EntityFrameworkCore" Version="5.0.0-preview.7.20309.4">
41+
<Uri>https://github.com/dotnet/efcore</Uri>
42+
<Sha>6eca5305d445e764ab775d07cf4e2aa4af0221ab</Sha>
43+
</Dependency>
44+
<Dependency Name="Microsoft.Extensions.Caching.Abstractions" Version="5.0.0-preview.7.20308.8">
45+
<Uri>https://github.com/dotnet/runtime</Uri>
46+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
47+
</Dependency>
48+
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="5.0.0-preview.7.20308.8">
49+
<Uri>https://github.com/dotnet/runtime</Uri>
50+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
51+
</Dependency>
52+
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0-preview.7.20308.8">
53+
<Uri>https://github.com/dotnet/runtime</Uri>
54+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
55+
</Dependency>
56+
<Dependency Name="Microsoft.Extensions.Configuration.Binder" Version="5.0.0-preview.7.20308.8">
57+
<Uri>https://github.com/dotnet/runtime</Uri>
58+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
59+
</Dependency>
60+
<Dependency Name="Microsoft.Extensions.Configuration.CommandLine" Version="5.0.0-preview.7.20308.8">
61+
<Uri>https://github.com/dotnet/runtime</Uri>
62+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
63+
</Dependency>
64+
<Dependency Name="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="5.0.0-preview.7.20308.8">
65+
<Uri>https://github.com/dotnet/runtime</Uri>
66+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
67+
</Dependency>
68+
<Dependency Name="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0-preview.7.20308.8">
69+
<Uri>https://github.com/dotnet/runtime</Uri>
70+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
71+
</Dependency>
72+
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="5.0.0-preview.7.20308.8">
73+
<Uri>https://github.com/dotnet/runtime</Uri>
74+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
75+
</Dependency>
76+
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="5.0.0-preview.7.20308.8">
77+
<Uri>https://github.com/dotnet/runtime</Uri>
78+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
79+
</Dependency>
80+
<Dependency Name="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0-preview.7.20308.8">
81+
<Uri>https://github.com/dotnet/runtime</Uri>
82+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
83+
</Dependency>
84+
<Dependency Name="Microsoft.Extensions.Configuration.Xml" Version="5.0.0-preview.7.20308.8">
85+
<Uri>https://github.com/dotnet/runtime</Uri>
86+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
87+
</Dependency>
88+
<Dependency Name="Microsoft.Extensions.Configuration" Version="5.0.0-preview.7.20308.8">
89+
<Uri>https://github.com/dotnet/runtime</Uri>
90+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
91+
</Dependency>
92+
<Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0-preview.7.20308.8">
93+
<Uri>https://github.com/dotnet/runtime</Uri>
94+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
95+
</Dependency>
96+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="5.0.0-preview.7.20308.8">
97+
<Uri>https://github.com/dotnet/runtime</Uri>
98+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
99+
</Dependency>
100+
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="5.0.0-preview.7.20308.8">
101+
<Uri>https://github.com/dotnet/runtime</Uri>
102+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
103+
</Dependency>
104+
<Dependency Name="Microsoft.Extensions.FileProviders.Composite" Version="5.0.0-preview.7.20308.8">
105+
<Uri>https://github.com/dotnet/runtime</Uri>
106+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
107+
</Dependency>
108+
<Dependency Name="Microsoft.Extensions.FileProviders.Physical" Version="5.0.0-preview.7.20308.8">
109+
<Uri>https://github.com/dotnet/runtime</Uri>
110+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
111+
</Dependency>
112+
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="5.0.0-preview.7.20308.8">
113+
<Uri>https://github.com/dotnet/runtime</Uri>
114+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
115+
</Dependency>
116+
<Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0-preview.7.20308.8">
117+
<Uri>https://github.com/dotnet/runtime</Uri>
118+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
119+
</Dependency>
120+
<Dependency Name="Microsoft.Extensions.Hosting" Version="5.0.0-preview.7.20308.8">
121+
<Uri>https://github.com/dotnet/runtime</Uri>
122+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
123+
</Dependency>
124+
<Dependency Name="Microsoft.Extensions.Http" Version="5.0.0-preview.7.20308.8">
125+
<Uri>https://github.com/dotnet/runtime</Uri>
126+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
127+
</Dependency>
128+
<Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0-preview.7.20308.8">
129+
<Uri>https://github.com/dotnet/runtime</Uri>
130+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
131+
</Dependency>
132+
<Dependency Name="Microsoft.Extensions.Logging.Configuration" Version="5.0.0-preview.7.20308.8">
133+
<Uri>https://github.com/dotnet/runtime</Uri>
134+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
135+
</Dependency>
136+
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="5.0.0-preview.7.20308.8">
137+
<Uri>https://github.com/dotnet/runtime</Uri>
138+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
139+
</Dependency>
140+
<Dependency Name="Microsoft.Extensions.Logging.Debug" Version="5.0.0-preview.7.20308.8">
141+
<Uri>https://github.com/dotnet/runtime</Uri>
142+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
143+
</Dependency>
144+
<Dependency Name="Microsoft.Extensions.Logging.EventSource" Version="5.0.0-preview.7.20308.8">
145+
<Uri>https://github.com/dotnet/runtime</Uri>
146+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
147+
</Dependency>
148+
<Dependency Name="Microsoft.Extensions.Logging.EventLog" Version="5.0.0-preview.7.20308.8">
149+
<Uri>https://github.com/dotnet/runtime</Uri>
150+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
151+
</Dependency>
152+
<Dependency Name="Microsoft.Extensions.Logging.TraceSource" Version="5.0.0-preview.7.20308.8">
153+
<Uri>https://github.com/dotnet/runtime</Uri>
154+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
155+
</Dependency>
156+
<Dependency Name="Microsoft.Extensions.Logging" Version="5.0.0-preview.7.20308.8">
157+
<Uri>https://github.com/dotnet/runtime</Uri>
158+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
159+
</Dependency>
160+
<Dependency Name="Microsoft.Extensions.Options.ConfigurationExtensions" Version="5.0.0-preview.7.20308.8">
161+
<Uri>https://github.com/dotnet/runtime</Uri>
162+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
163+
</Dependency>
164+
<Dependency Name="Microsoft.Extensions.Options.DataAnnotations" Version="5.0.0-preview.7.20308.8">
165+
<Uri>https://github.com/dotnet/runtime</Uri>
166+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
167+
</Dependency>
168+
<Dependency Name="Microsoft.Extensions.Options" Version="5.0.0-preview.7.20308.8">
169+
<Uri>https://github.com/dotnet/runtime</Uri>
170+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
171+
</Dependency>
172+
<Dependency Name="Microsoft.Extensions.Primitives" Version="5.0.0-preview.7.20308.8">
173+
<Uri>https://github.com/dotnet/runtime</Uri>
174+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
175+
</Dependency>
176+
<Dependency Name="Microsoft.Extensions.Internal.Transport" Version="5.0.0-preview.7.20308.8">
177+
<Uri>https://github.com/dotnet/runtime</Uri>
178+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
179+
</Dependency>
180+
<Dependency Name="Microsoft.Win32.Registry" Version="5.0.0-preview.7.20308.8">
181+
<Uri>https://github.com/dotnet/runtime</Uri>
182+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
183+
</Dependency>
184+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="5.0.0-preview.7.20308.8">
185+
<Uri>https://github.com/dotnet/runtime</Uri>
186+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
187+
</Dependency>
188+
<Dependency Name="System.ComponentModel.Annotations" Version="5.0.0-preview.7.20308.8">
189+
<Uri>https://github.com/dotnet/runtime</Uri>
190+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
191+
</Dependency>
192+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="5.0.0-preview.7.20308.8">
193+
<Uri>https://github.com/dotnet/runtime</Uri>
194+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
195+
</Dependency>
196+
<Dependency Name="System.Diagnostics.EventLog" Version="5.0.0-preview.7.20308.8">
197+
<Uri>https://github.com/dotnet/runtime</Uri>
198+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
199+
</Dependency>
200+
<Dependency Name="System.Drawing.Common" Version="5.0.0-preview.7.20308.8">
201+
<Uri>https://github.com/dotnet/runtime</Uri>
202+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
203+
</Dependency>
204+
<Dependency Name="System.IO.Pipelines" Version="5.0.0-preview.7.20308.8">
205+
<Uri>https://github.com/dotnet/runtime</Uri>
206+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
207+
</Dependency>
208+
<Dependency Name="System.Net.Http.Json" Version="5.0.0-preview.7.20308.8">
209+
<Uri>https://github.com/dotnet/runtime</Uri>
210+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
211+
</Dependency>
212+
<Dependency Name="System.Net.Http.WinHttpHandler" Version="5.0.0-preview.7.20308.8">
213+
<Uri>https://github.com/dotnet/runtime</Uri>
214+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
215+
</Dependency>
216+
<Dependency Name="System.Net.WebSockets.WebSocketProtocol" Version="5.0.0-preview.7.20308.8">
217+
<Uri>https://github.com/dotnet/runtime</Uri>
218+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
219+
</Dependency>
220+
<Dependency Name="System.Reflection.Metadata" Version="5.0.0-preview.7.20308.8">
221+
<Uri>https://github.com/dotnet/runtime</Uri>
222+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
223+
</Dependency>
224+
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-preview.7.20308.8">
225+
<Uri>https://github.com/dotnet/runtime</Uri>
226+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
227+
</Dependency>
228+
<Dependency Name="System.Security.Cryptography.Cng" Version="5.0.0-preview.7.20308.8">
229+
<Uri>https://github.com/dotnet/runtime</Uri>
230+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
231+
</Dependency>
232+
<Dependency Name="System.Security.Cryptography.Pkcs" Version="5.0.0-preview.7.20308.8">
233+
<Uri>https://github.com/dotnet/runtime</Uri>
234+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
235+
</Dependency>
236+
<Dependency Name="System.Security.Cryptography.Xml" Version="5.0.0-preview.7.20308.8">
237+
<Uri>https://github.com/dotnet/runtime</Uri>
238+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
239+
</Dependency>
240+
<Dependency Name="System.Security.Permissions" Version="5.0.0-preview.7.20308.8">
241+
<Uri>https://github.com/dotnet/runtime</Uri>
242+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
243+
</Dependency>
244+
<Dependency Name="System.Security.Principal.Windows" Version="5.0.0-preview.7.20308.8">
245+
<Uri>https://github.com/dotnet/runtime</Uri>
246+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
247+
</Dependency>
248+
<Dependency Name="System.ServiceProcess.ServiceController" Version="5.0.0-preview.7.20308.8">
249+
<Uri>https://github.com/dotnet/runtime</Uri>
250+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
251+
</Dependency>
252+
<Dependency Name="System.Text.Encodings.Web" Version="5.0.0-preview.7.20308.8">
253+
<Uri>https://github.com/dotnet/runtime</Uri>
254+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
255+
</Dependency>
256+
<Dependency Name="System.Text.Json" Version="5.0.0-preview.7.20308.8">
257+
<Uri>https://github.com/dotnet/runtime</Uri>
258+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
259+
</Dependency>
260+
<Dependency Name="System.Threading.Channels" Version="5.0.0-preview.7.20308.8">
261+
<Uri>https://github.com/dotnet/runtime</Uri>
262+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
263+
</Dependency>
264+
<Dependency Name="System.Windows.Extensions" Version="5.0.0-preview.7.20308.8">
265+
<Uri>https://github.com/dotnet/runtime</Uri>
266+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
267+
</Dependency>
268+
<Dependency Name="Microsoft.Extensions.DependencyModel" Version="5.0.0-preview.7.20308.8">
269+
<Uri>https://github.com/dotnet/runtime</Uri>
270+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
271+
</Dependency>
272+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.7.20308.8">
273+
<Uri>https://github.com/dotnet/runtime</Uri>
274+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
275+
</Dependency>
276+
<!--
277+
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
278+
All Runtime.$rid packages should have the same version.
279+
-->
280+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.7.20308.8">
281+
<Uri>https://github.com/dotnet/runtime</Uri>
282+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
283+
</Dependency>
284+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.7.20308.8">
285+
<Uri>https://github.com/dotnet/runtime</Uri>
286+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
287+
</Dependency>
288+
</ProductDependencies>
289+
<ToolsetDependencies>
290+
<!-- Listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
291+
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.7.20308.8">
292+
<Uri>https://github.com/dotnet/runtime</Uri>
293+
<Sha>80553e8d49479b775409dd70803b541c81cc39d9</Sha>
294+
</Dependency>
295+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20280.1">
296+
<Uri>https://github.com/dotnet/arcade</Uri>
297+
<Sha>fef373440d604c428950236fbc2b99ce0df368a9</Sha>
298+
</Dependency>
299+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20280.1">
300+
<Uri>https://github.com/dotnet/arcade</Uri>
301+
<Sha>fef373440d604c428950236fbc2b99ce0df368a9</Sha>
302+
</Dependency>
303+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20280.1">
304+
<Uri>https://github.com/dotnet/arcade</Uri>
305+
<Sha>fef373440d604c428950236fbc2b99ce0df368a9</Sha>
306+
</Dependency>
307+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.7.0-3.20271.4">
308+
<Uri>https://github.com/dotnet/roslyn</Uri>
309+
<Sha>f598328fb99345233f52a67f5a65cd39affa9fd4</Sha>
310+
</Dependency>
311+
</ToolsetDependencies>
312+
</Dependencies>

0 commit comments

Comments
 (0)