Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-12-04 17:50:15 +0300
committerViktor Hofer <viktor.hofer@microsoft.com>2019-12-04 17:50:15 +0300
commit35f9b8d188098db49b18e3014a53d910b370503c (patch)
tree3720743c26a5678191ece7bc01c7f2696a9d530b /eng/packaging.targets
parent743dc49e75e953f96cbadd3901562e030b227293 (diff)
[master] Update dependencies from dotnet/arcade Microsoft/vstest (#398)
* Update dependencies from https://github.com/microsoft/vstest build 20191202-02 - Microsoft.NET.Test.Sdk - 16.5.0-preview-20191202-02 * Update dependencies from https://github.com/dotnet/arcade build 20191203.17 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19603.17 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19603.17 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19603.17 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19603.17 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19603.17 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19603.17 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19603.17 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19603.17 - Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk - 5.0.0-beta.19603.17 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19603.17 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19603.17 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19603.17 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19603.17 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19603.17 * Remove manually specified package test TFMs
Diffstat (limited to 'eng/packaging.targets')
-rw-r--r--eng/packaging.targets6
1 files changed, 0 insertions, 6 deletions
diff --git a/eng/packaging.targets b/eng/packaging.targets
index 8ec9e9ef4a7..e0f7edaeac7 100644
--- a/eng/packaging.targets
+++ b/eng/packaging.targets
@@ -1,10 +1,4 @@
<Project>
- <!-- Add validation for netcoreapp5.0 to package build and testing -->
- <ItemGroup>
- <DefaultValidateFramework Include="netcoreapp5.0" RuntimeIDs="@(NETCoreApp30RIDs)" />
- <DefaultValidateFramework Remove="uap10.0.16300" />
- </ItemGroup>
-
<!-- There are some packages where we require only one ref for a specific framework to be present. In order to avoid problems with this package when targetting
dektop with RAR we will make sure there are no exclude=compile references in the package.
For more info, please check issues: