diff --git a/docs/ReferenceResolution.md b/docs/ReferenceResolution.md index 7d1e20c0cc..8f1fe70675 100644 --- a/docs/ReferenceResolution.md +++ b/docs/ReferenceResolution.md @@ -1,5 +1,4 @@ -`` resolution -======================== +# `` resolution Most project files in this repo should use `` instead of `` or ``. This was done to enable ASP.NET Core's unique requirements without requiring most ASP.NET Core contributors @@ -21,9 +20,10 @@ The requirements that led to this system are: * Use ``. * Do not use ``. * If you need to use a new package, add it to `eng/Dependencies.props` and `eng/Versions.props`. +* If the package comes from a partner team and needs to have versions automatically updated, also add an entry `eng/Version.Details.xml`. * Only use `` in test projects. * Name the .csproj file to match the assembly name. -* Run `build.cmd /t:GenerateProjectList` when adding new projects +* Run `eng/scripts/GenerateProjectList.ps1` (or `build.cmd /t:GenerateProjectList`) when adding new projects * Use [eng/tools/BaseLineGenerator/](/eng/tools/BaselineGenerator/README.md) if you need to update baselines. * If you need to make a breaking change to dependencies, you may need to add ``. @@ -32,8 +32,9 @@ The requirements that led to this system are: * [eng/Baseline.xml](/eng/Baseline.xml) - this contains the 'baseline' of the latest servicing release for this branch. It should be modified and used to update the generated file, Baseline.Designer.props. * [eng/Dependencies.props](/eng/Dependencies.props) - contains a list of all package references that might be used in the repo. * [eng/PatchConfig.props](/eng/PatchConfig.props) - lists which assemblies or packages are patching in the current build. -* [eng/ProjectReferences.props](/eng/ProjectReferences.props) - lists which assemblies or packages might be available to be referenced as a local project -* [eng/Versions.props](/eng/Versions.props) - contains a list of versions which may be updated by automation. +* [eng/ProjectReferences.props](/eng/ProjectReferences.props) - lists which assemblies or packages might be available to be referenced as a local project. +* [eng/Versions.props](/eng/Versions.props) - contains a list of versions which may be updated by automation. This is used by MSBuild to restore and build. +* [eng/Version.Details.xml](/eng/Version.Details.xml) - used by automation to update dependencies variables in other files. ## Example: adding a new project @@ -57,8 +58,7 @@ Steps for adding a new package dependency to an existing project. Let's say I'm ```xml - - + https://github.com/dotnet/corefx 000000 @@ -69,6 +69,21 @@ Steps for adding a new package dependency to an existing project. Let's say I'm If you don't know the commit hash of the source code used to produce "0.0.1-beta-1", you can use `000000` as a placeholder for `Sha` as its value is unimportant and will be updated the next time the bot runs. + If the new dependency comes from dotnet/CoreFx, dotnet/code-setup or aspnet/Extensions, add a + `CoherentParentDependency` attribute to the `` element as shown below. This example indicates the + dotnet/CoreFx dependency version should be determined based on the build that produced the chosen + Microsoft.NETCore.App. That is, the dotnet/CoreFx dependency and Microsoft.NETCore.App should be + coherent. + + ```xml + + + + ``` + + The attribute value should be `"Microsoft.Extensions.Logging"` for dotnet/core-setup dependencies and + `"Microsoft.CodeAnalysis.Razor"` for aspnet/Extensions dependencies. + ## Example: make a breaking change to references If Microsoft.AspNetCore.Banana in 2.1 had a reference to `Microsoft.AspNetCore.Orange`, but in 3.0 this reference is changing to `Microsoft.AspNetCore.BetterThanOrange`, you would need to make these changes to the .csproj file @@ -81,3 +96,13 @@ If Microsoft.AspNetCore.Banana in 2.1 had a reference to `Microsoft.AspNetCore.O + ``` + +## Updating dependencies manually + +If the `dotnet-maestro` bot has not correctly updated the dependencies, it may be worthwhile running `darc` manually: + +1. Install `darc` as described in https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#setting-up-your-darc-client +2. Run `darc update-dependencies --channel '.NET Core 3 Dev'` + * Use `'.NET Core 3 Release'` in a `release/3.0-*` branch +3. `git diff` to confirm the tool's changes +4. Proceed with usual commit and PR diff --git a/eng/Dependencies.props b/eng/Dependencies.props index b4da0223e5..5efe5cced5 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -156,7 +156,6 @@ and are generated based on the last package release. - diff --git a/eng/SharedFramework.External.props b/eng/SharedFramework.External.props index c5030e8e43..b8cf631738 100644 --- a/eng/SharedFramework.External.props +++ b/eng/SharedFramework.External.props @@ -54,7 +54,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c5f5d28ca..60982eec91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,380 +9,380 @@ --> - + https://github.com/aspnet/AspNetCore-Tooling - 01d322edb2abb69f04184b47812bb08ea17d3d9e + 9736070b8b876ba51f6d3fc24e07d957ce71b7f1 - + https://github.com/aspnet/AspNetCore-Tooling - 01d322edb2abb69f04184b47812bb08ea17d3d9e + 9736070b8b876ba51f6d3fc24e07d957ce71b7f1 - + https://github.com/aspnet/AspNetCore-Tooling - 01d322edb2abb69f04184b47812bb08ea17d3d9e + 9736070b8b876ba51f6d3fc24e07d957ce71b7f1 - + https://github.com/aspnet/AspNetCore-Tooling - 01d322edb2abb69f04184b47812bb08ea17d3d9e + 9736070b8b876ba51f6d3fc24e07d957ce71b7f1 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/EntityFrameworkCore 08edd86216be4857b45b47bf0a9b29e98e525c05 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/dotnet/core-setup - 2882fcdfd1846578a0c0336e1ba387ab0a1b602f + 66f7e1a107eceab2767369588e7309747a0d71f7 - + https://github.com/dotnet/core-setup - 2882fcdfd1846578a0c0336e1ba387ab0a1b602f + 66f7e1a107eceab2767369588e7309747a0d71f7 - + https://github.com/dotnet/corefx - 3728c9618debe640c22d7469fe4aa937f4a774b7 + bd278630dd08914ef521e62658afb69845c5b93a - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 https://github.com/dotnet/arcade @@ -392,9 +392,9 @@ https://github.com/dotnet/arcade e31dd0f6fd12a136a2310a308d235c360703b221 - + https://github.com/aspnet/Extensions - 1b1558ebc1f33a70c76736f6a26d907b6dcca270 + 52b4a202090891dd254ae83ab97b01a99b5f0eb9 diff --git a/eng/Versions.props b/eng/Versions.props index e36b083079..0840dbc47d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,92 +19,92 @@ 1.0.0-beta.19252.2 - 3.0.0-preview6-27702-07 - 3.0.0-preview6-27702-07 + 3.0.0-preview6-27706-03 + 3.0.0-preview6-27706-03 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.7.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 1.7.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 - 4.6.0-preview6.19252.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.7.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 1.7.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 + 4.6.0-preview6.19256.1 - 3.0.0-preview6.19252.1 + 3.0.0-preview6.19256.1 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 - 3.0.0-preview6.19252.7 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 + 3.0.0-preview6.19256.1 3.0.0-preview6.19252.4 3.0.0-preview6.19252.4 @@ -114,10 +114,10 @@ 3.0.0-preview6.19252.4 3.0.0-preview6.19252.4 - 3.0.0-preview6.19252.6 - 3.0.0-preview6.19252.6 - 3.0.0-preview6.19252.6 - 3.0.0-preview6.19252.6 + 3.0.0-preview6.19256.2 + 3.0.0-preview6.19256.2 + 3.0.0-preview6.19256.2 + 3.0.0-preview6.19256.2