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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-05-10 21:57:54 +0300
committerEric St. John <ericstj@microsoft.com>2017-05-10 21:59:11 +0300
commita4ca868738d0bdbedbdf7fc929f8a4e11c3eed3e (patch)
treedbc378aa870f14b402330f426ace334294f91ff9 /pkg
parentfbaec9d7ff37ad3e0b07d8619b8a3fdaf2e66fe0 (diff)
Update CLI to latest that shipped in preview1
Update the CLI we're using to the version shipped in preview1. This required a minor update to buildtools to fix tool-runtime publishing. It also let me delete an exception in our package testing.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/frameworkSettings/netcoreapp2.0/settings.targets6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets b/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets
deleted file mode 100644
index b3ec22aed7..0000000000
--- a/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Condition="'$(RuntimeIdentifier)' != ''">
- <IgnoredTypes Include="System.DBNull" />
- </ItemGroup>
-</Project> \ No newline at end of file