Commit graph

14685 commits

Author SHA1 Message Date
dotnet-maestro[bot]
7e7edccc7c
Update dependencies from https://github.com/dotnet/toolset build 20191003.12 (#5099)
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.12
2019-10-04 16:05:00 +00:00
Nick Guerrera
c1a614ae66
Merge pull request #5082 from nguerrera/servicing-readiness
Prepare for 3.0.101 servicing
2019-10-04 08:37:40 -07:00
dotnet-maestro[bot]
d6f09906f1
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5107)
* Update dependencies from https://github.com/dotnet/toolset build 20191004.6

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.6

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191004.7

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.7

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-04 15:01:33 +00:00
dotnet-maestro[bot]
16e07b44ed
Update dependencies from https://github.com/dotnet/toolset build 20191004.4 (#5106)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.4

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview1.19504.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-04 13:05:41 +00:00
dotnet-maestro[bot]
0e58699620
Update dependencies from https://github.com/dotnet/toolset build 20191004.3 (#5105)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19504.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-04 11:40:46 +00:00
dotnet-maestro[bot]
02dbcb34c5
Update dependencies from https://github.com/dotnet/toolset build 20191004.1 (#5103)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19504.1
2019-10-04 10:25:40 +00:00
Nick Guerrera
1a42271c69 Update dependencies from .NET Core 3 Release 2019-10-03 22:57:58 -07:00
Nick Guerrera
0f52aed34c Prepare for 3.0.1xx servicing
We were bumping targeting pack, framework-dependent default
runtime version, and self-contained default (latest) runtime
version in unison. This only works for previews where these
versions are all the same always. Now that we're servicing 3.0,
we:

1. Pin targeting packs to 3.0.0
2. Fix default framework-dependent runtime version at 3.0.0

This change also:

* Removes dependencies on legacy/internal netcoreapp packages. We
  now use Microsoft.NETCore.App.Internal version exclusively to
  calculate the blob storage path for core-setup.

* Uses PackageDownload for all templates, including
  latest. PackageReference had been used for latest only because
  it hid another bug with the netcoreapp reference of
  redist.csproj that is fixed here. That reference is now a
  FrameworkReference as it should be.

* Removes a bunch of shenanigans from
  GenerateBundledVersions.props that were causing issues with
  above. One casualty of that is that we hard code the RID lists
  for runtime pack, which I don't think is too bad, and actually
  will make it easier to merge in source build patches.

* Cleans up how runtime and targeting pack versions are
  referenced throughout, removing incorrect assumptions about
  them being the same.

* Incorporates a prior closed PR to use suffixed version for blob
  storage, even when assets coming from blob storage are
  stabilized. It needed changes to merge with this.

Note:

* A similar theoretical servicing issue exists for the versions
  of apphost, hostfxr, shared host, which are still assumed to be
  the same as the runtime version in several places. If we choose
  to service those independently, more work is required.

* There will be a 3.0.1 ASP.NET targeting pack, and so we will
  have to unpin that once it is ready. This change establishes
  the baseline of all targeting packs being pinnned, and they can
  be unpinned in the (hopefully rare) cases where they need to be
  serviced.
2019-10-03 22:57:58 -07:00
dotnet-maestro[bot]
630bfccd29
Update dependencies from https://github.com/aspnet/AspNetCore build 20191003.31 (#5098)
- dotnet-user-secrets - 3.1.0-preview1.19503.31
- dotnet-watch - 3.1.0-preview1.19503.31
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview1.19503.31
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview1.19503.31
- dotnet-dev-certs - 3.1.0-preview1.19503.31
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.0-preview1.19503.31
2019-10-04 05:55:38 +00:00
dotnet-maestro[bot]
776c42b312 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5093)
* Update dependencies from https://github.com/dotnet/toolset build 20191003.6

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19503.6

* Update dependencies from https://github.com/dotnet/toolset build 20191003.8

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19503.8

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19503.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-03 17:57:42 -07:00
dotnet-maestro[bot]
439c617a55
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5094)
* Update dependencies from https://github.com/dotnet/toolset build 20191003.9

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.9

* Update dependencies from https://github.com/dotnet/toolset build 20191003.10

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.10

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19503.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-04 00:26:17 +00:00
dotnet-maestro[bot]
56a3333f55 Update dependencies from https://github.com/dotnet/toolset build 20191003.5 (#5092)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19503.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview1.19503.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-03 15:02:59 -07:00
John Beisner
1a7f735b3e
Enabling ASP.NET targeting pack and shared framework in RPM/DEB native installers. (#5090) 2019-10-03 14:37:59 -07:00
dotnet-maestro[bot]
9749981e6f
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5079)
* Update dependencies from https://github.com/dotnet/toolset build 20191002.16

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.16

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.8 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191003.3

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.8 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191003.4

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19503.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19503.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-03 16:42:55 +00:00
dotnet-maestro[bot]
262a91cb43
Update dependencies from https://github.com/dotnet/toolset build 20191003.1 (#5088)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19503.1
2019-10-03 08:50:44 +00:00
dotnet-maestro[bot]
f2ef638015
Update dependencies from https://github.com/dotnet/toolset build 20191002.20 (#5087)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.20
2019-10-03 07:46:13 +00:00
dotnet-maestro[bot]
7b26e35c70
Update dependencies from https://github.com/dotnet/toolset build 20191002.17 (#5083)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.17

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19502.10 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-03 04:20:38 +00:00
Nick Guerrera
2ec4bc35ba
Merge pull request #5067 from nguerrera/fix-self-contained-3.1
Fix typo causing 3.1 ASP.NET runtime pack to not be found
2019-10-02 20:01:31 -07:00
dotnet-maestro[bot]
2aeb92223d
[release/3.1.1xx] Update dependencies from aspnet/AspNetCore (#5066)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191002.1

- dotnet-user-secrets - 3.1.0-preview1.19502.1
- dotnet-watch - 3.1.0-preview1.19502.1
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview1.19502.1
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview1.19502.1
- dotnet-dev-certs - 3.1.0-preview1.19502.1
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.0-preview1.19502.1

* Update dependencies from https://github.com/aspnet/AspNetCore build 20191002.13

- dotnet-user-secrets - 3.1.0-preview1.19502.13
- dotnet-watch - 3.1.0-preview1.19502.13
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview1.19502.13
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview1.19502.13
- dotnet-dev-certs - 3.1.0-preview1.19502.13
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.0-preview1.19502.13
2019-10-03 02:49:50 +00:00
dotnet-maestro[bot]
3f257d4df7
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5077)
* Update dependencies from https://github.com/dotnet/toolset build 20191002.13

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.13

* Update dependencies from https://github.com/dotnet/toolset build 20191002.15

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.15
2019-10-03 00:00:10 +00:00
dotnet-maestro[bot]
03042aa674
Update dependencies from https://github.com/dotnet/core-setup build 20191002.09 (#5075)
- Microsoft.NETCore.App.Ref - 3.0.1-servicing-19502-09
- Microsoft.NETCore.App - 3.0.1-servicing-19502-09
- NETStandard.Library.Ref - 2.1.0-servicing-19502-09
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1-servicing-19502-09
- Microsoft.NETCore.DotNetHostResolver - 3.0.1-servicing-19502-09
- Microsoft.NETCore.DotNetAppHost - 3.0.1-servicing-19502-09
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1-servicing-19502-09
- Microsoft.WindowsDesktop.App - 3.0.1-servicing-19502-09
2019-10-02 22:25:42 +00:00
dotnet-maestro[bot]
21e1457e2d
Update dependencies from https://github.com/dotnet/toolset build 20191002.12 (#5074)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.12

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19502.6 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 22:21:06 +00:00
Nick Guerrera
7c72c6cb8d Fix typo causing 3.1 ASP.NET runtime pack to not be found 2019-10-02 12:42:28 -07:00
Nick Guerrera
421ec230d0 Add self-contained end-to-end coverage
Also, re-enable skipped test and remove unnecessary workarounds
2019-10-02 12:32:23 -07:00
msftbot[bot]
48f4f207ea
Merge pull request #5046 from dotnet/merges/release/3.0.1xx-to-release/3.1.1xx
Merge release/3.0.1xx to release/3.1.1xx
2019-10-02 17:51:27 +00:00
John Beisner
3623a38fb0
Merge branch 'release/3.1.1xx' into merges/release/3.0.1xx-to-release/3.1.1xx 2019-10-02 09:49:29 -07:00
dotnet-maestro[bot]
6174295324 Update dependencies from https://github.com/aspnet/AspNetCore build 20191001.11 (#5058)
- dotnet-user-secrets - 3.1.0-preview1.19501.11
- dotnet-watch - 3.1.0-preview1.19501.11
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview1.19501.11
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.11
- dotnet-dev-certs - 3.1.0-preview1.19501.11
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.0-preview1.19501.11
2019-10-02 09:23:28 -07:00
dotnet-maestro[bot]
ff183e5bdc
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5060)
* Update dependencies from https://github.com/dotnet/toolset build 20191002.3

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19502.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191002.4

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19502.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191002.6

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.6

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19502.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 15:53:49 +00:00
dotnet-maestro[bot]
383b1ae5fd
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#5054)
* Update dependencies from https://github.com/dotnet/core-setup build 20191001.22

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19501.22
- Microsoft.NETCore.App - 3.1.0-preview1.19501.22
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19501.22
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19501.22
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19501.22
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19501.22
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.22

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19501.8 (parent: Microsoft.NetCore.App)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-preview1.19477.1 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-preview1.19501.3 (parent: Microsoft.WindowsDesktop.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20191001.24

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19501.24
- Microsoft.NETCore.App - 3.1.0-preview1.19501.24
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19501.24
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19501.24
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19501.24
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19501.24
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.24

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19501.8 (parent: Microsoft.NetCore.App)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-preview1.19501.1 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-preview1.19501.6 (parent: Microsoft.WindowsDesktop.App)
2019-10-02 15:50:20 +00:00
dotnet-maestro[bot]
c49870c18a
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5062)
* Update dependencies from https://github.com/dotnet/toolset build 20191002.5

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.5

* Update dependencies from https://github.com/dotnet/toolset build 20191002.7

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19502.7

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19502.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 13:46:41 +00:00
dotnet-maestro[bot]
cbc334e437
Update dependencies from https://github.com/dotnet/core-setup build 20191002.01 (#5061)
- Microsoft.NETCore.App.Ref - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App - 3.0.1-servicing-19502-01
- NETStandard.Library.Ref - 2.1.0-servicing-19502-01
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetHostResolver - 3.0.1-servicing-19502-01
- Microsoft.NETCore.DotNetAppHost - 3.0.1-servicing-19502-01
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.1-servicing-19502-01
- Microsoft.WindowsDesktop.App - 3.0.1-servicing-19502-01

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19501.4 (parent: Microsoft.NetCore.App)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19480.1 (parent: Microsoft.WindowsDesktop.App)
2019-10-02 11:05:55 +00:00
dotnet-maestro[bot]
3e9c4d7b87
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5055)
* Update dependencies from https://github.com/dotnet/toolset build 20191001.21

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.21

* Update dependencies from https://github.com/dotnet/toolset build 20191002.1

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19502.1

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.15 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 08:16:25 +00:00
dotnet-maestro[bot]
0b90d76f39 [release/3.1.1xx] Update dependencies from dotnet/core-setup (#5047)
* Update dependencies from https://github.com/dotnet/core-setup build 20191001.9

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19501.9
- Microsoft.NETCore.App - 3.1.0-preview1.19501.9
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19501.9
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19501.9
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19501.9
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19501.9
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.9

* Update dependencies from https://github.com/dotnet/core-setup build 20191001.13

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19501.13
- Microsoft.NETCore.App - 3.1.0-preview1.19501.13
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19501.13
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19501.13
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19501.13
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19501.13
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.13

* Update dependencies from https://github.com/dotnet/core-setup build 20191001.15

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19501.15
- Microsoft.NETCore.App - 3.1.0-preview1.19501.15
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19501.15
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19501.15
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19501.15
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19501.15
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19501.15

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19501.5 (parent: Microsoft.NetCore.App)
2019-10-01 21:47:42 -07:00
dotnet-maestro[bot]
f90da6f9d6 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5049)
* Update dependencies from https://github.com/dotnet/toolset build 20191001.11

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.11

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.5 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.12

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.12

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.5 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.13

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.13

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.9 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.16

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.16

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.15

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.15

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.9 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.17

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.17

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.19

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.19

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview1.19501.11 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-01 21:47:31 -07:00
dotnet-maestro[bot]
882fe2afa0
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5052)
* Update dependencies from https://github.com/dotnet/toolset build 20191001.18

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.18

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.12 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20191001.20

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.20

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.12 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-02 04:17:13 +00:00
John Beisner
941401b85e
Template versioning needs to flow into core-sdk (#5042)
* Updating templates version; fixing the versions flow.

* Using: 'NUnit3DotNetNewTemplatePackageVersion'

* Remove 'CoherentParentDependency'
2019-10-01 14:04:26 -07:00
Divino César
57c03e2caf Download blobs from MSRC storage & Add CredProvider to Dockerfiles (#4753)
* Download core-setup files from MSRC storage

Add support for downloading core-setup files from an authenticated endpoint

* Update GenerateLayout.targets

* Adding changes to pass SAS token around

* Add credential provider to Dockerfile's

* Update after PR feedback

* Add comments about approach

* Copy NuGet config variables
2019-10-01 13:22:33 -07:00
dotnet-maestro[bot]
fed9ecf474
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5034)
* Update dependencies from https://github.com/dotnet/toolset build 20191001.3

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.3

* Update dependencies from https://github.com/dotnet/toolset build 20191001.8

- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19501.8

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-01 19:25:24 +00:00
msftbot[bot]
dde28e7af6
Merge pull request #5036 from dotnet/merges/release/3.0.1xx-to-release/3.1.1xx
Merge release/3.0.1xx to release/3.1.1xx
2019-10-01 17:25:32 +00:00
dotnet-maestro[bot]
82b52ad4d0
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5033)
* Update dependencies from https://github.com/dotnet/toolset build 20190930.10

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19480.10

* Update dependencies from https://github.com/dotnet/toolset build 20191001.1

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.1

* Update dependencies from https://github.com/dotnet/toolset build 20191001.2

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.2

* Update dependencies from https://github.com/dotnet/toolset build 20191001.4

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.4

* Update dependencies from https://github.com/dotnet/toolset build 20191001.5

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19501.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview1.19501.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-10-01 13:03:16 +00:00
dotnet-maestro[bot]
b40c1e69b5
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#5030)
* Update dependencies from https://github.com/dotnet/core-setup build 20190930.22

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19480.22
- Microsoft.NETCore.App - 3.1.0-preview1.19480.22
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19480.22
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19480.22
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19480.22
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19480.22
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19480.22

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19480.10 (parent: Microsoft.NetCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190930.25

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19480.25
- Microsoft.NETCore.App - 3.1.0-preview1.19480.25
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19480.25
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19480.25
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19480.25
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19480.25
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19480.25

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19480.10 (parent: Microsoft.NetCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190930.27

- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19480.27
- Microsoft.NETCore.App - 3.1.0-preview1.19480.27
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19480.27
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19480.27
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19480.27
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19480.27
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19480.27

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19480.14 (parent: Microsoft.NetCore.App)
2019-10-01 10:08:00 +00:00
dotnet-maestro[bot]
3ca3abc0dd
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5026)
* Update dependencies from https://github.com/dotnet/toolset build 20190930.5

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19480.5

* Update dependencies from https://github.com/dotnet/toolset build 20190930.8

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19480.8

* Update dependencies from https://github.com/dotnet/toolset build 20190930.9

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview1.19480.9
2019-10-01 05:32:34 +00:00
Nick Guerrera
cdc559f959
Merge pull request #5020 from dotnet/merges/release/3.0.1xx-to-release/3.1.1xx
Merge release/3.0.1xx to release/3.1.1xx
2019-09-30 21:39:38 -07:00
Nick Guerrera
af31cf657d
React to 3.0 dev channel removal (#5022) 2019-09-30 21:04:19 -07:00
Nick Guerrera
4587faf037
React to 3.0 dev channel removal (#5021) 2019-09-30 21:03:31 -07:00
dotnet-maestro[bot]
df5aef5b61
Update dependencies from https://github.com/dotnet/core-setup build 20190930.12 (#5025)
- Microsoft.NETCore.App.Ref - 3.1.0-preview1.19480.12
- Microsoft.NETCore.App - 3.1.0-preview1.19480.12
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview1.19480.12
- Microsoft.WindowsDesktop.App - 3.1.0-preview1.19480.12
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview1.19480.12
- Microsoft.NETCore.DotNetAppHost - 3.1.0-preview1.19480.12
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview1.19480.12

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview1.19480.7 (parent: Microsoft.NetCore.App)
2019-10-01 00:20:44 +00:00
Nick Guerrera
0c48280d92
Remove unnecessary feeds 2019-09-30 14:27:34 -07:00
Nick Guerrera
e9390559ff
Merge branch 'release/3.1.1xx' into merges/release/3.0.1xx-to-release/3.1.1xx 2019-09-30 14:18:13 -07:00
Nick Guerrera
5d39f74105
Merge pull request #4353 from dotnet/merges/release/3.0.1xx-to-release/3.1.1xx
Merge release/3.0.1xx to release/3.1.1xx
2019-09-30 13:42:33 -07:00
Nick Guerrera
0ef7c20be6 Fix missing download for Microsoft.DotNet.Web.ItemTemplates 3.0 2019-09-30 13:11:18 -07:00