Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/arcade aspnet/Extensions #16370

Merged

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jul 1, 2019

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Build: 20190630.1
  • Date Produced: 6/30/2019 12:52 PM
  • Commit: 89fab80685c91024c8f9e21f1c37f62580f648f8
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.DotNet.Arcade.Sdk -> 1.0.0-beta.19330.1

From https://github.com/aspnet/Extensions

  • Build: 20190702.3
  • Date Produced: 7/2/2019 3:57 PM
  • Commit: 57863aedad5bac2e109345a70fa4de2acfebf34e
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.Extensions.DependencyInjection -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.Configuration.Json -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.Configuration.EnvironmentVariables -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.Configuration -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.Caching.Memory -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.HostFactoryResolver.Sources -> 3.0.0-preview8.19352.3
    • Microsoft.Extensions.Logging -> 3.0.0-preview8.19352.3

Coherency Updates

The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format

  • Microsoft.CSharp -> 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Microsoft.NETCore.App.Runtime.win-x64 -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • Microsoft.DotNet.PlatformAbstractions -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • Microsoft.Extensions.DependencyModel -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • Microsoft.NETCore.Platforms -> 3.0.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Microsoft.NETCore.App.Runtime.win-x64 -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • Microsoft.NETCore.App.Ref -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • NETStandard.Library.Ref -> 2.1.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • System.Collections.Immutable -> 1.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Microsoft.NETCore.App.Runtime.win-x64 -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • System.ComponentModel.Annotations -> 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Microsoft.NETCore.App.Runtime.win-x64 -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
  • System.Diagnostics.DiagnosticSource -> 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  • Microsoft.NETCore.App.Runtime.win-x64 -> 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)

…630.1

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1
@dotnet-maestro dotnet-maestro bot requested a review from dougbu as a code owner July 1, 2019 12:01
@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Jul 1, 2019

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • Standard Merge Policies Unsuccessful checks: EntityFrameworkCore-ci, EntityFrameworkCore-ci (Linux), EntityFrameworkCore-ci (Windows)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

…0190701.1

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview7.19351.1
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview7.19351.1
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview7.19351.1
- Microsoft.Extensions.Configuration - 3.0.0-preview7.19351.1
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview7.19351.1
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview7.19351.1
- Microsoft.Extensions.Logging - 3.0.0-preview7.19351.1
@dotnet-maestro dotnet-maestro bot changed the title [master] Update dependencies from dotnet/arcade [master] Update dependencies from dotnet/arcade aspnet/Extensions Jul 1, 2019
@dougbu
Copy link
Member

dougbu commented Jul 1, 2019

@ajcvickers I'm not sure what's going on here because Extensions hasn't taken new core-setup / CoreFx dependencies since the 26th and this repo al. Nonetheless, the following three tests are failing consistently

  • Non_nullability_sets_is_required_with_conventional_builder
  • Non_nullability_inverts_when_navigation_to_dependent
  • Non_nullability_can_be_specified_on_both_navigations

Any ideas much appreciated. Would be good to figure this out before noon 😺

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Jul 1, 2019

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • Standard Merge Policies Unsuccessful checks: EntityFrameworkCore-ci, EntityFrameworkCore-ci (Linux), EntityFrameworkCore-ci (Windows)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

@roji
Copy link
Member

roji commented Jul 1, 2019

FYI am now looking into this.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Jul 1, 2019

Auto-Merge Status

This pull request has been merged because the following merge policies have succeeded.

  • ✔️ Standard Merge Policies Succeeded - Successful checks: EntityFrameworkCore-ci, EntityFrameworkCore-ci (Linux), EntityFrameworkCore-ci (Windows), EntityFrameworkCore-ci (macOS)
  • ✔️ Standard Merge Policies Succeeded - No reviews have requested changes.

…0190701.2

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19351.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19351.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19351.2
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19351.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19351.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19351.2
- Microsoft.Extensions.Logging - 3.0.0-preview8.19351.2
…0190701.4

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19351.4
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19351.4
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19351.4
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19351.4
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19351.4
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19351.4
- Microsoft.Extensions.Logging - 3.0.0-preview8.19351.4

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19351.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19351.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19351.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19351.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19351.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-07 (parent: Microsoft.Extensions.Logging)
dougbu added a commit that referenced this pull request Jul 2, 2019
…'.NET Core 3 Release' channel

- bit surprised this isn't pulling in '3.2.0-beta4-19326-12' but that may come once dotnet/roslyn branches
- see also #16370 and #16385 discussions
dotnet-maestro added 2 commits July 2, 2019 05:05
…0190701.5

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19351.5
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19351.5
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19351.5
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19351.5
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19351.5
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19351.5
- Microsoft.Extensions.Logging - 3.0.0-preview8.19351.5

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19351.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19351.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19351.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19351.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19351.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-08 (parent: Microsoft.Extensions.Logging)
…0190701.6

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19351.6
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19351.6
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19351.6
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19351.6
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19351.6
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19351.6
- Microsoft.Extensions.Logging - 3.0.0-preview8.19351.6

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
dotnet-maestro and others added 4 commits July 2, 2019 12:05
…0190702.1

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19352.1
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19352.1
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19352.1
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19352.1
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19352.1
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19352.1
- Microsoft.Extensions.Logging - 3.0.0-preview8.19352.1

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
…0190702.2

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19352.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19352.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19352.2
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19352.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19352.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19352.2
- Microsoft.Extensions.Logging - 3.0.0-preview8.19352.2

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19351.6 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27901-10 (parent: Microsoft.Extensions.Logging)
…0190702.3

- Microsoft.Extensions.DependencyInjection - 3.0.0-preview8.19352.3
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview8.19352.3
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview8.19352.3
- Microsoft.Extensions.Configuration - 3.0.0-preview8.19352.3
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview8.19352.3
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview8.19352.3
- Microsoft.Extensions.Logging - 3.0.0-preview8.19352.3

Dependency coherency updates

- Microsoft.CSharp - 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- Microsoft.DotNet.PlatformAbstractions - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- Microsoft.Extensions.DependencyModel - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.Platforms - 3.0.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- Microsoft.NETCore.App.Ref - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- NETStandard.Library.Ref - 2.1.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- System.Collections.Immutable - 1.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- System.ComponentModel.Annotations - 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
- System.Diagnostics.DiagnosticSource - 4.6.0-preview8.19352.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.0-preview8-27902-02 (parent: Microsoft.Extensions.Logging)
@dotnet-maestro dotnet-maestro bot merged commit 6eef47d into master Jul 2, 2019
@dotnet-maestro dotnet-maestro bot deleted the darc-master-769fb36e-2de6-4540-871b-a9f7104a785b branch July 2, 2019 17:44
dougbu added a commit that referenced this pull request Jul 2, 2019
…'.NET Core 3 Release' channel

- bit surprised this isn't pulling in '3.2.0-beta4-19326-12' but that may come once dotnet/roslyn branches
- see also #16370 and #16385 discussions
dougbu added a commit that referenced this pull request Jul 2, 2019
…n preview 7 (#16394)

- see also #16370 and #16385 discussions
- grab latest from the '.NET Core 3 Release' channel

* Update nullability convention to new nullability metadata
- see https://github.com/dotnet/roslyn/blob/master/docs/features/nullable-metadata.md.
- thanks @roji
dougbu added a commit to dotnet/aspnetcore that referenced this pull request Jul 2, 2019
…n preview 7

- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel
dougbu added a commit to dotnet/extensions that referenced this pull request Jul 2, 2019
…n preview 7

- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel
dougbu added a commit to dotnet/razor that referenced this pull request Jul 2, 2019
…n preview 7

- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel
wtgodbe pushed a commit to dotnet/extensions that referenced this pull request Jul 3, 2019
…n preview 7 (#1916)

- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel
wtgodbe pushed a commit to dotnet/razor that referenced this pull request Jul 3, 2019
…n preview 7 (#727)

* Explicitly reference Roslyn compiler toolset version that will ship in preview 7
- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel

* Use MicrosoftNetCompilersToolsetPackageVersion
wtgodbe pushed a commit to dotnet/aspnetcore that referenced this pull request Jul 3, 2019
…n preview 7 (#11818)

* Explicitly reference Roslyn compiler toolset version that will ship in preview 7
- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel

* Disable tests

* Update PackageVersion property

* Disable last test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants