Commit graph

4344 commits

Author SHA1 Message Date
dotnet-maestro[bot]
ff31701be5
[release/3.1.1xx] Update dependencies from dotnet/toolset (#6151)
* Update dependencies from https://github.com/dotnet/toolset build 20200114.10

- Microsoft.Dotnet.Toolset.Internal - 3.1.102-servicing.20064.10

* Remove darc-int feeds.

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2020-01-15 19:23:53 +00:00
DotNet-Bot
01ae0b0872 Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-toolset build 20191217.13
- Microsoft.Dotnet.Toolset.Internal - 3.1.101-servicing.19617.13

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.101-servicing.19617.12 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.101-servicing.19617.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-12-18 02:21:07 +00:00
DotNet-Bot
4513d7c026 Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-toolset build 20191217.9
- Microsoft.Dotnet.Toolset.Internal - 3.1.101-servicing.19617.9

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.101-servicing.19617.12 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-12-18 00:41:20 +00:00
DotNet Bot
e5837fa361 Merge pull request 4898 from darc-internal/release/3.1.1xx-1a8919d3-cda2-437b-9784-4b0111084702 into internal/release/3.1.1xx 2019-12-16 22:08:02 +00:00
DotNet Bot
6c6057a558 Merge pull request 4933 from darc-internal/release/3.1.1xx-e48d237c-3135-44bc-81bc-3d9071bd4925 into internal/release/3.1.1xx 2019-12-16 21:25:31 +00:00
DotNet Bot
c3d285a8d6 Merge pull request 4919 from darc-internal/release/3.1.1xx-eb2bb7a6-212a-41e7-a387-723bfa6646e0 into internal/release/3.1.1xx 2019-12-16 17:07:19 +00:00
DotNet Bot
8024fb99eb Merge pull request 4901 from darc-internal/release/3.1.1xx-fd7543bd-f655-4095-b64e-13fca15ea1a4 into internal/release/3.1.1xx 2019-12-16 05:24:38 +00:00
DotNet Bot
22908d4dba Merge pull request 4881 from darc-internal/release/3.1.1xx-2d45ab9b-9467-462d-9a40-23e1232b68ad into internal/release/3.1.1xx 2019-12-14 21:43:15 +00:00
DotNet Bot
c3256e9afc Merge pull request 4864 from darc-internal/release/3.1.1xx-24157826-ad02-4b74-b758-67ab1c60fd7c into internal/release/3.1.1xx 2019-12-13 18:05:30 +00:00
DotNet Bot
ebf5aa9feb Merge pull request 4855 from darc-internal/release/3.1.1xx-e2001068-286f-4cc1-900d-0cb32526337e into internal/release/3.1.1xx 2019-12-13 01:20:28 +00:00
DotNet Bot
8fa39f08fa Merge pull request 4815 from darc-internal/release/3.1.1xx-8a68546c-0c46-4572-924b-fcb2aea16ba4 into internal/release/3.1.1xx 2019-12-12 17:28:35 +00:00
DotNet Bot
b7f25e1691 Merge pull request 4809 from darc-internal/release/3.1.1xx-f10b1362-5e72-458f-84c0-4e5f3c0bea3c into internal/release/3.1.1xx 2019-12-11 21:41:22 +00:00
DotNet Bot
26018a4589 Merge pull request 4798 from darc-internal/release/3.1.1xx-f874e28c-b396-4bf2-ba05-af8b75876cf0 into internal/release/3.1.1xx 2019-12-11 20:15:33 +00:00
DotNet Bot
6a0324c2c8 Merge pull request 4785 from darc-internal/release/3.1.1xx-d9679d2c-f078-48b8-aed5-c76cc86fd8e8 into internal/release/3.1.1xx 2019-12-11 19:20:03 +00:00
DotNet Bot
54a64c3bc8 Merge pull request 4782 from darc-internal/release/3.1.1xx-5cf01c17-9442-47c8-9136-294940530ab7 into internal/release/3.1.1xx 2019-12-11 04:35:29 +00:00
DotNet Bot
411c47bd5f Merge pull request 4750 from darc-internal/release/3.1.1xx-e5e11180-1618-4315-a523-b7934fb434c1 into internal/release/3.1.1xx 2019-12-11 00:48:20 +00:00
DotNet Bot
cf07661867 Merge pull request 4761 from darc-internal/release/3.1.1xx-a3f652c4-54ef-4301-a394-b9bccc5859ac into internal/release/3.1.1xx 2019-12-10 17:16:42 +00:00
Matt Mitchell
2b6bd1474e Merge remote-tracking branch 'upstream/release/3.0.1xx' into merge-from-release/3.0.1xx 2019-12-09 08:07:02 -08:00
dotnet-maestro[bot]
16041a08d3
Update dependencies from https://github.com/dotnet/arcade build 20191207.3 (#5846)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3
2019-12-08 01:17:21 +00:00
dotnet-maestro[bot]
2beb6e6c15
Update dependencies from https://github.com/dotnet/arcade build 20191207.3 (#5847)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3
2019-12-08 01:12:57 +00:00
Divino César
624ec5e7b3 Augment DownloadFile task to make it able to download from public/private location (#5414)
* Patch to DownloadFile: retries + only use PrivateUri on 404 errors.

* Refactor PrivateURL in GenerateLayout.targets

* Address PR feedback.

* Addressing PR feedback.

* PR feedback

* PR feedback. Bug fix.

* Removing test related typo

* Fixup blob replacement

* Fixup blob replacement

* Broaden usage of read sas token to include PRs
2019-12-07 15:05:24 -08:00
Divino César
4004a7f199 Update dockerrun.sh (#5309) 2019-12-07 07:47:03 -08:00
William Godbe
a3c1db033e
Pin dependency on Core-Setup ref packs to 3.1.0 (#5814)
* Pin dependency on Core-Setup ref packs to 3.1.0

* Fixup core-setup feeds

* Move pinned deps later in file

* Update GenerateLayout to account for pinned packs
2019-12-06 14:56:33 -08:00
dotnet-maestro[bot]
f53322dd53
Update dependencies from https://github.com/dotnet/arcade build 20191205.2 (#5834)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19605.2
2019-12-05 23:01:22 +00:00
dotnet-maestro[bot]
0c0a037663
Update dependencies from https://github.com/dotnet/arcade build 20191205.2 (#5833)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19605.2
2019-12-05 23:01:19 +00:00
dotnet-maestro[bot]
25e6874795
Update dependencies from https://github.com/dotnet/test-templates build 20191120.1 (#5816)
- Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.19570.1
2019-12-05 19:48:26 +00:00
dotnet-maestro[bot]
cef20df33a
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#5794)
* Update dependencies from https://github.com/dotnet/core-setup build 20191126.7

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.7
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19576.7
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19576.7
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19576.7
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19576.7
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19576.7
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19576.7

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19576.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.9
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19576.9
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19576.9
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19576.9
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19576.9
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19576.9
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19576.9

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.19576.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19576.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-12-05 19:44:37 +00:00
dotnet-maestro[bot]
f864fc8dea
Update dependencies from https://github.com/dotnet/core-setup build 20191126.08 (#5795)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19576-08
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19576-08
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-08

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Internal)
2019-12-05 19:43:46 +00:00
dotnet-maestro[bot]
ba831f9396
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5790)
* Update dependencies from https://github.com/dotnet/toolset build 20191126.7

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19576.7

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19576.8
2019-12-05 19:42:18 +00:00
dotnet-maestro[bot]
d28a00f0ba
Update dependencies from https://github.com/aspnet/AspNetCore build 20191125.14 (#5786)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19575.14
- dotnet-user-secrets - 3.1.0-rtm.19575.14
- dotnet-watch - 3.1.0-rtm.19575.14
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19575.14
2019-12-05 19:32:56 +00:00
dotnet-maestro[bot]
7f1f56e98c
Update dependencies from https://github.com/dotnet/arcade build 20191203.16 (#5821)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19603.16
2019-12-05 00:20:40 +00:00
dotnet-maestro[bot]
307fb4cc1e
Update dependencies from https://github.com/dotnet/arcade build 20191203.16 (#5822)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19603.16
2019-12-05 00:18:42 +00:00
dotnet-maestro[bot]
a55d963811
Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (#5800)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
2019-11-28 01:34:22 +00:00
dotnet-maestro[bot]
85a5ef8eef
Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (#5799)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
2019-11-28 01:33:16 +00:00
dotnet-maestro[bot]
9d1b9822c2
Update dependencies from https://github.com/dotnet/core-setup build 20191126.05 (#5792)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19576-05
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19576-05
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-05
2019-11-27 00:45:51 +00:00
dotnet-maestro[bot]
655bd1a02e
Update dependencies from https://github.com/dotnet/core-setup build 20191126.4 (#5791)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19576.4
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19576.4
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19576.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19576.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19576.4
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19576.4
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19576.4
2019-11-26 23:35:44 +00:00
dotnet-maestro[bot]
77416513e4
Update dependencies from https://github.com/dotnet/core-setup build 20191126.03 (#5789)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-03
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19576-03
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19576-03
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19576-03
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19576-03
2019-11-26 22:35:47 +00:00
Daniel Plaisted
24f420c1e8
Merge pull request #5634 from halex2005/nunit3templates-update
NUnit3Templates update
2019-11-26 14:07:24 -08:00
dotnet-maestro[bot]
8703e586c1
Update dependencies from https://github.com/dotnet/toolset build 20191126.5 (#5788)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19576.5
2019-11-26 17:05:46 +00:00
dotnet-maestro[bot]
1e2e7f4fa1
Update dependencies from https://github.com/dotnet/arcade build 20191122.3 (#5766)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19572.3
2019-11-26 16:43:04 +00:00
dotnet-maestro[bot]
f7d368bf46
Update dependencies from https://github.com/dotnet/arcade build 20191122.3 (#5767)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19572.3
2019-11-26 16:39:48 +00:00
dotnet-maestro[bot]
d32a342ff3
Update dependencies from https://github.com/dotnet/core-setup build 20191125.1 (#5783)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19575.1
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19575.1
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19575.1
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19575.1
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19575.1
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19575.1
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19575.1
2019-11-25 19:50:44 +00:00
dotnet-maestro[bot]
78f2d34f5c
Update dependencies from https://github.com/aspnet/AspNetCore build 20191123.3 (#5781)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19573.3
- dotnet-user-secrets - 3.1.0-rtm.19573.3
- dotnet-watch - 3.1.0-rtm.19573.3
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19573.3
2019-11-23 22:20:41 +00:00
dotnet-maestro[bot]
64e6bf8c23
Update dependencies from https://github.com/dotnet/toolset build 20191123.2 (#5780)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19573.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19573.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-23 10:05:41 +00:00
dotnet-maestro[bot]
5803e4291f
Update dependencies from https://github.com/dotnet/toolset build 20191122.25 (#5779)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.25
2019-11-23 08:50:58 +00:00
dotnet-maestro[bot]
a8858b765a
Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.19 (#5778)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19572.19
- dotnet-user-secrets - 3.1.0-rtm.19572.19
- dotnet-watch - 3.1.0-rtm.19572.19
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19572.19
2019-11-23 08:25:41 +00:00
dotnet-maestro[bot]
70aa85c291
Update dependencies from https://github.com/dotnet/core-setup build 20191122.09 (#5777)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-09
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-09
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-09
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-09
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-09

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19572.6 (parent: Microsoft.NETCore.App.Internal)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19572.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-23 08:15:43 +00:00
dotnet-maestro[bot]
33541a04e6
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#5772)
* Update dependencies from https://github.com/dotnet/core-setup build 20191122.6

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19572.6
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19572.6
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19572.6
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19572.6
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19572.6
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19572.6
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19572.6

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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.1-servicing.19572.8
- Microsoft.NETCore.DotNetHostResolver - 3.1.1-servicing.19572.8
- Microsoft.WindowsDesktop.App.Ref - 3.1.1-servicing.19572.8
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.1-servicing.19572.8
- Microsoft.NETCore.App.Host.win-x64 - 3.1.1-servicing.19572.8
- Microsoft.NETCore.App.Internal - 3.1.1-servicing.19572.8
- Microsoft.NETCore.App.Ref - 3.1.1-servicing.19572.8

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19572.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-23 07:26:51 +00:00
dotnet-maestro[bot]
b395dcdb53
Update dependencies from https://github.com/dotnet/toolset build 20191122.21 (#5776)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.21
2019-11-23 07:00:43 +00:00
dotnet-maestro[bot]
828eeb7d1f
Update dependencies from https://github.com/dotnet/core-setup build 20191122.07 (#5774)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-07
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-07
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-07
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-07
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-07
2019-11-23 06:25:42 +00:00
dotnet-maestro[bot]
42f98fff51
Update dependencies from https://github.com/dotnet/toolset build 20191122.20 (#5773)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.20

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19572.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-23 06:20:45 +00:00
dotnet-maestro[bot]
bd9d341985
[release/3.1.1xx] Update dependencies from aspnet/AspNetCore (#5769)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.12

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19572.12
- dotnet-user-secrets - 3.1.0-rtm.19572.12
- dotnet-watch - 3.1.0-rtm.19572.12
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19572.12

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

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19572.16
- dotnet-user-secrets - 3.1.0-rtm.19572.16
- dotnet-watch - 3.1.0-rtm.19572.16
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19572.16
2019-11-23 05:51:48 +00:00
dotnet-maestro[bot]
6875c4de92
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5770)
* Update dependencies from https://github.com/dotnet/toolset build 20191122.15

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.15

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.16
2019-11-23 05:06:53 +00:00
dotnet-maestro[bot]
60b24b9d0d
Update dependencies from https://github.com/dotnet/core-setup build 20191122.05 (#5771)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-05
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-05
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-05

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19572.1 (parent: Microsoft.NETCore.App.Internal)
2019-11-23 04:20:44 +00:00
dotnet-maestro[bot]
bd4beac00f
Update dependencies from https://github.com/dotnet/toolset build 20191122.7 (#5764)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.7
2019-11-22 21:21:05 +00:00
dotnet-maestro[bot]
c1b612dd47
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5758)
* Update dependencies from https://github.com/dotnet/toolset build 20191122.3

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.3

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.4
2019-11-22 12:51:47 +00:00
dotnet-maestro[bot]
1616869d5d
Update dependencies from https://github.com/dotnet/core-setup build 20191122.01 (#5759)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19572-01
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19572-01
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19572-01
2019-11-22 12:25:43 +00:00
dotnet-maestro[bot]
d5af4deef9
Update dependencies from https://github.com/dotnet/toolset build 20191122.2 (#5757)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-22 10:15:40 +00:00
dotnet-maestro[bot]
a69a3cfba2
Update dependencies from https://github.com/dotnet/core-setup build 20191121.10 (#5756)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-10
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-10
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-10
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-10
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-10
2019-11-22 10:10:44 +00:00
dotnet-maestro[bot]
f4638c0515
[release/3.1.1xx] Update dependencies from aspnet/AspNetCore (#5718)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191119.2

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19569.2
- dotnet-user-secrets - 3.1.0-rtm.19569.2
- dotnet-watch - 3.1.0-rtm.19569.2
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19569.2

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

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19571.5
- dotnet-user-secrets - 3.1.0-rtm.19571.5
- dotnet-watch - 3.1.0-rtm.19571.5
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19571.5
2019-11-22 09:31:46 +00:00
dotnet-maestro[bot]
f67b9ccecf
Update dependencies from https://github.com/dotnet/toolset build 20191122.1 (#5755)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19572.1
2019-11-22 08:55:45 +00:00
dotnet-maestro[bot]
46ef82cc30
Update dependencies from https://github.com/dotnet/core-setup build 20191121.09 (#5754)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-09
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-09
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-09
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-09
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-09
2019-11-22 08:25:45 +00:00
dotnet-maestro[bot]
08e690095c
Update dependencies from https://github.com/dotnet/toolset build 20191121.13 (#5753)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.13

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19571.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-22 07:10:40 +00:00
dotnet-maestro[bot]
c2f01c10af
Update dependencies from https://github.com/dotnet/toolset build 20191121.11 (#5752)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.11
2019-11-22 06:05:42 +00:00
dotnet-maestro[bot]
221db29ade
Update dependencies from https://github.com/dotnet/core-setup build 20191121.08 (#5751)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-08
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-08
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-08
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-08
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-08
2019-11-22 05:40:44 +00:00
dotnet-maestro[bot]
50d0e7cfb1
Update dependencies from https://github.com/dotnet/toolset build 20191121.10 (#5750)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.10

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19571.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-22 04:35:40 +00:00
dotnet-maestro[bot]
85cc88b140
Update dependencies from https://github.com/dotnet/core-setup build 20191121.06 (#5749)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-06
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-06
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-06
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-06
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-06

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19571.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-22 03:05:49 +00:00
dotnet-maestro[bot]
af3e3b8f83
Update dependencies from https://github.com/dotnet/core-setup build 20191121.5 (#5747)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19571.5
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19570.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-22 02:30:46 +00:00
dotnet-maestro[bot]
a4236f423d
Update dependencies from https://github.com/dotnet/toolset build 20191121.7 (#5748)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.7

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19571.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-22 02:30:44 +00:00
dotnet-maestro[bot]
51cf2f03cb
Update dependencies from https://github.com/dotnet/toolset build 20191121.6 (#5746)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.6
2019-11-22 01:27:17 +00:00
dotnet-maestro[bot]
98b05000f6
Update dependencies from https://github.com/dotnet/core-setup build 20191121.04 (#5745)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-04
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-04
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-04
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-04
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-04

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.1-servicing.19571.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-22 01:00:45 +00:00
dotnet-maestro[bot]
000db26b0b
Update dependencies from https://github.com/dotnet/toolset build 20191121.5 (#5744)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.5
2019-11-22 00:30:43 +00:00
dotnet-maestro[bot]
a787c9810e
Update dependencies from https://github.com/dotnet/toolset build 20191121.4 (#5742)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.4
2019-11-21 22:25:47 +00:00
dotnet-maestro[bot]
849c440a11
Update dependencies from https://github.com/dotnet/toolset build 20191121.3 (#5741)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19571.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-21 21:50:03 +00:00
dotnet-maestro[bot]
e2180c8c50
Update dependencies from https://github.com/dotnet/toolset build 20191121.2 (#5740)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.2
2019-11-21 20:40:47 +00:00
dotnet-maestro[bot]
4d0064c97c
Update dependencies from https://github.com/dotnet/core-setup build 20191121.02 (#5739)
- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19571-02
- Microsoft.NETCore.DotNetHostResolver - 3.0.2-servicing-19571-02
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.0.2-servicing-19571-02
- Microsoft.NETCore.App.Host.win-x64 - 3.0.2-servicing-19571-02
- Microsoft.NETCore.App.Internal - 3.0.2-servicing-19571-02
2019-11-21 20:15:52 +00:00
dotnet-maestro[bot]
d99f74b344
Update dependencies from https://github.com/dotnet/toolset build 20191120.12 (#5735)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.12
2019-11-21 05:15:50 +00:00
dotnet-maestro[bot]
efa41c7108
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5731)
* Update dependencies from https://github.com/dotnet/toolset build 20191120.8

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.8

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19570.2 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.10

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.0.1-servicing.19570.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19570.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-21 01:06:35 +00:00
dotnet-maestro[bot]
f6f640183e
Update dependencies from https://github.com/dotnet/core-setup build 20191120.3 (#5733)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19570.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0
2019-11-21 01:01:04 +00:00
dotnet-maestro[bot]
b9945282f1
Update dependencies from https://github.com/dotnet/toolset build 20191120.7 (#5730)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19570.7
2019-11-20 22:50:53 +00:00
dotnet-maestro[bot]
7112d62479
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5723)
* Update dependencies from https://github.com/dotnet/toolset build 20191119.4

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19569.4

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19570.6
2019-11-20 22:15:11 +00:00
dotnet-maestro[bot]
7d6fe0f7e0
Update dependencies from https://github.com/dotnet/arcade build 20191119.2 (#5729)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19569.2
2019-11-20 21:35:33 +00:00
dotnet-maestro[bot]
5b36a101bb
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5727)
* Update dependencies from https://github.com/dotnet/toolset build 20191120.3

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19570.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19570.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.5

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19570.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-20 21:21:33 +00:00
dotnet-maestro[bot]
c45806b207
Update dependencies from https://github.com/dotnet/arcade build 20191119.2 (#5728)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19569.2
2019-11-20 20:23:26 +00:00
dotnet-maestro[bot]
532a392158
Update dependencies from https://github.com/dotnet/toolset build 20191120.2 (#5726)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.2
2019-11-20 19:10:58 +00:00
dotnet-maestro[bot]
c87cf06944
[release/3.0.1xx] Update dependencies from dotnet/toolset (#5717)
* Update dependencies from https://github.com/dotnet/toolset build 20191119.2

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

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19570.1
2019-11-20 18:32:25 +00:00
dotnet-maestro[bot]
3b48f0ada3
Update dependencies from https://github.com/dotnet/toolset build 20191119.3 (#5720)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19569.3
2019-11-19 15:05:46 +00:00
dotnet-maestro[bot]
196657464d
Update dependencies from https://github.com/dotnet/toolset build 20191119.1 (#5716)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19569.1

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19568.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-19 09:50:54 +00:00
dotnet-maestro[bot]
bb14bbcb76
Update dependencies from https://github.com/dotnet/toolset build 20191118.7 (#5714)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.7
2019-11-19 09:05:03 +00:00
dotnet-maestro[bot]
0996eec117
Update dependencies from https://github.com/dotnet/toolset build 20191118.6 (#5713)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.6

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19568.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-19 08:20:19 +00:00
dotnet-maestro[bot]
d9d82feb4e
Update dependencies from https://github.com/dotnet/core-setup build 20191118.2 (#5712)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19568.2
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-rtm.19568.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19568.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-19 08:05:48 +00:00
dotnet-maestro[bot]
6264078ed1
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5711)
* Update dependencies from https://github.com/dotnet/toolset build 20191118.3

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.3

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19568.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.5

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-rtm.19568.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19568.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-19 07:01:53 +00:00
dotnet-maestro[bot]
915d59d14c
Update dependencies from https://github.com/dotnet/toolset build 20191118.2 (#5708)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.2
2019-11-19 04:00:06 +00:00
dotnet-maestro[bot]
c7efbaf4a7
Update dependencies from https://github.com/dotnet/core-setup build 20191118.1 (#5707)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19568.1
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19568.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-19 03:35:49 +00:00
dotnet-maestro[bot]
b144db6e43
Update dependencies from https://github.com/dotnet/toolset build 20191118.1 (#5706)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19568.1
2019-11-19 02:10:41 +00:00
dotnet-maestro[bot]
cd82f021f4 Update dependencies from https://github.com/dotnet/toolset build 20191116.4 (#5697)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19566.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-16 20:40:40 -08:00
dotnet-maestro[bot]
7feecb2707 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5696)
* Update dependencies from https://github.com/dotnet/toolset build 20191116.3

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19566.3

* fixup
2019-11-16 09:51:42 -08:00
dotnet-maestro[bot]
c35fbe2050
[release/3.1.1xx] Update dependencies from aspnet/AspNetCore (#5694)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.1

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19566.1
- dotnet-user-secrets - 3.1.0-rtm.19566.1
- dotnet-watch - 3.1.0-rtm.19566.1
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19566.1

* fixup
2019-11-16 16:06:21 +00:00
dotnet-maestro[bot]
00f233f50b
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5682)
* Update dependencies from https://github.com/dotnet/toolset build 20191115.2

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.2

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19564.2 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.4

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.3

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.5

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.6

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.7

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.2 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.9

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.3 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.10

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.3 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.14

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.5 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.15

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.6 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.16

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.6 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.18

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.7 (parent: Microsoft.Dotnet.Toolset.Internal)

* templating nuget

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.19

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.NET.Sdk - 3.1.100-rtm.19565.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19565.7 (parent: Microsoft.Dotnet.Toolset.Internal)

* 65f
2019-11-16 09:46:30 +00:00
dotnet-maestro[bot]
445dd2214b
[release/3.1.1xx] Update dependencies from dotnet/core-setup (#5690)
* Update dependencies from https://github.com/dotnet/core-setup build 20191115.2

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19565.2
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NetCore.App.Internal)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-rtm.19564.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-rtm.19565.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

* Add back feed
2019-11-16 09:01:54 +00:00
dotnet-maestro[bot]
8dbe4651fe
Update dependencies from https://github.com/aspnet/AspNetCore build 20191115.5 (#5688)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-rtm.19565.5
- dotnet-user-secrets - 3.1.0-rtm.19565.5
- dotnet-watch - 3.1.0-rtm.19565.5
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-rtm.19565.5
2019-11-15 21:01:13 +00:00
dotnet-maestro[bot]
d75e6108eb
Update dependencies from https://github.com/dotnet/wcf build 20191115.2 (#5689)
- System.ServiceModel.Primitives - 4.7.0
2019-11-15 20:56:35 +00:00
John Beisner
a87477f135
Updating the 3.0 templates from "3.0.0" to "3.0.1" (#5686)
* Updating the 3.0 template installation diretory from "3.0.0" to "3.0.1"
* Adding a NuGet feed to locate the 3.0.1 Asp.Net templates
2019-11-15 12:22:37 -08:00
dotnet-maestro[bot]
4ca0ea8e28
Update dependencies from https://github.com/dotnet/core-setup build 20191114.4 (#5683)
- Microsoft.NETCore.App.Ref - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19564.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
2019-11-15 17:07:55 +00:00
dotnet-maestro[bot]
e4f7cc5207
Update dependencies from https://github.com/dotnet/toolset build 20191115.1 (#5680)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19565.1

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-rtm.19564.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-15 11:05:21 +00:00
dotnet-maestro[bot]
0a24043d69
Update dependencies from https://github.com/aspnet/AspNetCore build 20191114.3 (#5679)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19564.3
- dotnet-user-secrets - 3.1.0-preview3.19564.3
- dotnet-watch - 3.1.0-preview3.19564.3
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-preview3.19564.3
2019-11-15 10:01:57 +00:00
dotnet-maestro[bot]
c74251f1c8
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5677)
* Update dependencies from https://github.com/dotnet/toolset build 20191114.10

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.10

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.11

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-rtm.19564.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-15 09:26:49 +00:00
dotnet-maestro[bot]
06165478e6
Update dependencies from https://github.com/dotnet/core-setup build 20191114.3 (#5678)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19564.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0
2019-11-15 08:31:24 +00:00
dotnet-maestro[bot]
5cd6d37a21
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5675)
* Update dependencies from https://github.com/dotnet/toolset build 20191114.8

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.8

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.9
2019-11-15 05:56:25 +00:00
dotnet-maestro[bot]
3a5cf460de
Update dependencies from https://github.com/dotnet/wcf build 20191114.3 (#5674)
- System.ServiceModel.Primitives - 4.7.0
2019-11-15 05:50:27 +00:00
dotnet-maestro[bot]
2d39e06607
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5673)
* Update dependencies from https://github.com/dotnet/toolset build 20191114.6

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19564.6

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-rtm.19564.7

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19564.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-15 04:36:57 +00:00
dotnet-maestro[bot]
fb9d6e244b Update dependencies from https://github.com/dotnet/toolset build 20191113.5 (#5660)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19563.5
2019-11-13 14:03:07 -08:00
dotnet-maestro[bot]
6d8facc270 Update dependencies from https://github.com/dotnet/toolset build 20191113.3 (#5657)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19563.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19563.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-13 11:49:35 -08:00
dotnet-maestro[bot]
a0c1b21f77 [release/3.1.1xx] Update dependencies from aspnet/AspNetCore (#5654)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191112.9

- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19562.9
- dotnet-user-secrets - 3.1.0-preview3.19562.9
- dotnet-watch - 3.1.0-preview3.19562.9
- Microsoft.AspNetCore.App.Ref - 3.1.0
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0
- dotnet-dev-certs - 3.1.0-preview3.19562.9

* Fix typo
2019-11-13 08:38:15 -08:00
dotnet-maestro[bot]
fb76b9a7d1
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5652)
* Update dependencies from https://github.com/dotnet/toolset build 20191112.21

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.21

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.10 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19563.1

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.10 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-13 10:01:54 +00:00
dotnet-maestro[bot]
782374165f [release/3.1.1xx] Update dependencies from dotnet/toolset (#5651)
* Update dependencies from https://github.com/dotnet/toolset build 20191112.17

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.17

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.18

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.19

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.8 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.20

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.8 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.9 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 21:24:58 -08:00
dotnet-maestro[bot]
e1ddaad395
Update dependencies from https://github.com/aspnet/AspNetCore build 20191112.6 (#5649)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19562.6
- dotnet-user-secrets - 3.1.0-preview3.19562.6
- dotnet-watch - 3.1.0-preview3.19562.6
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19562.6
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19562.6
- dotnet-dev-certs - 3.1.0-preview3.19562.6
2019-11-13 04:11:06 +00:00
dotnet-maestro[bot]
7751913b03 Update dependencies from https://github.com/dotnet/toolset build 20191112.16 (#5650)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.16

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.8 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 19:49:33 -08:00
dotnet-maestro[bot]
f67d1081ee Update dependencies from https://github.com/dotnet/toolset build 20191112.15 (#5647)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.15

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.7 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 19:09:16 -08:00
dotnet-maestro[bot]
21b68d82bc
Update dependencies from https://github.com/dotnet/toolset build 20191112.13 (#5645)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.13
2019-11-12 22:50:55 +00:00
dotnet-maestro[bot]
505175361a Update dependencies from https://github.com/dotnet/toolset build 20191112.12 (#5644)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.12

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 13:30:15 -08:00
dotnet-maestro[bot]
a6e50e69f4
Update dependencies from https://github.com/dotnet/core-setup build 20191112.4 (#5643)
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19562.4
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0 (parent: Microsoft.NetCore.App.Internal)
2019-11-12 21:15:48 +00:00
dotnet-maestro[bot]
0074ee667a Update dependencies from https://github.com/dotnet/toolset build 20191112.11 (#5642)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.11
2019-11-12 12:14:18 -08:00
dotnet-maestro[bot]
8e26975337
Update dependencies from https://github.com/aspnet/AspNetCore build 20191112.2 (#5640)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19562.2
- dotnet-user-secrets - 3.1.0-preview3.19562.2
- dotnet-watch - 3.1.0-preview3.19562.2
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19562.2
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19562.2
- dotnet-dev-certs - 3.1.0-preview3.19562.2
2019-11-12 20:01:58 +00:00
dotnet-maestro[bot]
65aabed299
Update dependencies from https://github.com/dotnet/toolset build 20191112.10 (#5641)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.10

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19562.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 17:35:41 +00:00
dotnet-maestro[bot]
e068755c20
Update dependencies from https://github.com/dotnet/toolset build 20191112.8 (#5638)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.8

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 16:10:43 +00:00
akharlov
fcd764070c update dependencies versions, fixed condition to use latest Microsoft.NET.Test.Sdk on netcorepp2+ 2019-11-12 18:05:45 +05:00
dotnet-maestro[bot]
9bb6cea818
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5633)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.29

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.29

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.1

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.12 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.1 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.3

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19562.4

* Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19562.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 10:51:43 +00:00
dotnet-maestro[bot]
8a6f1989cc Update dependencies from https://github.com/aspnet/AspNetCore build 20191111.15 (#5632)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19561.15
- dotnet-user-secrets - 3.1.0-preview3.19561.15
- dotnet-watch - 3.1.0-preview3.19561.15
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19561.15
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.15
- dotnet-dev-certs - 3.1.0-preview3.19561.15
2019-11-12 01:05:09 -08:00
dotnet-maestro[bot]
17293ba4bc Update dependencies from https://github.com/dotnet/core-setup build 20191111.7 (#5630)
- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19561.7
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19561.7
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0-preview3.19561.7
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview3.19561.7
- Microsoft.WindowsDesktop.App.Ref - 3.1.0-preview3.19561.7
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview3.19561.7
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.7

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview3.19561.8 (parent: Microsoft.NetCore.App.Internal)
2019-11-12 00:33:09 -08:00
dotnet-maestro[bot]
7dc64d13b5
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5631)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.27

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.27

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.28

* Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 08:25:08 +00:00
dotnet-maestro[bot]
4114beec2f
[release/3.1.1xx] Update dependencies from dotnet/toolset (#5629)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.22

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.22

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.23

* Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.4 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.24

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.25

* Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.11 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.26

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.4 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.10 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-12 07:46:40 +00:00
dotnet-maestro[bot]
88b9d62151 Update dependencies from https://github.com/aspnet/AspNetCore build 20191111.14 (#5628)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19561.14
- dotnet-user-secrets - 3.1.0-preview3.19561.14
- dotnet-watch - 3.1.0-preview3.19561.14
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19561.14
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.14
- dotnet-dev-certs - 3.1.0-preview3.19561.14
2019-11-11 22:41:26 -08:00
dotnet-maestro[bot]
ff6ccb7ccf [release/3.1.1xx] Update dependencies from dotnet/toolset (#5627)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.19

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.19

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.8 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.20

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.9 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.21

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.3 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.9 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 22:07:10 -08:00
dotnet-maestro[bot]
1db6d6e50b Update dependencies from https://github.com/dotnet/core-setup build 20191111.5 (#5625)
- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19561.5
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19561.5
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0-preview3.19561.5
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview3.19561.5
- Microsoft.WindowsDesktop.App.Ref - 3.1.0-preview3.19561.5
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview3.19561.5
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.5

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview3.19561.4 (parent: Microsoft.NetCore.App.Internal)
2019-11-11 20:41:08 -08:00
dotnet-maestro[bot]
2b9765f7c5 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5624)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.16

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.16

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.17

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.18

* Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 20:22:49 -08:00
dotnet-maestro[bot]
96c2ccfed6 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5623)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.11

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.11

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.12

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.13

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.14

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.15

* Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.6 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 19:48:59 -08:00
dotnet-maestro[bot]
7c814f5759 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5621)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.9

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.9

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.10

* Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19561.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 19:02:58 -08:00
dotnet-maestro[bot]
08ac1f488d
Update dependencies from https://github.com/dotnet/core-setup build 20191111.4 (#5620)
- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19561.4
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19561.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0-preview3.19561.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview3.19561.4
- Microsoft.WindowsDesktop.App.Ref - 3.1.0-preview3.19561.4
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview3.19561.4
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.4

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.0-preview3.19561.3 (parent: Microsoft.NetCore.App.Internal)
- Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-preview1.19557.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.0-preview2.19558.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
2019-11-12 02:35:59 +00:00
dotnet-maestro[bot]
86eacbbb70 Update dependencies from https://github.com/aspnet/AspNetCore build 20191111.6 (#5619)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19561.6
- dotnet-user-secrets - 3.1.0-preview3.19561.6
- dotnet-watch - 3.1.0-preview3.19561.6
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19561.6
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.6
- dotnet-dev-certs - 3.1.0-preview3.19561.6
2019-11-11 18:20:52 -08:00
dotnet-maestro[bot]
a042d8a5ce
Update dependencies from https://github.com/dotnet/toolset build 20191111.8 (#5618)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.8
2019-11-12 02:05:28 +00:00
dotnet-maestro[bot]
1ab8137618 Update dependencies from https://github.com/dotnet/toolset build 20191111.7 (#5617)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.7
2019-11-11 15:39:50 -08:00
dotnet-maestro[bot]
90546a25da
Update dependencies from https://github.com/dotnet/toolset build 20191111.5 (#5616)
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19561.5

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19561.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 23:00:53 +00:00
dotnet-maestro[bot]
3baf993218 Update dependencies from https://github.com/dotnet/core-setup build 20191111.2 (#5615)
- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0-preview3.19561.2
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview3.19561.2
- Microsoft.WindowsDesktop.App.Ref - 3.1.0-preview3.19561.2
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.2
2019-11-11 14:47:58 -08:00
dotnet-maestro[bot]
217e67a4a9
Update dependencies from https://github.com/dotnet/toolset build 20191111.4 (#5612)
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.4

Dependency coherency updates

- Microsoft.NET.Sdk - 3.1.100-preview3.19561.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 22:21:14 +00:00
dotnet-maestro[bot]
0b801c8f8b Update dependencies from https://github.com/aspnet/AspNetCore build 20191111.3 (#5614)
- VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 - 3.1.0-preview3.19561.3
- dotnet-user-secrets - 3.1.0-preview3.19561.3
- dotnet-watch - 3.1.0-preview3.19561.3
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19561.3
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.3
- dotnet-dev-certs - 3.1.0-preview3.19561.3
2019-11-11 14:04:48 -08:00
William Li
5b6e4a9fbb
Merge pull request #5611 from wli3/release/3.1.1xx-release/3.0.1xx-11-11-2019
Release/3.1.1xx release/3.0.1xx 11 11 2019
2019-11-11 13:52:04 -08:00
dotnet-maestro[bot]
8d09f0d403 [release/3.1.1xx] Update dependencies from dotnet/toolset (#5609)
* Update dependencies from https://github.com/dotnet/toolset build 20191111.2

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19555.3 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19561.3

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19555.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-11 12:43:22 -08:00
William Li
bfc1b10150 Merge branch 'release/3.0.1xx' into release/3.1.1xx-release/3.0.1xx-11-11-2019 2019-11-11 12:33:48 -08:00
William Li
b6eeb93ece Revert "Remove rhel.6"
This reverts commit 58537a3b9f9d2bf77e85a5db7f07da38c72ce14f.
2019-11-11 10:55:07 -08:00