From 1b500858354efe26493af632bf0e3f5462dc6246 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Fri, 5 Apr 2019 10:54:04 -0700 Subject: [PATCH] Chain coherent dependencies up through Extensions to EF Core packages (#8877) * Chain coherent dependencies up through Extensions to EF Core packages - should reduce incoherent PRs we get from `darc` - react to AspNetCore-Tooling breaking changes - use C# Preview version in Blazor integration tests - update `EnsureOptions_ConfiguresDefaultParseOptions` test to match new C# version default - react to new newline encoding behavior; thanx @ajaybhargavb! - update product code and tests to use new GetItem API; thanx @NTaylorMullen! - RazorProjectFileSystem breaking change - update ref assemblies - react to EF Core breaking changes - react to EF Core method rename - react to aspnet/EntityFrameworkCore@ccfc5edbc7c8 - react to aspnet/EntityFrameworkCore@6cb41531df6d breaking change - disable new analyzer in `ScratchDatabaseFixture` - skip `MvcTemplate_NoAuthImplAsync(...)` test for F# - #8996 - exclude some runtime assemblies from crossgen; thanx @BrennanConroy! - add direct references to Mvc in AzureAD samples - unclear why the reference is no longer pulled in transitively * Run `darc` to grab the latest - CoreFx packages with version 4.6.0-preview4.19204.1 to ensure coherency - core-setup packages with version 3.0.0-preview4-27604-05 to ensure coherency - Extensions packages with verisn 3.0.0-preview4.19204.2 to ensure coherency - EntityFrameworkCore packages with version 3.0.0-preview4.19204.7 from build 20190404.7 - AspNetCore-Tooling packages with version 3.0.0-preview4.19204.2 from build 20190404.2 --- eng/Version.Details.xml | 372 +++++++++--------- eng/Versions.props | 186 ++++----- .../AzureADB2CSample/AzureADB2CSample.csproj | 1 + .../AzureADSample/AzureADSample.csproj | 1 + .../Build/test/BindRazorIntegrationTest.cs | 4 +- .../test/ChildContentRazorIntegrationTest.cs | 8 +- .../ComponentRenderingRazorIntegrationTest.cs | 12 +- .../GenericComponentRazorIntegrationTest.cs | 8 +- .../test/Razor/VirtualProjectFileSystem.cs | 13 +- .../Build/test/RazorIntegrationTestBase.cs | 2 +- .../test/RenderingRazorIntegrationTest.cs | 8 +- src/Components/Shared/test/AssertFrame.cs | 9 +- .../Microsoft.AspNetCore.App.Runtime.csproj | 2 +- .../EntityFrameworkCore/src/UserOnlyStore.cs | 6 +- .../EntityFrameworkCore/src/UserStore.cs | 12 +- .../Utilities/ScratchDatabaseFixture.cs | 6 +- .../DatabaseErrorPageMiddlewareTest.cs | 2 +- ....Razor.RuntimeCompilation.netcoreapp3.0.cs | 2 + .../src/ChecksumValidator.cs | 4 +- .../src/FileProviderRazorProjectFileSystem.cs | 8 +- .../src/FileProviderRazorProjectItem.cs | 9 +- .../src/PageActionDescriptorChangeProvider.cs | 2 +- .../src/PageDirectiveFeature.cs | 14 +- .../src/RuntimeViewCompiler.cs | 4 +- .../test/CSharpCompilerTest.cs | 2 +- .../FileProviderRazorProjectFileSystemTest.cs | 6 +- .../VirtualRazorProjectFileSystem.cs | 10 +- src/ProjectTemplates/test/MvcTemplateTest.cs | 2 +- 28 files changed, 384 insertions(+), 331 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71781bfd9a..302dc9eece 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,384 +9,384 @@ --> - + https://github.com/aspnet/AspNetCore-Tooling - e9ff3dcec3e8be1e47566c42ac4676bb7b258034 + dc35962b2cd08a2ba4426fc5d1fc1c6992fc7aed - + https://github.com/aspnet/AspNetCore-Tooling - e9ff3dcec3e8be1e47566c42ac4676bb7b258034 + dc35962b2cd08a2ba4426fc5d1fc1c6992fc7aed - + https://github.com/aspnet/AspNetCore-Tooling - e9ff3dcec3e8be1e47566c42ac4676bb7b258034 + dc35962b2cd08a2ba4426fc5d1fc1c6992fc7aed - + https://github.com/aspnet/AspNetCore-Tooling - e9ff3dcec3e8be1e47566c42ac4676bb7b258034 + dc35962b2cd08a2ba4426fc5d1fc1c6992fc7aed - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/EntityFrameworkCore - e69db5ea99e99befcfab8916f8cc04f5b63343b0 + 610aa8608d3f912082c56a7d0e4f791cd9b6b211 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/dotnet/core-setup - c91508ea425da7c4291fc437e902173f582763ad + 681b17c84947aea293b7cc09373a9292c34c4f37 - + https://github.com/dotnet/core-setup - f89f4f9def5f8faff4505376688671b9866172f7 + 681b17c84947aea293b7cc09373a9292c34c4f37 - + https://github.com/dotnet/corefx - d6a30736858f91b297fdd3ed4e3d1dfde67bdbdb + a4fe9d1599d3ba16534b19b92657cfaac80a65dd - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 https://github.com/dotnet/arcade 660f6cd006b276edb3764f4d7d726cedf6c29d8e - + https://github.com/aspnet/Extensions - a29e9dacf1e4b691c30392a79602a3365185d38b + 7fd2ab9f058570ce241a19cb12bdf8d13151a861 diff --git a/eng/Versions.props b/eng/Versions.props index 3c10af69e6..a78701b09d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,104 +19,104 @@ 1.0.0-beta.19121.5 - 3.0.0-preview4-27524-01 - 3.0.0-preview4-27524-03 + 3.0.0-preview4-27604-05 + 3.0.0-preview4-27604-05 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.7.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 1.7.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 - 4.6.0-preview4.19164.7 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.7.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 1.7.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 + 4.6.0-preview4.19204.1 - 3.0.0-preview4.19164.7 + 3.0.0-preview4.19204.1 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 - 3.0.0-preview4.19174.3 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 + 3.0.0-preview4.19204.7 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 - 3.0.0-preview4.19174.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2 + 3.0.0-preview4.19204.2