dotnet-maestro[bot]
df33ca46c6
[master] Update dependencies from dotnet/arcade ( #5563 )
...
* Update dependencies from https://github.com/dotnet/arcade build 20191105.7
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19555.7
* Update dependencies from https://github.com/dotnet/arcade build 20191106.10
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19556.10
* Update dependencies from https://github.com/dotnet/arcade build 20191107.20
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19557.20
2019-11-08 23:46:49 +00:00
dotnet-maestro[bot]
3a1fd7236a
Update dependencies from https://github.com/aspnet/AspNetCore build 20191105.3 ( #5558 )
...
- dotnet-user-secrets - 5.0.0-alpha1.19555.3
- dotnet-watch - 5.0.0-alpha1.19555.3
- Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19555.3
- Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19555.3
- dotnet-dev-certs - 5.0.0-alpha1.19555.3
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19555.3
2019-11-08 23:29:16 +00:00
Nick Guerrera
094772592c
Merge pull request #5581 from mmitche/update-implicit-package-versions-master
...
[master] Update implicit package versions for 2.2.7 and 2.1.14 (#5566 )
2019-11-08 15:04:01 -08:00
Matt Mitchell
bc5f8df0f5
Download from blob storage ( #5586 )
...
Do not use the CDN as this can cause caching issues if bits have to be overwritten (which should not happen automatically, but may happen manually in certain cases)
2019-11-08 14:24:42 -08:00
wtgodbe
7bb582ed3d
Merge release/3.0.1xx into branch
2019-11-08 14:07:20 -08:00
William Li
7605982306
Set DOTNET_ROOT in tests ( #5584 )
2019-11-08 14:02:01 -08:00
William Li
5e444258cb
Set DOTNET_ROOT in tests ( #5584 )
2019-11-08 13:58:10 -08:00
Matt Mitchell
36f2678880
Update implicit package versions for 2.2.7 and 2.1.14 ( #5566 )
2019-11-08 08:29:33 -08:00
dotnet-maestro[bot]
a456420130
Update dependencies from https://github.com/dotnet/toolset build 20191108.1
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19558.1
2019-11-08 13:55:22 +00:00
Matt Mitchell
4abb5e7a4f
Move pinned dependencies later in file ( #5579 )
...
Under the current CPD algorithm, which uses first found, work around issues with pinned dependencies by moving them after other dependencies from the same repository
2019-11-07 21:48:56 -08:00
Nick Guerrera
0ccf95c316
Fix up download table in README.md ( #5379 )
...
Remove branches that are no longer supported, fix merge errors
2019-11-07 17:21:17 -08:00
Omair Majid
17b5d95d8b
Enable building on arm64 machines ( #4102 )
...
With this commit, I can build core-sdk on RHEL 8 on arm64 directly,
without cross compilation.
Bump the sourcelink version to pick up the ability to parse git info
without depending on libgit2sharp. This allows sourcelink to work on
arm64. The version is the same as the one recently added to core-setup:
https://github.com/dotnet/core-setup/pull/7696
Introduce a new 'BuildArchitecture' msbuild property that contains the host
architecture (arm64, x64, etc). This is the architecture of the
currently running machine, and may be different from the architecture we
are targetting in the case of cross compilation.
There's a gotcha with BuildArchitecture: under Visual Studio (an x86) process,
we generally want a x64 architecture. So try and restrict it to arm64 only.
Use BuildArchitecture to determine whether _crossDir and LibCLRJitRid need to
be special-cased for arm64 or or not.
2019-11-07 10:33:59 -06:00
Matt Mitchell
c8f7bac971
Merge remote-tracking branch 'origin/merge-from-301xx' into merge-from-301xx
2019-11-07 07:43:43 -08:00
Matt Mitchell
fd5b02d5a7
Fixup version property files
2019-11-07 07:42:22 -08:00
Matt Mitchell
960aafbd94
Merge remote-tracking branch 'upstream/release/3.0.1xx' into merge-from-301xx
2019-11-07 07:34:41 -08:00
Matt Mitchell
ebecffa82f
Merge remote-tracking branch 'upstream/release/3.0.1xx' into merge-from-301xx
2019-11-07 07:33:47 -08:00
Matt Mitchell
ec736cbd54
Update implicit package versions for 2.2.7 and 2.1.14 ( #5566 )
2019-11-07 07:05:11 -08:00
dotnet-maestro[bot]
231e7094a8
Update dependencies from https://github.com/dotnet/toolset build 20191107.1
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19557.1
2019-11-07 13:50:21 +00:00
dotnet-maestro[bot]
22495aa28c
Update dependencies from https://github.com/dotnet/toolset build 20191106.6
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19556.6
2019-11-07 03:20:18 +00:00
dotnet-maestro[bot]
7488dc6788
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.8 ( #5573 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.8
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.8
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.8
2019-11-07 00:40:36 +00:00
dotnet-maestro[bot]
b20a66d742
Update dependencies from https://github.com/dotnet/toolset build 20191106.5 ( #5572 )
...
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.5
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-07 00:00:45 +00:00
dotnet-maestro[bot]
c1b49215f2
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.7 ( #5571 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.7
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.7
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.7
2019-11-06 22:00:38 +00:00
dotnet-maestro[bot]
e6e0f7a6f8
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.6 ( #5570 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.6
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.6
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.6
2019-11-06 21:10:35 +00:00
dotnet-maestro[bot]
cb371ff8fc
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.5 ( #5569 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.5
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.5
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.5
2019-11-06 20:10:35 +00:00
dotnet-maestro[bot]
37058993f4
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.4 ( #5568 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.4
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.4
2019-11-06 18:30:36 +00:00
dotnet-maestro[bot]
1e050512b5
[master] Update dependencies from dotnet/toolset ( #5565 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191106.1
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.1
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.1 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191106.3
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.3
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.3 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191106.4
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.4
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.4 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-06 18:23:02 +00:00
dotnet-maestro[bot]
1f94f66835
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.3 ( #5567 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.3
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.3
2019-11-06 17:05:33 +00:00
dotnet-maestro[bot]
07b9e33493
Update dependencies from https://github.com/dotnet/toolset build 20191106.2 ( #5564 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19556.2
2019-11-06 14:25:41 +00:00
dotnet-maestro[bot]
ccc34abfc6
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.2 ( #5562 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.2
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.2
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.2
2019-11-06 13:10:33 +00:00
dotnet-maestro[bot]
8ffc8fa4f0
[master] Update dependencies from dotnet/windowsdesktop ( #5560 )
...
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.6
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.6
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.6
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.6
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.1
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.1
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.1
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.1
2019-11-06 10:37:10 +00:00
dotnet-maestro[bot]
b10d48acc4
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.5 ( #5559 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.5
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.5
2019-11-06 04:30:37 +00:00
dotnet-maestro[bot]
4e29740245
Update dependencies from https://github.com/dotnet/wcf build 20191105.3
...
- System.ServiceModel.Primitives - 4.7.0
2019-11-06 01:05:18 +00:00
dotnet-maestro[bot]
b32d27f4b3
[release/3.1.1xx] Update dependencies from dotnet/toolset ( #5553 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191105.5
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19555.5
* Update dependencies from https://github.com/dotnet/toolset build 20191105.6
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19555.6
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.100-preview3.19555.1 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-05 17:00:47 -08:00
dotnet-maestro[bot]
9d625b9ea4
Update dependencies from https://github.com/dotnet/core-setup build 20191105.5 ( #5556 )
...
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.5
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.5
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.5
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.5
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5
Dependency coherency updates
- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19555.1 (parent: Microsoft.NetCore.App.Internal)
2019-11-06 00:45:36 +00:00
dotnet-maestro[bot]
161162afaf
Update dependencies from https://github.com/aspnet/AspNetCore build 20191105.2 ( #5552 )
...
- dotnet-user-secrets - 3.1.0-preview3.19555.2
- dotnet-watch - 3.1.0-preview3.19555.2
- Microsoft.AspNetCore.App.Ref - 3.1.0-preview3.19555.2
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.1.0-preview3.19555.2
- dotnet-dev-certs - 3.1.0-preview3.19555.2
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.1.0-preview3.19555.2
2019-11-05 22:55:38 +00:00
dotnet-maestro[bot]
ce6d250433
[master] Update dependencies from dotnet/windowsdesktop ( #5551 )
...
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.2
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.2
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.2
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.3
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.3
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.3
2019-11-05 21:26:17 +00:00
dotnet-maestro[bot]
4115eeb46a
Update dependencies from https://github.com/dotnet/core-setup build 20191105.2 ( #5550 )
...
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.2
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.2
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.2
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.2
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2
Dependency coherency updates
- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.10 (parent: Microsoft.NetCore.App.Internal)
2019-11-05 17:00:37 +00:00
dotnet-maestro[bot]
5600154f86
[master] Update dependencies from dotnet/toolset ( #5548 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191105.1
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.1
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.1 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191105.2
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.2
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.2 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-05 15:11:01 +00:00
dotnet-maestro[bot]
9cdce1995d
Update dependencies from https://github.com/dotnet/toolset build 20191105.3 ( #5549 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19555.3
2019-11-05 15:05:58 +00:00
Matt Mitchell
246b25d719
Update dependencies from aspnetcore ( #5547 )
2019-11-05 06:00:52 -08:00
dotnet-maestro[bot]
b63e7ef0c8
Update dependencies from https://github.com/dotnet/core-setup build 20191105.1 ( #5546 )
...
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.1
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.1
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.1
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.1
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1
Dependency coherency updates
- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.9 (parent: Microsoft.NetCore.App.Internal)
2019-11-05 14:00:40 +00:00
dotnet-maestro[bot]
d10fdf4297
Update dependencies from https://github.com/dotnet/arcade build 20191104.3 ( #5545 )
...
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19554.3
2019-11-05 13:37:40 +00:00
dotnet-maestro[bot]
a71f56d248
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.1 ( #5544 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.1
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.1
2019-11-05 11:20:39 +00:00
dotnet-maestro[bot]
0fffbe8f20
Update dependencies from https://github.com/dotnet/core-setup build 20191104.7 ( #5543 )
...
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.7
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.7
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.7
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.7
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7
2019-11-05 09:45:37 +00:00
dotnet-maestro[bot]
a04125b389
Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.7 ( #5542 )
...
- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.7
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.7
2019-11-05 08:20:32 +00:00
Matt Mitchell
a79f31732b
Stabilize package versions ( #5540 )
2019-11-04 22:41:51 -08:00
dotnet-maestro[bot]
17c09ac2b2
Update dependencies from https://github.com/dotnet/toolset build 20191104.11 ( #5541 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19554.11
2019-11-04 22:41:45 -08:00
dotnet-maestro[bot]
8b9de75a22
[release/3.0.1xx] Update dependencies from aspnet/AspNetCore ( #5526 )
...
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.2
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.1
* Fix blob URLs for stabilized ASP.NET 3.0.x
Unpin 3.0.x ASP.NET targeting pack
Revert dotnet-* tools packages to 3.0.0 versions
* Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.7
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.1
* Fix version of the targeting pack
* Fix targeting pack version
2019-11-04 21:42:29 -08:00
dotnet-maestro[bot]
bb1c7619fe
[master] Update dependencies from dotnet/toolset ( #5538 )
...
* Update dependencies from https://github.com/dotnet/toolset build 20191104.9
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.9
Dependency coherency updates
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.9 (parent: Microsoft.Dotnet.Toolset.Internal)
* Update dependencies from https://github.com/dotnet/toolset build 20191104.10
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.10
Dependency coherency updates
- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19554.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.10 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-11-05 05:06:04 +00:00
dotnet-maestro[bot]
21e769f21e
Update dependencies from https://github.com/dotnet/toolset build 20191104.8 ( #5537 )
...
- Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19554.8
2019-11-04 20:36:32 -08:00