Skip to content

Commit 6938a35

Browse files
committed
[net11] Move to net11.0
1 parent b14c328 commit 6938a35

40 files changed

+560
-469
lines changed

NuGet.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
1616
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion="3" />
1717
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" protocolVersion="3" />
18+
19+
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" />
20+
<add key="dotnet11-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11-transport/nuget/v3/index.json" />
21+
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
22+
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
23+
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
24+
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
25+
1826
</packageSources>
1927
<activePackageSource>
2028
<add key="All" value="(Aggregate source)" />

eng/Version.Details.xml

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rtm.25523.113">
3+
<Dependency Name="Microsoft.NET.Sdk" Version="10.0.100-rc.3.25602.101">
44
<Uri>https://github.com/dotnet/dotnet</Uri>
5-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
5+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
66
</Dependency>
7-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0">
7+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="10.0.0-rc.3.25602.101">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
9+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="36.1.2">
11+
<Dependency Name="Microsoft.Android.Sdk.Windows" Version="36.1.99-ci.main.52">
1212
<Uri>https://github.com/dotnet/android</Uri>
13-
<Sha>01024bb616e7b80417a2c6d320885bfdb956f20a</Sha>
13+
<Sha>29f8376059d032c8eb436e757b146148a71d069e</Sha>
1414
</Dependency>
1515
<!-- Previous .NET Android version(s) -->
1616
<Dependency Name="Microsoft.NET.Sdk.Android.Manifest-9.0.100" Version="35.0.105" CoherentParentDependency="Microsoft.Android.Sdk.Windows">
@@ -54,109 +54,109 @@
5454
<Dependency Name="Microsoft.WindowsAppSDK" Version="0.0.1">
5555
<Uri>https://dev.azure.com/microsoft/ProjectReunion/_git/ProjectReunionInternal</Uri>
5656
</Dependency>
57-
<Dependency Name="Microsoft.AspNetCore.Authorization" Version="10.0.0">
57+
<Dependency Name="Microsoft.AspNetCore.Authorization" Version="10.0.0-rc.3.25602.101">
5858
<Uri>https://github.com/dotnet/dotnet</Uri>
59-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
59+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
6060
</Dependency>
61-
<Dependency Name="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0">
61+
<Dependency Name="Microsoft.AspNetCore.Authentication.Facebook" Version="10.0.0-rc.3.25602.101">
6262
<Uri>https://github.com/dotnet/dotnet</Uri>
63-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
63+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
6464
</Dependency>
65-
<Dependency Name="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0">
65+
<Dependency Name="Microsoft.AspNetCore.Authentication.Google" Version="10.0.0-rc.3.25602.101">
6666
<Uri>https://github.com/dotnet/dotnet</Uri>
67-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
67+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
6868
</Dependency>
69-
<Dependency Name="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.0">
69+
<Dependency Name="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="10.0.0-rc.3.25602.101">
7070
<Uri>https://github.com/dotnet/dotnet</Uri>
71-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
71+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
7272
</Dependency>
73-
<Dependency Name="Microsoft.AspNetCore.Components" Version="10.0.0">
73+
<Dependency Name="Microsoft.AspNetCore.Components" Version="10.0.0-rc.3.25602.101">
7474
<Uri>https://github.com/dotnet/dotnet</Uri>
75-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
75+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
7676
</Dependency>
77-
<Dependency Name="Microsoft.AspNetCore.Components.Analyzers" Version="10.0.0">
77+
<Dependency Name="Microsoft.AspNetCore.Components.Analyzers" Version="10.0.0-rc.3.25602.101">
7878
<Uri>https://github.com/dotnet/dotnet</Uri>
79-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
79+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
8080
</Dependency>
81-
<Dependency Name="Microsoft.AspNetCore.Components.Forms" Version="10.0.0">
81+
<Dependency Name="Microsoft.AspNetCore.Components.Forms" Version="10.0.0-rc.3.25602.101">
8282
<Uri>https://github.com/dotnet/dotnet</Uri>
83-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
83+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
8484
</Dependency>
85-
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0">
85+
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0-rc.3.25602.101">
8686
<Uri>https://github.com/dotnet/dotnet</Uri>
87-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
87+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
8888
</Dependency>
89-
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0">
89+
<Dependency Name="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0-rc.3.25602.101">
9090
<Uri>https://github.com/dotnet/dotnet</Uri>
91-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
91+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.AspNetCore.Components.WebView" Version="10.0.0">
93+
<Dependency Name="Microsoft.AspNetCore.Components.WebView" Version="10.0.0-rc.3.25602.101">
9494
<Uri>https://github.com/dotnet/dotnet</Uri>
95-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
95+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
9696
</Dependency>
97-
<Dependency Name="Microsoft.AspNetCore.Components.Web" Version="10.0.0">
97+
<Dependency Name="Microsoft.AspNetCore.Components.Web" Version="10.0.0-rc.3.25602.101">
9898
<Uri>https://github.com/dotnet/dotnet</Uri>
99-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
99+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
100100
</Dependency>
101-
<Dependency Name="Microsoft.AspNetCore.Metadata" Version="10.0.0">
101+
<Dependency Name="Microsoft.AspNetCore.Metadata" Version="10.0.0-rc.3.25602.101">
102102
<Uri>https://github.com/dotnet/dotnet</Uri>
103-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
103+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
104104
</Dependency>
105-
<Dependency Name="Microsoft.JSInterop" Version="10.0.0">
105+
<Dependency Name="Microsoft.JSInterop" Version="10.0.0-rc.3.25602.101">
106106
<Uri>https://github.com/dotnet/dotnet</Uri>
107-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
107+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
108108
</Dependency>
109109
<Dependency Name="Microsoft.TemplateEngine.Tasks" Version="7.0.100-preview.2.22102.8">
110110
<Uri>https://github.com/dotnet/templating</Uri>
111111
<Sha>3f4da9ced34942d83054e647f3b1d9d7dde281e8</Sha>
112112
</Dependency>
113-
<Dependency Name="Microsoft.Extensions.Configuration" Version="10.0.0">
113+
<Dependency Name="Microsoft.Extensions.Configuration" Version="10.0.0-rc.3.25602.101">
114114
<Uri>https://github.com/dotnet/dotnet</Uri>
115-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
115+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
116116
</Dependency>
117-
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0">
117+
<Dependency Name="Microsoft.Extensions.Configuration.Abstractions" Version="10.0.0-rc.3.25602.101">
118118
<Uri>https://github.com/dotnet/dotnet</Uri>
119-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
119+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
120120
</Dependency>
121-
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="10.0.0">
121+
<Dependency Name="Microsoft.Extensions.Configuration.Json" Version="10.0.0-rc.3.25602.101">
122122
<Uri>https://github.com/dotnet/dotnet</Uri>
123-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
123+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
124124
</Dependency>
125-
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="10.0.0">
125+
<Dependency Name="Microsoft.Extensions.DependencyInjection" Version="10.0.0-rc.3.25602.101">
126126
<Uri>https://github.com/dotnet/dotnet</Uri>
127-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
127+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
128128
</Dependency>
129-
<Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0">
129+
<Dependency Name="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0-rc.3.25602.101">
130130
<Uri>https://github.com/dotnet/dotnet</Uri>
131-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
131+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
132132
</Dependency>
133-
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="10.0.0">
133+
<Dependency Name="Microsoft.Extensions.FileProviders.Abstractions" Version="10.0.0-rc.3.25602.101">
134134
<Uri>https://github.com/dotnet/dotnet</Uri>
135-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
135+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
136136
</Dependency>
137-
<Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0">
137+
<Dependency Name="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0-rc.3.25602.101">
138138
<Uri>https://github.com/dotnet/dotnet</Uri>
139-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
139+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
140140
</Dependency>
141-
<Dependency Name="Microsoft.Extensions.Logging" Version="10.0.0">
141+
<Dependency Name="Microsoft.Extensions.Logging" Version="10.0.0-rc.3.25602.101">
142142
<Uri>https://github.com/dotnet/dotnet</Uri>
143-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
143+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
144144
</Dependency>
145-
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="10.0.0">
145+
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="10.0.0-rc.3.25602.101">
146146
<Uri>https://github.com/dotnet/dotnet</Uri>
147-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
147+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
148148
</Dependency>
149-
<Dependency Name="Microsoft.Extensions.Logging.Debug" Version="10.0.0">
149+
<Dependency Name="Microsoft.Extensions.Logging.Debug" Version="10.0.0-rc.3.25602.101">
150150
<Uri>https://github.com/dotnet/dotnet</Uri>
151-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
151+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
152152
</Dependency>
153-
<Dependency Name="Microsoft.Extensions.Primitives" Version="10.0.0">
153+
<Dependency Name="Microsoft.Extensions.Primitives" Version="10.0.0-rc.3.25602.101">
154154
<Uri>https://github.com/dotnet/dotnet</Uri>
155-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
155+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
156156
</Dependency>
157-
<Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0">
157+
<Dependency Name="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.0-rc.3.25602.101">
158158
<Uri>https://github.com/dotnet/dotnet</Uri>
159-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
159+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
160160
</Dependency>
161161
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="10.0.0-prerelease.25506.2">
162162
<Uri>https://github.com/dotnet/xharness</Uri>
@@ -172,37 +172,37 @@
172172
</Dependency>
173173
</ProductDependencies>
174174
<ToolsetDependencies>
175-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25523.113">
175+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="11.0.0-beta.25602.101">
176176
<Uri>https://github.com/dotnet/dotnet</Uri>
177-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
177+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
178178
</Dependency>
179-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25523.113">
179+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25602.101">
180180
<Uri>https://github.com/dotnet/dotnet</Uri>
181-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
181+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
182182
</Dependency>
183-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25523.113">
183+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="11.0.0-beta.25602.101">
184184
<Uri>https://github.com/dotnet/dotnet</Uri>
185-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
185+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
186186
</Dependency>
187-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25523.113">
187+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="11.0.0-beta.25602.101">
188188
<Uri>https://github.com/dotnet/dotnet</Uri>
189-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
189+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
190190
</Dependency>
191-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25523.113">
191+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.25602.101">
192192
<Uri>https://github.com/dotnet/dotnet</Uri>
193-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
193+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
194194
</Dependency>
195-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25523.113">
195+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="11.0.0-beta.25602.101">
196196
<Uri>https://github.com/dotnet/dotnet</Uri>
197-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
197+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
198198
</Dependency>
199-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25523.113">
199+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25602.101">
200200
<Uri>https://github.com/dotnet/dotnet</Uri>
201-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
201+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
202202
</Dependency>
203-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25523.113">
203+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25602.101">
204204
<Uri>https://github.com/dotnet/dotnet</Uri>
205-
<Sha>7b29526f2107416f68578bcb9deaca74fcfcf7f0</Sha>
205+
<Sha>6f4c3c9ad695a899e32a91839c1c6d6ad7198c5f</Sha>
206206
</Dependency>
207207
</ToolsetDependencies>
208208
</Dependencies>

0 commit comments

Comments
 (0)