Merge remote-tracking branch 'origin/release/2.1.4xx' into merges/release/2.1.4xx-to-master

This commit is contained in:
jbeisner 2018-05-09 21:12:09 +00:00
commit e1ec232c47
79 changed files with 176 additions and 165 deletions

View file

@ -6,10 +6,21 @@
<!-- https://github.com/dotnet/cli/issues/8800 -->
<IncludeNuGetPackageArchive Condition=" $(Architecture.StartsWith('arm')) ">false</IncludeNuGetPackageArchive>
<IncludeNuGetPackageArchive Condition=" '$(IncludeNuGetPackageArchive)' == '' ">true</IncludeNuGetPackageArchive>
<SkipBuildingInstallers Condition=" '$(SkipBuildingInstallers)' == '' AND ($(Rid.StartsWith('rhel.6')) OR $(Rid.StartsWith('linux-musl')))">true</SkipBuildingInstallers>
<SkipBuildingInstallers Condition=" '$(SkipBuildingInstallers)' == '' AND
($(Rid.StartsWith('rhel.6'))
OR $(Rid.StartsWith('linux-musl'))
OR $(Rid.StartsWith('fedora.27'))
OR $(Rid.StartsWith('opensuse.43.2'))
OR $(Rid.StartsWith('ubuntu.18.04')))">true</SkipBuildingInstallers>
<SkipBuildingInstallers Condition=" '$(SkipBuildingInstallers)' == '' ">false</SkipBuildingInstallers>
<UsePortableLinuxSharedFramework Condition=" '$(UsePortableLinuxSharedFramework)' == '' AND '$(OSPlatform)' == 'linux' AND '$(Rid)' != 'rhel.6-x64' AND '$(Rid)' != 'linux-musl-x64' ">true</UsePortableLinuxSharedFramework>
<IncludeSharedFrameworksForBackwardsCompatibilityTests Condition=" $(IncludeSharedFrameworksForBackwardsCompatibilityTests) == '' AND '$(Rid)' != 'linux-x64' AND '$(Rid)' != 'rhel.6-x64' AND '$(Rid)' != 'linux-musl-x64'">true</IncludeSharedFrameworksForBackwardsCompatibilityTests>
<IncludeSharedFrameworksForBackwardsCompatibilityTests Condition=" $(IncludeSharedFrameworksForBackwardsCompatibilityTests) == ''
AND '$(Rid)' != 'linux-x64'
AND '$(Rid)' != 'rhel.6-x64'
AND '$(Rid)' != 'linux-musl-x64'
AND '$(Rid)' != 'fedora.27-x64'
AND '$(Rid)' != 'opensuse.43.2-x64'
AND '$(Rid)' != 'ubuntu.18.04-x64'">true</IncludeSharedFrameworksForBackwardsCompatibilityTests>
<HighEntropyVA>true</HighEntropyVA>
<!-- Only use asset target fallback that we set (not implicit one to net461). -->

View file

@ -3,36 +3,36 @@
<PropertyGroup>
<MicrosoftAspNetCoreAllPackageVersion>2.1.0-rc1-30661</MicrosoftAspNetCoreAllPackageVersion>
<MicrosoftAspNetCoreAppPackageVersion>$(MicrosoftAspNetCoreAllPackageVersion)</MicrosoftAspNetCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>2.1.0-rc1-26423-06</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>2.1.0-rtm-26505-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftBuildPackageVersion>15.7.177</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
<MicrosoftBuildLocalizationPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftFSharpCompilerPackageVersion>10.1.4-rtm-180422-0</MicrosoftFSharpCompilerPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>2.8.0-beta4-62827-02</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftFSharpCompilerPackageVersion>10.1.4-rtm-180505-0</MicrosoftFSharpCompilerPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>2.8.1-beta6-62904-04</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftNETCoreCompilersPackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftNETCoreCompilersPackageVersion>
<MicrosoftCodeAnalysisBuildTasksPackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftCodeAnalysisBuildTasksPackageVersion>
<MicrosoftNetCompilersNetcorePackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftNetCompilersNetcorePackageVersion>
<MicrosoftNETSdkPackageVersion>2.1.300-rtm-62902-01</MicrosoftNETSdkPackageVersion>
<MicrosoftNETSdkPackageVersion>2.1.300-rtm-62905-02</MicrosoftNETSdkPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftNETSdkRazorPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</MicrosoftNETSdkRazorPackageVersion>
<MicrosoftNETSdkWebPackageVersion>2.1.300-rc1-20180422-1618307</MicrosoftNETSdkWebPackageVersion>
<MicrosoftNETSdkWebPackageVersion>2.1.300-rtm-20180505-1661707</MicrosoftNETSdkWebPackageVersion>
<MicrosoftNETSdkPublishPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkPublishPackageVersion>
<MicrosoftNETSdkWebProjectSystemPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkWebProjectSystemPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta3-20180422-1618305</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>1.0.2-beta3-20180505-1661716</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftDotNetCommonProjectTemplates20PackageVersion>$(MicrosoftDotNetCommonItemTemplatesPackageVersion)</MicrosoftDotNetCommonProjectTemplates20PackageVersion>
<MicrosoftDotNetTestProjectTemplates20PackageVersion>1.0.2-beta3-20180422-1618305</MicrosoftDotNetTestProjectTemplates20PackageVersion>
<MicrosoftTemplateEngineCliPackageVersion>1.0.2-beta3-20180422-1618305</MicrosoftTemplateEngineCliPackageVersion>
<MicrosoftDotNetTestProjectTemplates20PackageVersion>1.0.2-beta3-20180505-1661716</MicrosoftDotNetTestProjectTemplates20PackageVersion>
<MicrosoftTemplateEngineCliPackageVersion>1.0.2-beta3-20180505-1661716</MicrosoftTemplateEngineCliPackageVersion>
<MicrosoftTemplateEngineAbstractionsPackageVersion>$(MicrosoftTemplateEngineCliPackageVersion)</MicrosoftTemplateEngineAbstractionsPackageVersion>
<MicrosoftTemplateEngineCliLocalizationPackageVersion>$(MicrosoftTemplateEngineCliPackageVersion)</MicrosoftTemplateEngineCliLocalizationPackageVersion>
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>$(MicrosoftTemplateEngineCliPackageVersion)</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
<MicrosoftTemplateEngineUtilsPackageVersion>$(MicrosoftTemplateEngineCliPackageVersion)</MicrosoftTemplateEngineUtilsPackageVersion>
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.1.0-rc1-26423-06</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>2.1.0-rc1-26423-06</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftDotNetCliCommandLinePackageVersion>0.2.1-alpha-62823-01</MicrosoftDotNetCliCommandLinePackageVersion>
<MicrosoftDotNetProjectJsonMigrationPackageVersion>1.3.1-alpha-62823-01</MicrosoftDotNetProjectJsonMigrationPackageVersion>
<MicrosoftDotNetPlatformAbstractionsPackageVersion>2.1.0-rtm-26505-04</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftExtensionsDependencyModelPackageVersion>2.1.0-rtm-26505-04</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftDotNetCliCommandLinePackageVersion>0.1.1-rtm-62905-02</MicrosoftDotNetCliCommandLinePackageVersion>
<MicrosoftDotNetProjectJsonMigrationPackageVersion>1.3.1-alpha-62905-02</MicrosoftDotNetProjectJsonMigrationPackageVersion>
<MicrosoftDotNetToolsMigrateCommandPackageVersion>$(MicrosoftDotNetProjectJsonMigrationPackageVersion)</MicrosoftDotNetToolsMigrateCommandPackageVersion>
<MicrosoftDotNetArchivePackageVersion>0.2.0-beta-62628-01</MicrosoftDotNetArchivePackageVersion>
<NuGetBuildTasksPackageVersion>4.8.0-preview1.5158</NuGetBuildTasksPackageVersion>

View file

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFullName" xml:space="preserve">
<value>.NET Add Package reference Command</value>
<value>Add a NuGet package reference to the project.</value>
</data>
<data name="AppDescription" xml:space="preserve">
<value>Command to add package reference</value>

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Příkaz rozhraní .NET pro přidání odkazu na balíček</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Příkaz rozhraní .NET pro přidání odkazu na balíček</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET Add-Befehl für Paketverweise</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET Add-Befehl für Paketverweise</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Comando de .NET para agregar referencia de paquete</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Comando de .NET para agregar referencia de paquete</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Commande Ajouter une référence de package .NET</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Commande Ajouter une référence de package .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Comando Aggiungi riferimento al pacchetto .NET</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Comando Aggiungi riferimento al pacchetto .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET Add Package 参照コマンド</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET Add Package 参照コマンド</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET 패키지 참조 추가 명령</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET 패키지 참조 추가 명령</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Polecenie dodawania odwołania do pakietu platformy .NET</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Polecenie dodawania odwołania do pakietu platformy .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Comando de adicionar referência do pacote do .NET</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Comando de adicionar referência do pacote do .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">Команда добавления ссылки на пакет .NET</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Команда добавления ссылки на пакет .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET Paket Başvurusu Ekleme Komutu</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET Paket Başvurusu Ekleme Komutu</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET 添加包引用命令</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET 添加包引用命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET 新增套件參考命令</target>
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">.NET 新增套件參考命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli
"reference",
LocalizableStrings.AppFullName,
Accept.OneOrMoreArguments()
.With(name: "args",
.With(name: "PROJECT_PATH",
description: LocalizableStrings.AppHelpText),
CommonOptions.HelpOption(),
Create.Option("-f|--framework", LocalizableStrings.CmdFrameworkDescription,

View file

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFullName" xml:space="preserve">
<value>.NET Add Project to Project reference Command</value>
<value>Add a project-to-project reference to the project.</value>
</data>
<data name="AppDescription" xml:space="preserve">
<value>Command to add project to project reference</value>

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Příkaz rozhraní .NET pro přidání odkazu mezi projekty</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Příkaz rozhraní .NET pro přidání odkazu mezi projekty</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET-Befehl zum Hinzufügen von Projekt-zu-Projekt-Verweisen</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET-Befehl zum Hinzufügen von Projekt-zu-Projekt-Verweisen</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Comando de .NET para agregar una referencia de proyecto a proyecto</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Comando de .NET para agregar una referencia de proyecto a proyecto</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Commande .NET Ajouter une référence projet à projet</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Commande .NET Ajouter une référence projet à projet</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Comando Aggiungi riferimento P2P (da progetto a progetto) .NET</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Comando Aggiungi riferimento P2P (da progetto a progetto) .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET Add Project to Project reference コマンド</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET Add Project to Project reference コマンド</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET 프로젝트 간 참조 추가 명령</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET 프로젝트 간 참조 추가 명령</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Polecenie dodawania odwołania między projektami dla platformy .NET</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Polecenie dodawania odwołania między projektami dla platformy .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Comando Adicionar Referência de Projeto para Projeto do .NET</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Comando Adicionar Referência de Projeto para Projeto do .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">Команда .NET "Добавить ссылку из одного проекта на другой"</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">Команда .NET "Добавить ссылку из одного проекта на другой"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET Projeden Projeye başvuru ekle Komutu</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET Projeden Projeye başvuru ekle Komutu</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET“添加项目到项目引用”命令</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET“添加项目到项目引用”命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<target state="translated">.NET 新增專案對專案參考命令</target>
<source>Add a project-to-project reference to the project.</source>
<target state="needs-review-translation">.NET 新增專案對專案參考命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFullName" xml:space="preserve">
<value>.NET Core Project-to-Project dependency viewer</value>
<value>List all project-to-project references of the project.</value>
</data>
<data name="AppDescription" xml:space="preserve">
<value>Command to list project to project references</value>

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Prohlížeč závislostí mezi projekty .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Prohlížeč závislostí mezi projekty .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Viewer für .NET Core-Interprojektabhängigkeit</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Viewer für .NET Core-Interprojektabhängigkeit</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Visor de dependencias de proyecto a proyecto de .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Visor de dependencias de proyecto a proyecto de .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Visionneuse de dépendances de projet à projet .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Visionneuse de dépendances de projet à projet .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Visualizzatore dipendenze P2P (da progetto a progetto) di .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Visualizzatore dipendenze P2P (da progetto a progetto) di .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">.NET Core プロジェクト間の依存関係ビューアー</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">.NET Core プロジェクト間の依存関係ビューアー</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">.NET Core p2p(프로젝트 간) 종속성 뷰어</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">.NET Core p2p(프로젝트 간) 종속성 뷰어</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Podgląd zależności między projektami w programie .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Podgląd zależności między projektami w programie .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Visualizador de dependência Projeto a Projeto do .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Visualizador de dependência Projeto a Projeto do .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">Средство просмотра зависимостей между проектами .NET Core</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">Средство просмотра зависимостей между проектами .NET Core</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">.NET Core Projeden Projeye bağımlılık görüntüleyicisi</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">.NET Core Projeden Projeye bağımlılık görüntüleyicisi</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">.NET Core 项目到项目的依赖项查看器</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">.NET Core 项目到项目的依赖项查看器</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Core Project-to-Project dependency viewer</source>
<target state="translated">.NET Core 專案對專案相依性檢視器</target>
<source>List all project-to-project references of the project.</source>
<target state="needs-review-translation">.NET Core 專案對專案相依性檢視器</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFullName" xml:space="preserve">
<value>.NET Remove Package reference Command.</value>
<value>Remove a NuGet package reference from the project.</value>
</data>
<data name="AppDescription" xml:space="preserve">
<value>Command to remove package reference.</value>

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Příkaz rozhraní .NET pro odebrání odkazu na balíček</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Příkaz rozhraní .NET pro odebrání odkazu na balíček</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET-Befehl zum Entfernen von Paketverweisen</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET-Befehl zum Entfernen von Paketverweisen</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Comando de .NET para quitar referencia de paquete.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Comando de .NET para quitar referencia de paquete.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Commande .NET Supprimer une référence de package.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Commande .NET Supprimer une référence de package.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Comando Rimuovi riferimento al pacchetto .NET.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Comando Rimuovi riferimento al pacchetto .NET.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET パッケージ参照を削除するコマンド。</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET パッケージ参照を削除するコマンド。</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET 패키지 참조 제거 명령입니다.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET 패키지 참조 제거 명령입니다.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Polecenie usuwania odwołania do pakietu platformy .NET.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Polecenie usuwania odwołania do pakietu platformy .NET.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Comando para remover referência do pacote de .NET.</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Comando para remover referência do pacote de .NET.</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">Команда .NET "Удалить ссылку на пакет".</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">Команда .NET "Удалить ссылку на пакет".</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET Paket başvurusunu kaldır Komutu</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET Paket başvurusunu kaldır Komutu</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET“删除包引用”命令。</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET“删除包引用”命令。</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Package reference Command.</source>
<target state="translated">.NET 移除套件參考命令。</target>
<source>Remove a NuGet package reference from the project.</source>
<target state="needs-review-translation">.NET 移除套件參考命令。</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AppFullName" xml:space="preserve">
<value>.NET Remove Project to Project reference Command</value>
<value>Remove a project-to-project reference from the project.</value>
</data>
<data name="AppDescription" xml:space="preserve">
<value>Command to remove project to project reference</value>

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli
Accept
.OneOrMoreArguments()
.WithSuggestionsFrom(_ => Suggest.ProjectReferencesFromProjectFile())
.With(name: "args",
.With(name: "PROJECT_PATH",
description: LocalizableStrings.AppHelpText),
CommonOptions.HelpOption(),
Create.Option(

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="cs" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Příkaz rozhraní .NET pro odebrání odkazu mezi projekty</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Příkaz rozhraní .NET pro odebrání odkazu mezi projekty</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET-Befehl zum Entfernen von Projekt-zu-Projekt-Verweisen</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET-Befehl zum Entfernen von Projekt-zu-Projekt-Verweisen</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="es" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Comando de .NET para quitar una referencia de proyecto a proyecto</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Comando de .NET para quitar una referencia de proyecto a proyecto</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="fr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Commande .NET Supprimer une référence projet à projet</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Commande .NET Supprimer une référence projet à projet</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Comando Rimuovi riferimento P2P (da progetto a progetto) .NET</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Comando Rimuovi riferimento P2P (da progetto a progetto) .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ja" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET プロジェクト間参照を削除するコマンド</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET プロジェクト間参照を削除するコマンド</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ko" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET 프로젝트 간 참조 제거 명령</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET 프로젝트 간 참조 제거 명령</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pl" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Polecenie usuwania odwołania między projektami dla platformy .NET</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Polecenie usuwania odwołania między projektami dla platformy .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="pt-BR" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Comando para remover a referência de projeto para projeto do .NET</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Comando para remover a referência de projeto para projeto do .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">Команда .NET "Удалить ссылку из одного проекта на другой"</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">Команда .NET "Удалить ссылку из одного проекта на другой"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET Projeden Projeye başvuruyu kaldır Komutu</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET Projeden Projeye başvuruyu kaldır Komutu</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET“删除项目到项目引用”命令</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET“删除项目到项目引用”命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -3,8 +3,8 @@
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>.NET Remove Project to Project reference Command</source>
<target state="translated">.NET 移除專案對專案參考命令</target>
<source>Remove a project-to-project reference from the project.</source>
<target state="needs-review-translation">.NET 移除專案對專案參考命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">

View file

@ -16,7 +16,7 @@ namespace EndToEnd
public class GivenSelfContainedAppsRollForward : TestBase
{
[Theory]
[Theory(Skip = "Runtime 1.1 support for openSUSE and Fedora 27 needed")]
// MemberData is used instead of InlineData here so we can access it in another test to
// verify that we are covering the latest release of .NET Core
[MemberData(nameof(SupportedNetCoreAppVersions))]

View file

@ -15,11 +15,11 @@ namespace Microsoft.DotNet.Cli.Add.Reference.Tests
{
public class GivenDotnetAddReference : TestBase
{
private const string HelpText = @"Usage: dotnet add <PROJECT> reference [options] <args>
private const string HelpText = @"Usage: dotnet add <PROJECT> reference [options] <PROJECT_PATH>
Arguments:
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
<args> Project to project references to add
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
<PROJECT_PATH> Project to project references to add
Options:
-h, --help Show help information.
@ -35,8 +35,8 @@ Options:
-h, --help Show help information.
Commands:
package <PACKAGE_NAME> .NET Add Package reference Command
reference <args> .NET Add Project to Project reference Command
package <PACKAGE_NAME> Add a NuGet package reference to the project.
reference <PROJECT_PATH> Add a project-to-project reference to the project.
";
const string FrameworkNet451Arg = "-f net451";

View file

@ -32,7 +32,7 @@ Options:
-h, --help Show help information.
Commands:
reference .NET Core Project-to-Project dependency viewer
reference List all project-to-project references of the project.
";
const string FrameworkNet451Arg = "-f net451";

View file

@ -31,8 +31,8 @@ Options:
-h, --help Show help information.
Commands:
package <PACKAGE_NAME> .NET Remove Package reference Command.
reference <args> .NET Remove Project to Project reference Command
package <PACKAGE_NAME> Remove a NuGet package reference from the project.
reference <PROJECT_PATH> Remove a project-to-project reference from the project.
";
[Theory]

View file

@ -14,11 +14,11 @@ namespace Microsoft.DotNet.Cli.Remove.Reference.Tests
{
public class GivenDotnetRemoveReference : TestBase
{
private const string HelpText = @"Usage: dotnet remove <PROJECT> reference [options] <args>
private const string HelpText = @"Usage: dotnet remove <PROJECT> reference [options] <PROJECT_PATH>
Arguments:
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
<args> Project to project references to remove
<PROJECT> The project file to operate on. If a file is not specified, the command will search the current directory for one.
<PROJECT_PATH> Project to project references to remove
Options:
-h, --help Show help information.
@ -34,8 +34,8 @@ Options:
-h, --help Show help information.
Commands:
package <PACKAGE_NAME> .NET Remove Package reference Command.
reference <args> .NET Remove Project to Project reference Command
package <PACKAGE_NAME> Remove a NuGet package reference from the project.
reference <PROJECT_PATH> Remove a project-to-project reference from the project.
";
const string FrameworkNet451Arg = "-f net451";