diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/Templates.nuspec b/template_feed/Microsoft.DotNet.Common.ItemTemplates/Templates.nuspec
deleted file mode 100644
index 3be9270053..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/Templates.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Microsoft.DotNet.Common.ItemTemplates
- $version$
- Microsoft
- Common File Templates for Microsoft Template Engine
- en-US
- https://github.com/dotnet/templating
- https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/build.csproj b/template_feed/Microsoft.DotNet.Common.ItemTemplates/build.csproj
deleted file mode 100644
index b45c2bf4cb..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/build.csproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- netstandard1.0
- $(MSBuildThisFileDirectory)\Templates.nuspec
- version=$(PackageVersion)
- False
- False
- False
- False
- $(TemplatesFolder)
- False
- $(MSBuildThisFileDirectory)..\..\artifacts\scratch
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/dotnetcli.host.json
deleted file mode 100644
index de7d92dc99..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "SdkVersion": {
- "longName": "sdk-version",
- "shortName": ""
- },
- "dotnet-cli-version": {
- "isHidden": "true"
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/template.json
deleted file mode 100644
index a8f83fc6b8..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/.template.config/template.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Config"],
- "name": "global.json file",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A file for selecting the .NET Core SDK version.",
- "tags": {
- "type": "item"
- },
- "groupIdentity": "GlobalJsonFile",
- "precedence": "100",
- "identity": "Microsoft.Standard.QuickStarts.GlobalJsonFile",
- "shortName": "globaljson",
- "sourceName": "unused",
- "primaryOutputs": [ { "path": "global.json" } ],
- "defaultName": "global.json",
- "symbols": {
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "SdkVersion": {
- "type": "parameter",
- "datatype": "string",
- "description": "The version of the .NET Core SDK to use."
- },
- "dotnet-cli-version": {
- "type": "parameter",
- "datatype": "string"
- },
- "CombinedVersion": {
- "type": "generated",
- "generator": "coalesce",
- "parameters": {
- "sourceVariableName": "SdkVersion",
- "fallbackVariableName": "dotnet-cli-version"
- },
- "replaces": "SDK_VERSION"
- },
- },
- "postActions": [
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens global.json in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "0"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/global.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/global.json
deleted file mode 100644
index 0d78edb5e7..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/GlobalJson/global.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "sdk": {
- "version": "SDK_VERSION"
- }
-}
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/dotnetcli.host.json
deleted file mode 100644
index 54ea3a2c0a..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-"$schema": "http://json.schemastore.org/dotnetcli.host"
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/template.json
deleted file mode 100644
index aad7c275f9..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/.template.config/template.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Config"],
- "name": "Nuget Config",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A file for configuring the locations NuGet will search for packages",
- "tags": {
- "type": "item"
- },
- "groupIdentity": "ItemNugetConfig",
- "precedence": "100",
- "identity": "Microsoft.Standard.QuickStarts.Nuget.Config",
- "shortName": "nugetconfig",
- "sourceName": "Nuget",
- "primaryOutputs": [ { "path": "nuget.config" } ],
- "defaultName": "nuget.config",
- "symbols": {
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- }
- },
- "postActions": [
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens nuget.config in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "0"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/nuget.config b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/nuget.config
deleted file mode 100644
index 01ad0d81b7..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Nuget/nuget.config
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/dotnetcli.host.json
deleted file mode 100644
index 94f4ee1014..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host"
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/template.json
deleted file mode 100644
index e9b3971865..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/.template.config/template.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Solution"],
- "name": "Solution File",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "Create an empty solution containing no projects",
- "groupIdentity": "ItemSolution",
- "precedence": "100",
- "identity": "Microsoft.Standard.QuickStarts.Solution",
- "shortName": "sln",
- "sourceName": "Solution1",
- "primaryOutputs": [ { "path": "Solution1.sln" } ],
- "defaultName": "Solution1"
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/Solution1.sln b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/Solution1.sln
deleted file mode 100644
index 2f92ebd9bd..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Solution/Solution1.sln
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.26124.0
-MinimumVisualStudioVersion = 15.0.26124.0
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/dotnetcli.host.json
deleted file mode 100644
index 94f4ee1014..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host"
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/template.json
deleted file mode 100644
index 276a054dc4..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/.template.config/template.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Config"],
- "name": "Web Config",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A file used to configure Web Application settings",
- "tags": {
- "type": "item"
- },
- "groupIdentity": "ItemWebConfig",
- "precedence": "100",
- "identity": "Microsoft.Standard.QuickStarts.Web.Config",
- "shortName": "webconfig",
- "sourceName": "WebConfig",
- "primaryOutputs": [ { "path": "web.config" } ],
- "defaultName": "web.config",
- "symbols": {
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- }
- },
- "postActions": [
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens web.config in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "0"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/web.config b/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/web.config
deleted file mode 100644
index 0f99043fae..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ItemTemplates/content/WebConfig/web.config
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/Templates.nuspec b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/Templates.nuspec
deleted file mode 100644
index 6a242be639..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/Templates.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Microsoft.DotNet.Common.ProjectTemplates.1.x
- $version$
- Microsoft
- .NET Template Pack for Microsoft Template Engine
- en-US
- https://github.com/dotnet/templating
- https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/build.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/build.csproj
deleted file mode 100644
index 420344ce42..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/build.csproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- netstandard1.0
- $(MSBuildThisFileDirectory)\Templates.nuspec
- version=$(PackageVersion)
- False
- False
- False
- False
- $(TemplatesFolder)
- False
- $(MSBuildThisFileDirectory)..\..\artifacts\scratch
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 745380b893..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
-"$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/template.json
deleted file mode 100644
index 2cd21f6181..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "100",
- "identity": "Microsoft.Common.Library.CSharp",
- "shortName": "classlib",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp1.1"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard1.4"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "replaces": "netstandard1.4",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- },
- {
- "choice": "netstandard1.0",
- "description": "Target netstandard1.0"
- },
- {
- "choice": "netstandard1.1",
- "description": "Target netstandard1.1"
- },
- {
- "choice": "netstandard1.2",
- "description": "Target netstandard1.2"
- },
- {
- "choice": "netstandard1.3",
- "description": "Target netstandard1.3"
- },
- {
- "choice": "netstandard1.4",
- "description": "Target netstandard1.4"
- },
- {
- "choice": "netstandard1.5",
- "description": "Target netstandard1.5"
- },
- {
- "choice": "netstandard1.6",
- "description": "Target netstandard1.6"
- }
- ],
- "defaultValue": "netstandard1.4"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Class1.cs"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Class1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Class1.cs
deleted file mode 100644
index 72abb3efe5..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Class1.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace Company.ClassLibrary1
-{
- public class Class1
- {
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
deleted file mode 100644
index e341d32657..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard1.4
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 29735438e3..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/template.json
deleted file mode 100644
index 9de39dd25f..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,101 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "100",
- "identity": "Microsoft.Common.Library.FSharp",
- "shortName": "classlib",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp1.1"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard1.6"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "replaces": "netcoreapp1.1",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- },
- {
- "choice": "netstandard1.6",
- "description": "Target netstandard1.6"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Library.fs"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Library.fs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
deleted file mode 100644
index 40bd061713..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- netstandard1.6
- TargetFrameworkOverride
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Library.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Library.fs
deleted file mode 100644
index 227902f443..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-FSharp/Library.fs
+++ /dev/null
@@ -1,5 +0,0 @@
-namespace Company.ClassLibrary1
-
-module Say =
- let hello name =
- printfn "Hello %s" name
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index f8f6746e7f..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/template.json
deleted file mode 100644
index 5818972c06..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "100",
- "identity": "Microsoft.Common.Library.VisualBasic",
- "shortName": "classlib",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp1.1"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard1.4"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "replaces": "netstandard1.4",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- },
- {
- "choice": "netstandard1.0",
- "description": "Target netstandard1.0"
- },
- {
- "choice": "netstandard1.1",
- "description": "Target netstandard1.1"
- },
- {
- "choice": "netstandard1.2",
- "description": "Target netstandard1.2"
- },
- {
- "choice": "netstandard1.3",
- "description": "Target netstandard1.3"
- },
- {
- "choice": "netstandard1.4",
- "description": "Target netstandard1.4"
- },
- {
- "choice": "netstandard1.5",
- "description": "Target netstandard1.5"
- },
- {
- "choice": "netstandard1.6",
- "description": "Target netstandard1.6"
- }
- ],
- "defaultValue": "netstandard1.4"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Class1.vb"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.vb in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Class1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Class1.vb
deleted file mode 100644
index bee9b74181..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Class1.vb
+++ /dev/null
@@ -1,3 +0,0 @@
-Public Class Class1
-
-End Class
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
deleted file mode 100644
index e341d32657..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard1.4
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index f8f6746e7f..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/template.json
deleted file mode 100644
index bc06d533f0..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
-"$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "100",
- "identity": "Microsoft.Common.Console.CSharp",
- "shortName": "console",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.cs"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
deleted file mode 100644
index 3972ecafe7..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Exe
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Program.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Program.cs
deleted file mode 100644
index ec62b48323..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-CSharp/Program.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace Company.ConsoleApplication1
-{
- class Program
- {
- static void Main(string[] args)
- {
- Console.WriteLine("Hello World!");
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index f8f6746e7f..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/template.json
deleted file mode 100644
index 973fc160a0..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "100",
- "identity": "Microsoft.Common.Console.FSharp",
- "shortName": "console",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.fs"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.fs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
deleted file mode 100644
index c2f8ea86b1..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- Exe
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Program.fs
deleted file mode 100644
index a7458f5220..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-FSharp/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at http://fsharp.org
-
-open System
-
-[]
-let main argv =
- printfn "Hello World from F#!"
- 0 // return an integer exit code
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index f8f6746e7f..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/template.json
deleted file mode 100644
index 3bff6939c6..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "100",
- "identity": "Microsoft.Common.Console.VisualBasic",
- "shortName": "console",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.vb"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.vb in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
deleted file mode 100644
index 3972ecafe7..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- Exe
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Program.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Program.vb
deleted file mode 100644
index 46283ca231..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.1.x/content/ConsoleApplication-VisualBasic/Program.vb
+++ /dev/null
@@ -1,7 +0,0 @@
-Imports System
-
-Module Program
- Sub Main(args As String())
- Console.WriteLine("Hello World!")
- End Sub
-End Module
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/Templates.nuspec b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/Templates.nuspec
deleted file mode 100644
index e316f49be5..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/Templates.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Microsoft.DotNet.Common.ProjectTemplates.2.0
- $version$
- Microsoft
- .NET Template Pack for Microsoft Template Engine
- en-US
- https://github.com/dotnet/templating
- https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/build.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/build.csproj
deleted file mode 100644
index 420344ce42..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/build.csproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- netstandard1.0
- $(MSBuildThisFileDirectory)\Templates.nuspec
- version=$(PackageVersion)
- False
- False
- False
- False
- $(TemplatesFolder)
- False
- $(MSBuildThisFileDirectory)..\..\artifacts\scratch
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index a4723bb673..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp2.0"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/template.json
deleted file mode 100644
index a8a5acfb13..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "2000",
- "identity": "Microsoft.Common.Library.CSharp.2.0",
- "shortName": "classlib",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp2.0"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard2.0"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- },
- {
- "choice": "netstandard2.0",
- "description": "Target netstandard2.0"
- }
- ],
- "replaces": "netstandard2.0",
- "defaultValue": "netstandard2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Class1.cs"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Class1.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Class1.cs
deleted file mode 100644
index 72abb3efe5..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Class1.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System;
-
-namespace Company.ClassLibrary1
-{
- public class Class1
- {
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
deleted file mode 100644
index bf0fa0e38d..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-CSharp/Company.ClassLibrary1.csproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard2.0
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index a4723bb673..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp2.0"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/template.json
deleted file mode 100644
index d8380e4db9..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "2000",
- "identity": "Microsoft.Common.Library.FSharp.2.0",
- "shortName": "classlib",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp2.0"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard2.0"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- },
- {
- "choice": "netstandard2.0",
- "description": "Target netstandard2.0"
- }
- ],
- "replaces": "netstandard2.0",
- "defaultValue": "netstandard2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Library.fs"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Library.fs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
deleted file mode 100644
index d660edd6cd..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Company.ClassLibrary1.fsproj
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- netstandard2.0
- TargetFrameworkOverride
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Library.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Library.fs
deleted file mode 100644
index 227902f443..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-FSharp/Library.fs
+++ /dev/null
@@ -1,5 +0,0 @@
-namespace Company.ClassLibrary1
-
-module Say =
- let hello name =
- printfn "Hello %s" name
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index a4723bb673..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp2.0"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/template.json
deleted file mode 100644
index b26d701608..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Library"],
- "name": "Class library",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a class library that targets .NET Standard or .NET Core",
- "groupIdentity": "Microsoft.Common.Library",
- "precedence": "2000",
- "identity": "Microsoft.Common.Library.VisualBasic.2.0",
- "shortName": "classlib",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.ClassLibrary1",
- "preferNameDirectory": true,
- "baselines": {
- "app": {
- "description": "Target netcoreapp",
- "defaultOverrides": {
- "Framework": "netcoreapp2.0"
- }
- },
- "standard": {
- "description": "Target netstandard",
- "defaultOverrides": {
- "Framework": "netstandard2.0"
- }
- }
- },
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- },
- {
- "choice": "netstandard2.0",
- "description": "Target netstandard2.0"
- }
- ],
- "replaces": "netstandard2.0",
- "defaultValue": "netstandard2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ClassLibrary1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Class1.vb"
- }
- ],
- "defaultName": "ClassLibrary1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.vb in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Class1.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Class1.vb
deleted file mode 100644
index bee9b74181..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Class1.vb
+++ /dev/null
@@ -1,3 +0,0 @@
-Public Class Class1
-
-End Class
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
deleted file mode 100644
index bf0fa0e38d..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ClassLibrary-VisualBasic/Company.ClassLibrary1.vbproj
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- netstandard2.0
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 786611b006..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/template.json
deleted file mode 100644
index 9cde25618a..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "2000",
- "identity": "Microsoft.Common.Console.CSharp.2.0",
- "shortName": "console",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.cs"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
deleted file mode 100644
index 7b29687585..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Company.ConsoleApplication1.csproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- Exe
- netcoreapp2.0
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Program.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Program.cs
deleted file mode 100644
index ec62b48323..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-CSharp/Program.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace Company.ConsoleApplication1
-{
- class Program
- {
- static void Main(string[] args)
- {
- Console.WriteLine("Hello World!");
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 786611b006..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/template.json
deleted file mode 100644
index e67f321d1e..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "2000",
- "identity": "Microsoft.Common.Console.FSharp.2.0",
- "shortName": "console",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.fs"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.fs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
deleted file mode 100644
index e957eeec8e..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Company.ConsoleApplication1.fsproj
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- Exe
- netcoreapp2.0
- TargetFrameworkOverride
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Program.fs
deleted file mode 100644
index a7458f5220..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-FSharp/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at http://fsharp.org
-
-open System
-
-[]
-let main argv =
- printfn "Hello World from F#!"
- 0 // return an integer exit code
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index 786611b006..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
deleted file mode 100644
index 473c2c7271..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Common", "Console"],
- "name": "Console Application",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project for creating a command-line application that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Common.Console",
- "precedence": "2000",
- "identity": "Microsoft.Common.Console.VisualBasic.2.0",
- "shortName": "console",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.ConsoleApplication1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.ConsoleApplication1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Program.vb"
- }
- ],
- "defaultName": "ConsoleApp1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Program.vb in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
deleted file mode 100644
index 7b29687585..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Company.ConsoleApplication1.vbproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- Exe
- netcoreapp2.0
- TargetFrameworkOverride
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Program.vb b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Program.vb
deleted file mode 100644
index 46283ca231..0000000000
--- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.2.0/content/ConsoleApplication-VisualBasic/Program.vb
+++ /dev/null
@@ -1,7 +0,0 @@
-Imports System
-
-Module Program
- Sub Main(args As String())
- Console.WriteLine("Hello World!")
- End Sub
-End Module
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/Templates.nuspec b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/Templates.nuspec
deleted file mode 100644
index f07bf40d0c..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/Templates.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Microsoft.DotNet.Test.ProjectTemplates.1.x
- $version$
- Microsoft
- .NET Template Pack Test projects for Microsoft Template Engine
- en-US
- https://github.com/dotnet/templating
- https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/build.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/build.csproj
deleted file mode 100644
index 420344ce42..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/build.csproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- netstandard1.0
- $(MSBuildThisFileDirectory)\Templates.nuspec
- version=$(PackageVersion)
- False
- False
- False
- False
- $(TemplatesFolder)
- False
- $(MSBuildThisFileDirectory)..\..\artifacts\scratch
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/template.json
deleted file mode 100644
index d97a5be377..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "100",
- "identity": "Microsoft.Test.MSTest.CSharp",
- "shortName": "mstest",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.cs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj
deleted file mode 100644
index 6be1bc1b6e..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/Company.TestProject1.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/UnitTest1.cs
deleted file mode 100644
index 0cd33eabdb..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-CSharp/UnitTest1.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-
-namespace Company.TestProject1
-{
- [TestClass]
- public class UnitTest1
- {
- [TestMethod]
- public void TestMethod1()
- {
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/template.json
deleted file mode 100644
index b9a8694c54..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "100",
- "identity": "Microsoft.Test.MSTest.FSharp",
- "shortName": "mstest",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Tests.fs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj
deleted file mode 100644
index f280dcf552..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Company.TestProject1.fsproj
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Program.fs
deleted file mode 100644
index 0695f84c68..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Program.fs
+++ /dev/null
@@ -1 +0,0 @@
-module Program = let [] main _ = 0
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Tests.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Tests.fs
deleted file mode 100644
index 66fae839a4..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-FSharp/Tests.fs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace Company.TestProject1
-
-open System
-open Microsoft.VisualStudio.TestTools.UnitTesting
-
-[]
-type TestClass () =
-
- []
- member this.TestMethodPassing () =
- Assert.IsTrue(true);
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/template.json
deleted file mode 100644
index 78b65a39e8..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "100",
- "identity": "Microsoft.Test.MSTest.VisualBasic",
- "shortName": "mstest",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "replaces": "netcoreapp1.1",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.vb"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/Company.TestProject1.vbproj
deleted file mode 100644
index a2bf65c51b..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/Company.TestProject1.vbproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/UnitTest1.vb
deleted file mode 100644
index cb02979b4e..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/MSTest-VisualBasic/UnitTest1.vb
+++ /dev/null
@@ -1,12 +0,0 @@
-Imports Microsoft.VisualStudio.TestTools.UnitTesting
-
-Namespace Company.TestProject1
-
- Public Class UnitTest1
-
- Sub TestSub()
-
- End Sub
- End Class
-End Namespace
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/template.json
deleted file mode 100644
index e4f4d72e45..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "100",
- "identity": "Microsoft.Test.xUnit.CSharp",
- "shortName": "xunit",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.cs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj
deleted file mode 100644
index 688f18abd6..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/Company.TestProject1.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/UnitTest1.cs
deleted file mode 100644
index 4f9e9bc654..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-CSharp/UnitTest1.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using Xunit;
-
-namespace Company.TestProject1
-{
- public class UnitTest1
- {
- [Fact]
- public void Test1()
- {
-
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/template.json
deleted file mode 100644
index a337b4c719..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "100",
- "identity": "Microsoft.Test.xUnit.FSharp",
- "shortName": "xunit",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Tests.fs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj
deleted file mode 100644
index 114939d29c..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Company.TestProject1.fsproj
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- netcoreapp1.0
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Program.fs
deleted file mode 100644
index 0695f84c68..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Program.fs
+++ /dev/null
@@ -1 +0,0 @@
-module Program = let [] main _ = 0
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Tests.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Tests.fs
deleted file mode 100644
index 7d11a64531..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-FSharp/Tests.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-module Tests
-
-open System
-open Xunit
-
-[]
-let ``My test`` () =
- Assert.True(true)
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index 490f93a2b3..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- "--framework netcoreapp1.1"
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/template.json
deleted file mode 100644
index 6e3c97a520..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "100",
- "identity": "Microsoft.Test.xUnit.VisualBasic",
- "shortName": "xunit",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "replaces": "netcoreapp1.1",
- "choices": [
- {
- "choice": "netcoreapp1.0",
- "description": "Target netcoreapp1.0"
- },
- {
- "choice": "netcoreapp1.1",
- "description": "Target netcoreapp1.1"
- }
- ],
- "defaultValue": "netcoreapp1.1"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.vb"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/Company.TestProject1.vbproj
deleted file mode 100644
index 7c15894758..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/Company.TestProject1.vbproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp1.1
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/UnitTest1.vb
deleted file mode 100644
index 164874df7f..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.1.x/content/XUnit-VisualBasic/UnitTest1.vb
+++ /dev/null
@@ -1,12 +0,0 @@
-Imports System
-Imports Xunit
-
-Namespace Company.TestProject1
- Public Class UnitTest1
-
- Sub TestSub()
-
- End Sub
- End Class
-End Namespace
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/Templates.nuspec b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/Templates.nuspec
deleted file mode 100644
index 72540fcb13..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/Templates.nuspec
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- Microsoft.DotNet.Test.ProjectTemplates.2.0
- $version$
- Microsoft
- .NET Template Pack Test projects for Microsoft Template Engine
- en-US
- https://github.com/dotnet/templating
- https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/build.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/build.csproj
deleted file mode 100644
index 420344ce42..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/build.csproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- netstandard1.0
- $(MSBuildThisFileDirectory)\Templates.nuspec
- version=$(PackageVersion)
- False
- False
- False
- False
- $(TemplatesFolder)
- False
- $(MSBuildThisFileDirectory)..\..\artifacts\scratch
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 49fa37c2bf..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/template.json
deleted file mode 100644
index 3924e757f6..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "2000",
- "identity": "Microsoft.Test.MSTest.CSharp.2.0",
- "shortName": "mstest",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.cs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj
deleted file mode 100644
index 65a0d1a7e5..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/Company.TestProject1.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/UnitTest1.cs
deleted file mode 100644
index 0cd33eabdb..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-CSharp/UnitTest1.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-
-namespace Company.TestProject1
-{
- [TestClass]
- public class UnitTest1
- {
- [TestMethod]
- public void TestMethod1()
- {
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 49fa37c2bf..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/template.json
deleted file mode 100644
index e4aee4afac..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "2000",
- "identity": "Microsoft.Test.MSTest.FSharp.2.0",
- "shortName": "mstest",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Tests.fs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj
deleted file mode 100644
index f1d1e3ced4..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Company.TestProject1.fsproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Program.fs
deleted file mode 100644
index 0695f84c68..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Program.fs
+++ /dev/null
@@ -1 +0,0 @@
-module Program = let [] main _ = 0
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Tests.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Tests.fs
deleted file mode 100644
index 66fae839a4..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-FSharp/Tests.fs
+++ /dev/null
@@ -1,11 +0,0 @@
-namespace Company.TestProject1
-
-open System
-open Microsoft.VisualStudio.TestTools.UnitTesting
-
-[]
-type TestClass () =
-
- []
- member this.TestMethodPassing () =
- Assert.IsTrue(true);
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index 49fa37c2bf..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/template.json
deleted file mode 100644
index fe41e762ba..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "MSTest"],
- "name": "Unit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains unit tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.MSTest",
- "precedence": "2000",
- "identity": "Microsoft.Test.MSTest.VisualBasic.2.0",
- "shortName": "mstest",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.vb"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
deleted file mode 100644
index 65a0d1a7e5..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/Company.TestProject1.vbproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/UnitTest1.vb
deleted file mode 100644
index cb02979b4e..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/MSTest-VisualBasic/UnitTest1.vb
+++ /dev/null
@@ -1,12 +0,0 @@
-Imports Microsoft.VisualStudio.TestTools.UnitTesting
-
-Namespace Company.TestProject1
-
- Public Class UnitTest1
-
- Sub TestSub()
-
- End Sub
- End Class
-End Namespace
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 49fa37c2bf..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/template.json
deleted file mode 100644
index 85d9796ca0..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "2000",
- "identity": "Microsoft.Test.xUnit.CSharp.2.0",
- "shortName": "xunit",
- "tags": {
- "language": "C#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.csproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.cs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj
deleted file mode 100644
index 2340d1c279..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/Company.TestProject1.csproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/UnitTest1.cs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/UnitTest1.cs
deleted file mode 100644
index 4f9e9bc654..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-CSharp/UnitTest1.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System;
-using Xunit;
-
-namespace Company.TestProject1
-{
- public class UnitTest1
- {
- [Fact]
- public void Test1()
- {
-
- }
- }
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json
deleted file mode 100644
index 49fa37c2bf..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/template.json
deleted file mode 100644
index b4ac497de7..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "2000",
- "identity": "Microsoft.Test.xUnit.FSharp.2.0",
- "shortName": "xunit",
- "tags": {
- "language": "F#",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.fsproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "Tests.fs"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj
deleted file mode 100644
index c1ee56a411..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Company.TestProject1.fsproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Program.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Program.fs
deleted file mode 100644
index 0695f84c68..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Program.fs
+++ /dev/null
@@ -1 +0,0 @@
-module Program = let [] main _ = 0
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Tests.fs b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Tests.fs
deleted file mode 100644
index 7d11a64531..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-FSharp/Tests.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-module Tests
-
-open System
-open Xunit
-
-[]
-let ``My test`` () =
- Assert.True(true)
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
deleted file mode 100644
index 6f20dff748..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/dotnetcli.host.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/dotnetcli.host",
- "symbolInfo": {
- "TargetFrameworkOverride": {
- "isHidden": "true",
- "longName": "target-framework-override",
- "shortName": ""
- },
- "Framework": {
- "longName": "framework"
- },
- "EnablePack": {
- "shortName": "p",
- "longName": "enable-pack"
- },
- "skipRestore": {
- "longName": "no-restore",
- "shortName": ""
- }
- },
- "usageExamples": [
- ""
- ]
-}
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/template.json b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/template.json
deleted file mode 100644
index af720155b6..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/.template.config/template.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/template",
- "author": "Microsoft",
- "classifications": ["Test", "xUnit"],
- "name": "xUnit Test Project",
- "generatorVersions": "[1.0.0.0-*)",
- "description": "A project that contains xUnit.net tests that can run on .NET Core on Windows, Linux and macOS",
- "groupIdentity": "Microsoft.Test.xUnit",
- "precedence": "2000",
- "identity": "Microsoft.Test.xUnit.VisualBasic.2.0",
- "shortName": "xunit",
- "tags": {
- "language": "VB",
- "type": "project"
- },
- "sourceName": "Company.TestProject1",
- "preferNameDirectory": true,
- "symbols": {
- "TargetFrameworkOverride": {
- "type": "parameter",
- "description": "Overrides the target framework",
- "replaces": "TargetFrameworkOverride",
- "datatype": "string",
- "defaultValue": ""
- },
- "Framework": {
- "type": "parameter",
- "description": "The target framework for the project.",
- "datatype": "choice",
- "choices": [
- {
- "choice": "netcoreapp2.0",
- "description": "Target netcoreapp2.0"
- }
- ],
- "replaces": "netcoreapp2.0",
- "defaultValue": "netcoreapp2.0"
- },
- "EnablePack": {
- "type": "parameter",
- "datatype": "bool",
- "defaultValue": "false",
- "description": "Whether or not to enable packaging (via (\"dotnet pack\") for the project."
- },
- "HostIdentifier": {
- "type": "bind",
- "binding": "HostIdentifier"
- },
- "skipRestore": {
- "type": "parameter",
- "datatype": "bool",
- "description": "If specified, skips the automatic restore of the project on create.",
- "defaultValue": "false"
- }
- },
- "primaryOutputs": [
- { "path": "Company.TestProject1.vbproj" },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "path": "UnitTest1.vb"
- }
- ],
- "defaultName": "TestProject1",
- "postActions": [
- {
- "condition": "(!skipRestore)",
- "description": "Restore NuGet packages required by this project.",
- "manualInstructions": [
- { "text": "Run 'dotnet restore'" }
- ],
- "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025",
- "continueOnError": true
- },
- {
- "condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
- "description": "Opens Class1.cs in the editor",
- "manualInstructions": [ ],
- "actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
- "args": {
- "files": "1"
- },
- "continueOnError": true
- }
- ]
-}
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
deleted file mode 100644
index 2340d1c279..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/Company.TestProject1.vbproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- netcoreapp2.0
- TargetFrameworkOverride
-
- true
- false
-
-
-
-
-
-
-
-
-
diff --git a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/UnitTest1.vb b/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/UnitTest1.vb
deleted file mode 100644
index 164874df7f..0000000000
--- a/template_feed/Microsoft.DotNet.Test.ProjectTemplates.2.0/content/XUnit-VisualBasic/UnitTest1.vb
+++ /dev/null
@@ -1,12 +0,0 @@
-Imports System
-Imports Xunit
-
-Namespace Company.TestProject1
- Public Class UnitTest1
-
- Sub TestSub()
-
- End Sub
- End Class
-End Namespace
-
diff --git a/template_feed/Template.proj b/template_feed/Template.proj
index ed5bd6adb1..acc6e55c59 100644
--- a/template_feed/Template.proj
+++ b/template_feed/Template.proj
@@ -7,16 +7,9 @@
-
-
-
-
-
-
-
diff --git a/tools/ProjectTestRunner/TestCases/3rdParty/CSharp/BoilerPlate.json b/tools/ProjectTestRunner/TestCases/3rdParty/CSharp/BoilerPlate.json
deleted file mode 100644
index d4d28ef4e8..0000000000
--- a/tools/ProjectTestRunner/TestCases/3rdParty/CSharp/BoilerPlate.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "skip": true,
- "install": "Boilerplate.Templates::*",
- "create": "bapi",
- "name": "HTML Boilerplate (defaults)",
- "tasks": [
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "restore",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "build -c Debug",
- "noExit": false,
- "exitCode": 0
- },
- {
- "name": "RunApp",
- "handler": "execute",
- "command": "dotnet",
- "args": "exec bin/Debug/netcoreapp1.1/%targetPathName%.dll",
- "noExit": true,
- "exitTimeout": 5000
- },
- {
- "handler": "httpRequest",
- "url": "http://localhost:5000",
- "statusCode": 200,
- "verb": "GET"
- },
- {
- "handler": "httpRequest",
- "url": "http://localhost:5000/Home/About",
- "statusCode": 200,
- "verb": "GET"
- },
- {
- "handler": "httpRequest",
- "url": "http://localhost:5000/Home/Contact",
- "statusCode": 200,
- "verb": "GET"
- },
- {
- "handler": "taskkill",
- "name": "RunApp"
- }
- ]
-}
diff --git a/tools/ProjectTestRunner/TestCases/3rdParty/FSharp/.gitkeep b/tools/ProjectTestRunner/TestCases/3rdParty/FSharp/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/3rdParty/FSharp/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/tools/ProjectTestRunner/TestCases/3rdParty/VB/.gitkeep b/tools/ProjectTestRunner/TestCases/3rdParty/VB/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/3rdParty/VB/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Console.json b/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Console.json
deleted file mode 100644
index aa713446e0..0000000000
--- a/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Console.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "create": "console --no-restore",
- "name": "Console (C#, default framework)",
- "tasks": [
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "restore",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "build -c Debug",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "exec bin/Debug/netcoreapp2.0/%targetPathName%.dll",
- "expectations": [
- {
- "assertion": "output_contains",
- "text": "hello world"
- }
- ]
- }
- ]
-}
diff --git a/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Library.json b/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Library.json
deleted file mode 100644
index 19b8842fcc..0000000000
--- a/tools/ProjectTestRunner/TestCases/BuiltIn/CSharp/Defaults/Common/Library.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "create": "classlib --no-restore",
- "name": "ClassLibrary (C#, default framework)",
- "tasks": [
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "restore",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "build -c Debug",
- "noExit": false,
- "exitCode": 0
- }
- ]
-}
diff --git a/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Console.json b/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Console.json
deleted file mode 100644
index 1951d86145..0000000000
--- a/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Console.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "create": "console --language F# --no-restore",
- "name": "Console (F#, default framework)",
- "tasks": [
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "restore",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "build -c Debug",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "exec bin/Debug/netcoreapp2.0/%targetPathName%.dll",
- "expectations": [
- {
- "assertion": "output_contains",
- "text": "hello world"
- }
- ]
- }
- ]
-}
diff --git a/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Library.json b/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Library.json
deleted file mode 100644
index 66ffe48ea0..0000000000
--- a/tools/ProjectTestRunner/TestCases/BuiltIn/FSharp/Defaults/Common/Library.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "create": "classlib --language f# --no-restore",
- "name": "ClassLibrary (F#, default framework)",
- "tasks": [
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "restore",
- "noExit": false,
- "exitCode": 0
- },
- {
- "handler": "execute",
- "command": "dotnet",
- "args": "build -c Debug",
- "noExit": false,
- "exitCode": 0
- }
- ]
-}
diff --git a/tools/ProjectTestRunner/TestCases/BuiltIn/VB/.gitkeep b/tools/ProjectTestRunner/TestCases/BuiltIn/VB/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/BuiltIn/VB/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/tools/ProjectTestRunner/TestCases/Extensions/CSharp/.gitkeep b/tools/ProjectTestRunner/TestCases/Extensions/CSharp/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/Extensions/CSharp/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/tools/ProjectTestRunner/TestCases/Extensions/FSharp/.gitkeep b/tools/ProjectTestRunner/TestCases/Extensions/FSharp/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/Extensions/FSharp/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/tools/ProjectTestRunner/TestCases/Extensions/VB/.gitkeep b/tools/ProjectTestRunner/TestCases/Extensions/VB/.gitkeep
deleted file mode 100644
index 8d1c8b69c3..0000000000
--- a/tools/ProjectTestRunner/TestCases/Extensions/VB/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-