Skip to content

Commit ad8ba0c

Browse files
authored
Merge branch 'master' into merge/release/3.0-to-master
2 parents 3a5b3a8 + 3f8ee55 commit ad8ba0c

File tree

145 files changed

+3129
-309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+3129
-309
lines changed

Extensions.sln

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Localization", "Localizatio
265265
EndProject
266266
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Localization", "src\Localization\Localization\src\Microsoft.Extensions.Localization.csproj", "{AC33A64E-1261-47E7-8676-69C48E4B0266}"
267267
EndProject
268-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Localization.Tests", "src\Localization\Localization\test\Microsoft.Extensions.Localization.Tests.csproj", "{66DA86CB-E1DD-4A3A-8855-AD37731F112E}"
269-
EndProject
270268
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Localization.Abstractions", "src\Localization\Abstractions\src\Microsoft.Extensions.Localization.Abstractions.csproj", "{9FE05F36-5626-416D-956D-5C4C6D7E3E1B}"
271269
EndProject
272270
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildWebHostInvalidSignature", "src\Shared\testassets\BuildWebHostInvalidSignature\BuildWebHostInvalidSignature.csproj", "{A73FD5A1-DA46-432A-9824-BA5FC56C2D3D}"
@@ -317,6 +315,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Hostin
317315
EndProject
318316
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Hosting.IntegrationTesting", "src\Hosting\IntegrationTesting\src\Microsoft.Extensions.Hosting.IntegrationTesting.csproj", "{60313ECC-7C20-4509-B41B-C0F69F5162E7}"
319317
EndProject
318+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Localization.RootNamespace.Tests", "src\Localization\Localization\test\Microsoft.Extensions.Localization.RootNamespace.Tests\Microsoft.Extensions.Localization.RootNamespace.Tests.csproj", "{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}"
319+
EndProject
320+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Extensions.Localization.Tests", "src\Localization\Localization\test\Microsoft.Extensions.Localization.Tests\Microsoft.Extensions.Localization.Tests.csproj", "{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}"
321+
EndProject
320322
Global
321323
GlobalSection(SolutionConfigurationPlatforms) = preSolution
322324
Debug|Any CPU = Debug|Any CPU
@@ -1635,18 +1637,6 @@ Global
16351637
{AC33A64E-1261-47E7-8676-69C48E4B0266}.Release|x64.Build.0 = Release|Any CPU
16361638
{AC33A64E-1261-47E7-8676-69C48E4B0266}.Release|x86.ActiveCfg = Release|Any CPU
16371639
{AC33A64E-1261-47E7-8676-69C48E4B0266}.Release|x86.Build.0 = Release|Any CPU
1638-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1639-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|Any CPU.Build.0 = Debug|Any CPU
1640-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|x64.ActiveCfg = Debug|Any CPU
1641-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|x64.Build.0 = Debug|Any CPU
1642-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|x86.ActiveCfg = Debug|Any CPU
1643-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Debug|x86.Build.0 = Debug|Any CPU
1644-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|Any CPU.ActiveCfg = Release|Any CPU
1645-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|Any CPU.Build.0 = Release|Any CPU
1646-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|x64.ActiveCfg = Release|Any CPU
1647-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|x64.Build.0 = Release|Any CPU
1648-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|x86.ActiveCfg = Release|Any CPU
1649-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E}.Release|x86.Build.0 = Release|Any CPU
16501640
{9FE05F36-5626-416D-956D-5C4C6D7E3E1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16511641
{9FE05F36-5626-416D-956D-5C4C6D7E3E1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
16521642
{9FE05F36-5626-416D-956D-5C4C6D7E3E1B}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -1899,6 +1889,30 @@ Global
18991889
{60313ECC-7C20-4509-B41B-C0F69F5162E7}.Release|x64.Build.0 = Release|Any CPU
19001890
{60313ECC-7C20-4509-B41B-C0F69F5162E7}.Release|x86.ActiveCfg = Release|Any CPU
19011891
{60313ECC-7C20-4509-B41B-C0F69F5162E7}.Release|x86.Build.0 = Release|Any CPU
1892+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1893+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
1894+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|x64.ActiveCfg = Debug|Any CPU
1895+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|x64.Build.0 = Debug|Any CPU
1896+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|x86.ActiveCfg = Debug|Any CPU
1897+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Debug|x86.Build.0 = Debug|Any CPU
1898+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
1899+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|Any CPU.Build.0 = Release|Any CPU
1900+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|x64.ActiveCfg = Release|Any CPU
1901+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|x64.Build.0 = Release|Any CPU
1902+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|x86.ActiveCfg = Release|Any CPU
1903+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA}.Release|x86.Build.0 = Release|Any CPU
1904+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1905+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|Any CPU.Build.0 = Debug|Any CPU
1906+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|x64.ActiveCfg = Debug|Any CPU
1907+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|x64.Build.0 = Debug|Any CPU
1908+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|x86.ActiveCfg = Debug|Any CPU
1909+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Debug|x86.Build.0 = Debug|Any CPU
1910+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|Any CPU.ActiveCfg = Release|Any CPU
1911+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|Any CPU.Build.0 = Release|Any CPU
1912+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|x64.ActiveCfg = Release|Any CPU
1913+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|x64.Build.0 = Release|Any CPU
1914+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|x86.ActiveCfg = Release|Any CPU
1915+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B}.Release|x86.Build.0 = Release|Any CPU
19021916
EndGlobalSection
19031917
GlobalSection(SolutionProperties) = preSolution
19041918
HideSolutionNode = FALSE
@@ -2018,7 +2032,6 @@ Global
20182032
{A14AC3AC-3BAD-450A-957F-2F3B45E2412F} = {D9252E02-D807-43DA-BBAF-AD739A8D385A}
20192033
{5D56AD97-9819-4A65-ADD3-18728FE81D95} = {D9252E02-D807-43DA-BBAF-AD739A8D385A}
20202034
{AC33A64E-1261-47E7-8676-69C48E4B0266} = {2FAC6FF0-1FB6-41C6-9A36-FFC2E1727783}
2021-
{66DA86CB-E1DD-4A3A-8855-AD37731F112E} = {2FAC6FF0-1FB6-41C6-9A36-FFC2E1727783}
20222035
{9FE05F36-5626-416D-956D-5C4C6D7E3E1B} = {2FAC6FF0-1FB6-41C6-9A36-FFC2E1727783}
20232036
{A73FD5A1-DA46-432A-9824-BA5FC56C2D3D} = {15AC3300-D335-4C5C-9E3A-22F26904AB26}
20242037
{46EE8C21-DC4A-4BD6-B4D6-1919EA720396} = {15AC3300-D335-4C5C-9E3A-22F26904AB26}
@@ -2042,6 +2055,8 @@ Global
20422055
{1DF2C30F-4A33-4711-B198-6163C931FAC8} = {6868A014-43FD-4047-B536-30D5D159D9D4}
20432056
{C7204C14-0FA5-4EE6-B538-CAAEB7854E98} = {1DF2C30F-4A33-4711-B198-6163C931FAC8}
20442057
{60313ECC-7C20-4509-B41B-C0F69F5162E7} = {6868A014-43FD-4047-B536-30D5D159D9D4}
2058+
{8005D6EB-29C9-4A3F-8D8D-5DE255998ECA} = {2FAC6FF0-1FB6-41C6-9A36-FFC2E1727783}
2059+
{F2F6B6FD-C6AC-4536-81ED-4ED52EE2531B} = {2FAC6FF0-1FB6-41C6-9A36-FFC2E1727783}
20452060
EndGlobalSection
20462061
GlobalSection(ExtensibilityGlobals) = postSolution
20472062
SolutionGuid = {814BFC88-0867-451F-AC8F-20FE107809B4}

eng/Version.Details.xml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,69 +10,69 @@
1010
-->
1111
<Dependencies>
1212
<ProductDependencies>
13-
<Dependency Name="Microsoft.Win32.Registry" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
13+
<Dependency Name="Microsoft.Win32.Registry" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
1414
<Uri>https://github.com/dotnet/corefx</Uri>
15-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
15+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
1616
</Dependency>
17-
<Dependency Name="System.ComponentModel.Annotations" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
17+
<Dependency Name="System.ComponentModel.Annotations" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
1818
<Uri>https://github.com/dotnet/corefx</Uri>
19-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
19+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
2020
</Dependency>
21-
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
21+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
2222
<Uri>https://github.com/dotnet/corefx</Uri>
23-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
23+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
2424
</Dependency>
25-
<Dependency Name="System.Diagnostics.EventLog" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
25+
<Dependency Name="System.Diagnostics.EventLog" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
2626
<Uri>https://github.com/dotnet/corefx</Uri>
27-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
27+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
2828
</Dependency>
29-
<Dependency Name="System.IO.Pipelines" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
29+
<Dependency Name="System.IO.Pipelines" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
3030
<Uri>https://github.com/dotnet/corefx</Uri>
31-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
31+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
3232
</Dependency>
33-
<Dependency Name="System.Reflection.Metadata" Version="1.7.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
33+
<Dependency Name="System.Reflection.Metadata" Version="1.8.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
3434
<Uri>https://github.com/dotnet/corefx</Uri>
35-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
35+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
3636
</Dependency>
37-
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
37+
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
3838
<Uri>https://github.com/dotnet/corefx</Uri>
39-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
39+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
4040
</Dependency>
41-
<Dependency Name="System.Security.Cryptography.Cng" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
41+
<Dependency Name="System.Security.Cryptography.Cng" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
4242
<Uri>https://github.com/dotnet/corefx</Uri>
43-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
43+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
4444
</Dependency>
45-
<Dependency Name="System.Security.Cryptography.Xml" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
45+
<Dependency Name="System.Security.Cryptography.Xml" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
4646
<Uri>https://github.com/dotnet/corefx</Uri>
47-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
47+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
4848
</Dependency>
49-
<Dependency Name="System.ServiceProcess.ServiceController" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
49+
<Dependency Name="System.ServiceProcess.ServiceController" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
5050
<Uri>https://github.com/dotnet/corefx</Uri>
51-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
51+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
5252
</Dependency>
53-
<Dependency Name="System.Text.Encodings.Web" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
53+
<Dependency Name="System.Text.Encodings.Web" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
5454
<Uri>https://github.com/dotnet/corefx</Uri>
55-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
55+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
5656
</Dependency>
57-
<Dependency Name="System.Text.Json" Version="4.6.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
57+
<Dependency Name="System.Text.Json" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
5858
<Uri>https://github.com/dotnet/corefx</Uri>
59-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
59+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
6060
</Dependency>
61-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0-preview9-19414-02">
61+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha1.19404.5">
6262
<Uri>https://github.com/dotnet/core-setup</Uri>
63-
<Sha>f1de07d0abab3899bd7e1facb7e375d6100a2ac8</Sha>
63+
<Sha>62a9f1bdf39ba0b719875d33e248408d3802e925</Sha>
6464
</Dependency>
6565
<!--
6666
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
6767
All Runtime.$rid packages should have the same version.
6868
-->
69-
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.0.0-preview9-19414-02">
69+
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-alpha1.19404.5">
7070
<Uri>https://github.com/dotnet/core-setup</Uri>
71-
<Sha>f1de07d0abab3899bd7e1facb7e375d6100a2ac8</Sha>
71+
<Sha>62a9f1bdf39ba0b719875d33e248408d3802e925</Sha>
7272
</Dependency>
73-
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview9-19414-02">
73+
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-alpha1.19404.5">
7474
<Uri>https://github.com/dotnet/core-setup</Uri>
75-
<Sha>f1de07d0abab3899bd7e1facb7e375d6100a2ac8</Sha>
75+
<Sha>62a9f1bdf39ba0b719875d33e248408d3802e925</Sha>
7676
</Dependency>
7777
</ProductDependencies>
7878
<ToolsetDependencies>
@@ -88,13 +88,13 @@
8888
<Uri>https://github.com/dotnet/arcade</Uri>
8989
<Sha>82c822ee7db08f5347e6ac44e3ed465248394a9e</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview9.19409.17" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
91+
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-alpha1.19381.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9292
<Uri>https://github.com/dotnet/corefx</Uri>
93-
<Sha>b82d2bc44424c8a99a1f0fc13202bdfd43e6f9f5</Sha>
93+
<Sha>a6c1d1ac235aba5bf17dd06228a62509192cda6a</Sha>
9494
</Dependency>
95-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.3.0-beta3-19413-08">
95+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.3.0-beta3-19407-05">
9696
<Uri>https://github.com/dotnet/roslyn</Uri>
97-
<Sha>40b3c24da722148153675112d727b030f448454e</Sha>
97+
<Sha>a4f6432caf9b65787d565de33c47aed115bcd90f</Sha>
9898
</Dependency>
9999
</ToolsetDependencies>
100100
</Dependencies>

eng/Versions.props

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
-->
77
<Project>
88
<PropertyGroup Label="Version settings">
9-
<MajorVersion>3</MajorVersion>
9+
<MajorVersion>5</MajorVersion>
1010
<MinorVersion>0</MinorVersion>
1111
<PatchVersion>0</PatchVersion>
1212
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
13-
<PreReleaseVersionLabel>preview9</PreReleaseVersionLabel>
13+
<PreReleaseVersionLabel>alpha1</PreReleaseVersionLabel>
1414
<AssemblyVersion Condition="'$(IsReferenceAssemblyProject)' != 'true'">$(VersionPrefix).0</AssemblyVersion>
1515
<!--
1616
We do not support changing reference assemblies in a patch. This ignores
@@ -42,28 +42,28 @@
4242
-->
4343
<PropertyGroup Label="Automated">
4444
<!-- Packages from dotnet/core-setup -->
45-
<MicrosoftNETCoreAppRefPackageVersion>3.0.0-preview9-19414-02</MicrosoftNETCoreAppRefPackageVersion>
46-
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.0.0-preview9-19414-02</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
47-
<NETStandardLibraryRefPackageVersion>2.1.0-preview9-19414-02</NETStandardLibraryRefPackageVersion>
45+
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha1.19404.5</MicrosoftNETCoreAppRefPackageVersion>
46+
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha1.19404.5</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
47+
<NETStandardLibraryRefPackageVersion>2.1.0-alpha1.19404.5</NETStandardLibraryRefPackageVersion>
4848
<!-- Packages from dotnet/corefx -->
49-
<MicrosoftWin32RegistryPackageVersion>4.6.0-preview9.19409.17</MicrosoftWin32RegistryPackageVersion>
50-
<SystemComponentModelAnnotationsPackageVersion>4.6.0-preview9.19409.17</SystemComponentModelAnnotationsPackageVersion>
51-
<SystemDiagnosticsDiagnosticSourcePackageVersion>4.6.0-preview9.19409.17</SystemDiagnosticsDiagnosticSourcePackageVersion>
52-
<SystemDiagnosticsEventLogPackageVersion>4.6.0-preview9.19409.17</SystemDiagnosticsEventLogPackageVersion>
53-
<SystemIOPipelinesPackageVersion>4.6.0-preview9.19409.17</SystemIOPipelinesPackageVersion>
54-
<SystemReflectionMetadataPackageVersion>1.7.0-preview9.19409.17</SystemReflectionMetadataPackageVersion>
55-
<SystemRuntimeCompilerServicesUnsafePackageVersion>4.6.0-preview9.19409.17</SystemRuntimeCompilerServicesUnsafePackageVersion>
56-
<SystemSecurityCryptographyCngPackageVersion>4.6.0-preview9.19409.17</SystemSecurityCryptographyCngPackageVersion>
57-
<SystemSecurityCryptographyXmlPackageVersion>4.6.0-preview9.19409.17</SystemSecurityCryptographyXmlPackageVersion>
58-
<SystemServiceProcessServiceControllerPackageVersion>4.6.0-preview9.19409.17</SystemServiceProcessServiceControllerPackageVersion>
59-
<SystemTextEncodingsWebPackageVersion>4.6.0-preview9.19409.17</SystemTextEncodingsWebPackageVersion>
60-
<SystemTextJsonPackageVersion>4.6.0-preview9.19409.17</SystemTextJsonPackageVersion>
49+
<MicrosoftWin32RegistryPackageVersion>5.0.0-alpha1.19381.2</MicrosoftWin32RegistryPackageVersion>
50+
<SystemComponentModelAnnotationsPackageVersion>5.0.0-alpha1.19381.2</SystemComponentModelAnnotationsPackageVersion>
51+
<SystemDiagnosticsDiagnosticSourcePackageVersion>5.0.0-alpha1.19381.2</SystemDiagnosticsDiagnosticSourcePackageVersion>
52+
<SystemDiagnosticsEventLogPackageVersion>5.0.0-alpha1.19381.2</SystemDiagnosticsEventLogPackageVersion>
53+
<SystemIOPipelinesPackageVersion>5.0.0-alpha1.19381.2</SystemIOPipelinesPackageVersion>
54+
<SystemReflectionMetadataPackageVersion>1.8.0-alpha1.19381.2</SystemReflectionMetadataPackageVersion>
55+
<SystemRuntimeCompilerServicesUnsafePackageVersion>5.0.0-alpha1.19381.2</SystemRuntimeCompilerServicesUnsafePackageVersion>
56+
<SystemSecurityCryptographyCngPackageVersion>5.0.0-alpha1.19381.2</SystemSecurityCryptographyCngPackageVersion>
57+
<SystemSecurityCryptographyXmlPackageVersion>5.0.0-alpha1.19381.2</SystemSecurityCryptographyXmlPackageVersion>
58+
<SystemServiceProcessServiceControllerPackageVersion>5.0.0-alpha1.19381.2</SystemServiceProcessServiceControllerPackageVersion>
59+
<SystemTextEncodingsWebPackageVersion>5.0.0-alpha1.19381.2</SystemTextEncodingsWebPackageVersion>
60+
<SystemTextJsonPackageVersion>5.0.0-alpha1.19381.2</SystemTextJsonPackageVersion>
6161
<!-- Workaround https://github.com/dotnet/cli/issues/10528-->
62-
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.17</MicrosoftNETCorePlatformsPackageVersion>
62+
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha1.19381.2</MicrosoftNETCorePlatformsPackageVersion>
6363
<!-- Packages from dotnet/arcade -->
6464
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19412.7</MicrosoftDotNetGenAPIPackageVersion>
6565
<!-- Packages from dotnet/roslyn -->
66-
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta3-19413-08</MicrosoftNetCompilersToolsetVersion>
66+
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta3-19407-05</MicrosoftNetCompilersToolsetVersion>
6767
</PropertyGroup>
6868
<PropertyGroup Label="Dependency version settings">
6969
<!--

0 commit comments

Comments
 (0)