Remove version files from the root (dotnet/corefx#32402)
authorWes Haggard <weshaggard@users.noreply.github.com>
Sun, 23 Sep 2018 08:51:06 +0000 (01:51 -0700)
committerViktor Hofer <viktor.hofer@microsoft.com>
Sun, 23 Sep 2018 08:51:06 +0000 (10:51 +0200)
These were accidentally committed with the seeding of the dependency
flow PR but they should be under the eng directory.

Commit migrated from https://github.com/dotnet/corefx/commit/a75d30306975040b0e22390d04a3b3de094d1817

src/libraries/Version.Details.xml [deleted file]
src/libraries/Versions.props [deleted file]

diff --git a/src/libraries/Version.Details.xml b/src/libraries/Version.Details.xml
deleted file mode 100644 (file)
index 78d6110..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Dependencies>
-  <ProductDependencies></ProductDependencies>
-  <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18471.4">
-      <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>d4122a4ce956fc8459cdb3d311de3a39243cee36</Sha>
-    </Dependency>
-  </ToolsetDependencies>
-</Dependencies>
\ No newline at end of file
diff --git a/src/libraries/Versions.props b/src/libraries/Versions.props
deleted file mode 100644 (file)
index 8df0a2d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <VersionPrefix>1.0.0</VersionPrefix>
-    <PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
-  </PropertyGroup>
-</Project>
\ No newline at end of file