Commit Graph

7 Commits

Author SHA1 Message Date
dotnet-maestro-bot e775cde6dd [automated] Merge branch 'release/3.0' => 'release/3.1' (#2748)
* [release/3.0] Update dependencies from dotnet/core-setup (#2719)

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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-03

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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-05

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

- Microsoft.NETCore.App.Runtime.win-x64 - 3.0.2-servicing-19576-08

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.0.1-servicing.19576.7 (parent: Microsoft.NETCore.App.Runtime.win-x64)

* Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (#2729)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19577.5
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19577.5

* Build implementation projects against ref assemblies

* Add explicit references in tests, where needed
2019-12-04 17:07:43 -08:00
John Luo 31b0a53a9f Support netcoreapp3.1 TFM (#2336)
* Support netcoreapp3.1 TFM

* Unpin SDK for source build

* Update to preview1 branding
2019-09-12 22:34:52 -07:00
Nate McMaster 92ead8b790 Disable transitive project references in test projects (#1834) 2019-06-13 16:27:19 -07:00
Nate McMaster c24730c51e Merge branch 'release/2.2' 2019-01-07 16:23:11 -08:00
Nate McMaster c94d063eb8 Merge branch 'release/2.1' into release/2.2 2019-01-07 15:58:24 -08:00
Nate McMaster 88865365b3 Remove netcoreapp2.0 test TFMs (#907)
.NET Core 2.0 reached EOL last year. This removes multi-targeting our test projects and test assets to only use .NET Core 2.1 and .NET Framework 4.6.1.
2019-01-07 15:52:44 -08:00
Nate McMaster 018907bec0 Reorganize source code in preparation to move into aspnet/Extensions
Prior to reorganization, this source code was found in 8270c54522
2018-11-06 14:13:18 -08:00