diff --git a/docs/core/deploying/deploy-with-cli.md b/docs/core/deploying/deploy-with-cli.md
index a5c2c37f831..1a8c95f957a 100644
--- a/docs/core/deploying/deploy-with-cli.md
+++ b/docs/core/deploying/deploy-with-cli.md
@@ -7,12 +7,12 @@ ms.date: 09/05/2018
dev_langs:
- csharp
- vb
-ms.openlocfilehash: a7e810372d831699eae777186385e45fe65cdf45
-ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
+ms.openlocfilehash: 6c0eb82b6be5d65c70287dd601bb97868af1c943
+ms.sourcegitcommit: b22705f1540b237c566721018f974822d5cd8758
ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 09/28/2018
-ms.locfileid: "47208251"
+ms.lasthandoff: 10/19/2018
+ms.locfileid: "49454450"
---
# コマンド ライン インターフェイス (CLI) ツールを使用して .NET Core アプリを展開する
@@ -77,7 +77,7 @@ ms.locfileid: "47208251"
1 つ以上のサードパーティの依存関係を備えたフレームワークに依存する展開を展開するには、それらの依存関係がプロジェクトで使用できる必要があります。 `dotnet restore` コマンドを実行する前に、次の 2 つの追加手順を実行する必要があります([注記参照](#dotnet-restore-note))。
-1. *csproj* ファイルの `` セクションに、必要なサードパーティ ライブラリへの参照を追加します。 次の `` セクションには、サードパーティ ライブラリとして [Json.NET](http://www.newtonsoft.com/json) への依存関係があります。
+1. *csproj* ファイルの `` セクションに、必要なサードパーティ ライブラリへの参照を追加します。 次の `` セクションには、サードパーティ ライブラリとして [Json.NET](https://www.newtonsoft.com/json) への依存関係があります。
```xml
diff --git a/docs/core/get-started.md b/docs/core/get-started.md
index 7c6427684cd..1622f22fa38 100644
--- a/docs/core/get-started.md
+++ b/docs/core/get-started.md
@@ -4,18 +4,18 @@ description: Windows、Linux、macOS で .NET Core アプリケーションを
author: thraka
ms.author: adegeo
ms.date: 06/27/2018
-ms.openlocfilehash: fa5deb46b64e1a09c9ad6582486a993a24336b42
-ms.sourcegitcommit: 702d5ffc6e733b6c4ded85bf1c92e2293638ee9a
+ms.openlocfilehash: 3fff7884082c46477d37b08560a2c71e7ee345e5
+ms.sourcegitcommit: 15d99019aea4a5c3c91ddc9ba23692284a7f61f3
ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 07/04/2018
-ms.locfileid: "37792401"
+ms.lasthandoff: 10/12/2018
+ms.locfileid: "49121255"
---
# .NET Core の概要
この記事では、.NET Core の概要について説明します。 .NET Core は、Windows、Linux、および macOS にインストールすることができます。 任意のテキスト エディターでコーディングし、クロスプラットフォーム ライブラリとアプリケーションを作成できます。
-.NET Core が何であるかや、他の .NET テクノロジとどのように関連しているのかがわからない場合は、まず、[.NET の概要](https://www.microsoft.com/net/learn/what-is-dotnet)を確認してください。 簡単に言うと、.NET Core は .NET のオープンソースのクロスプラットフォーム実装です。
+.NET Core が何であるかや、他の .NET テクノロジとどのように関連しているのかがわからない場合は、まず、[.NET の概要](https://www.microsoft.com/net/learn/dotnet/what-is-dotnet)を確認してください。 簡単に言うと、.NET Core は .NET のオープンソースのクロスプラットフォーム実装です。
## アプリケーションの作成
@@ -84,4 +84,4 @@ Hello World!
サポートされている OS X または macOS のバージョンの一覧については、「[macOS における .NET Core の前提条件](macos-prerequisites.md)」の記事を参照してください。
-***
\ No newline at end of file
+***
diff --git a/docs/core/porting/libraries.md b/docs/core/porting/libraries.md
index 9cded4409d3..2e2e98cff34 100644
--- a/docs/core/porting/libraries.md
+++ b/docs/core/porting/libraries.md
@@ -1,15 +1,15 @@
---
-title: .NET Core への移植 - ライブラリ
-description: ライブラリ プロジェクトを .NET Framework から .NET Core に移植する方法を説明します。
-author: cartermp
-ms.author: mairaw
-ms.date: 07/14/2017
-ms.openlocfilehash: 0f1d79623b4ece836732010e76a3c93fbbf8099f
-ms.sourcegitcommit: f9e38d31288fe5962e6be5b0cc286da633482873
-ms.translationtype: HT
-ms.contentlocale: ja-JP
-ms.lasthandoff: 06/27/2018
-ms.locfileid: "37028046"
+title: .NET Core への移植 - ライブラリ
+description: ライブラリ プロジェクトを .NET Framework から .NET Core に移植する方法を説明します。
+author: cartermp
+ms.author: mairaw
+ms.date: 07/14/2017
+ms.openlocfilehash: eb6b8506d8df218a053242cd0b8d3097fa6d9fd3
+ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
+ms.translationtype: HT
+ms.contentlocale: ja-JP
+ms.lasthandoff: 10/28/2018
+ms.locfileid: "50199852"
---
# .NET Core への移植 - ライブラリ
@@ -162,11 +162,11 @@ Visual Studio 2017 でライブラリを読み込み、次の手順を行うこ
コードを移植したときにすべての機能が動作することを確認するには、コードを .NET Core に移植してテストすることをお勧めします。 このテストを行うには、.NET Core 用のテストを構築して実行するためのテスト フレームワークを使用する必要があります。 現在のところ、次の 3 つの選択肢があります。
- [xUnit](https://xunit.github.io/)
- * [はじめに](http://xunit.github.io/docs/getting-started-dotnet-core.html)
+ * [はじめに](https://xunit.github.io/docs/getting-started-dotnet-core.html)
* [MSTest プロジェクトを xUnit に変換するツール](https://github.com/dotnet/codeformatter/tree/master/src/XUnitConverter)
-- [NUnit](http://www.nunit.org/)
+- [NUnit](https://nunit.org/)
* [はじめに](https://github.com/nunit/docs/wiki/Installation)
- * [MSTest から NUnit への移行に関するブログ投稿](http://www.florian-rappl.de/News/Page/275/convert-mstest-to-nunit)
+ * [MSTest から NUnit への移行に関するブログ投稿](https://www.florian-rappl.de/News/Page/275/convert-mstest-to-nunit)
- [MSTest](https://docs.microsoft.com/visualstudio/test/unit-test-basics)
## 移植について推奨されるアプローチ
diff --git a/docs/core/tools/dotnet-new.md b/docs/core/tools/dotnet-new.md
index d96522739c2..78feda75eb0 100644
--- a/docs/core/tools/dotnet-new.md
+++ b/docs/core/tools/dotnet-new.md
@@ -3,13 +3,13 @@ title: dotnet new コマンド - .NET Core CLI
description: dotnet new コマンドは、指定されたテンプレートに基づいて新しい .NET Core プロジェクトを作成します。
author: mairaw
ms.author: mairaw
-ms.date: 07/31/2018
-ms.openlocfilehash: 396c4ddf09854fa4582226bdb1422f8c929e459b
-ms.sourcegitcommit: fb78d8abbdb87144a3872cf154930157090dd933
+ms.date: 10/24/2018
+ms.openlocfilehash: 56d76f1dd54097f9cf20129d74057235290c273c
+ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 09/28/2018
-ms.locfileid: "47208634"
+ms.lasthandoff: 10/27/2018
+ms.locfileid: "50188204"
---
# dotnet new
@@ -65,27 +65,27 @@ dotnet new [-h|--help]
このコマンドには、テンプレートの既定の一覧が含まれています。 使用可能なテンプレートの一覧を取得するには、`dotnet new -l` を使います。 次の表は、.NET Core SDK 2.1.300 にプレインストールされているテンプレートの一覧です。 テンプレートの既定の言語は、角かっこで示されます。
-|テンプレートの説明 | テンプレート名 | 言語 |
-|----------------------------------------------|-----------------|---------------|
-| コンソール アプリケーション | `console` | [C#], F#, VB |
-| クラス ライブラリ | `classlib` | [C#], F#, VB |
-| 単体テスト プロジェクト | `mstest` | [C#], F#, VB |
-| xUnit テスト プロジェクト | `xunit` | [C#], F#, VB |
-| Razor ページ | `page` | [C#] |
-| MVC ViewImports | `viewimports` | [C#] |
-| MVC ViewStart | `viewstart` | [C#] |
-| ASP.NET Core 空 | `web` | [C#], F# |
-| ASP.NET Core Web アプリ (モデル ビュー コントローラー) | `mvc` | [C#], F# |
-| ASP.NET Core Web アプリ | `razor` | [C#] |
-| Angular 付きの ASP.NET Core | `angular` | [C#] |
-| React.js 付きの ASP.NET Core | `react` | [C#] |
-| React.js および Redux 付きの ASP.NET Core | `reactredux` | [C#] |
-| ASP.NET Core Web API | `webapi` | [C#], F# |
-| Razor クラス ライブラリ | `razorclasslib` | [C#] |
-| global.json file | `globaljson` | |
-| NuGet 構成 | `nugetconfig` | |
-| Web 構成 | `webconfig` | |
-| ソリューション ファイル | `sln` | |
+|テンプレートの説明 | テンプレート名 | 言語 |
+|----------------------------------------------|------------------|---------------|
+| コンソール アプリケーション | `console` | [C#], F#, VB |
+| クラス ライブラリ | `classlib` | [C#], F#, VB |
+| 単体テスト プロジェクト | `mstest` | [C#], F#, VB |
+| xUnit テスト プロジェクト | `xunit` | [C#], F#, VB |
+| Razor ページ | `page` | [C#] |
+| MVC ViewImports | `viewimports` | [C#] |
+| MVC ViewStart | `viewstart` | [C#] |
+| ASP.NET Core 空 | `web` | [C#], F# |
+| ASP.NET Core Web アプリ (モデル ビュー コントローラー) | `mvc` | [C#], F# |
+| ASP.NET Core Web アプリ | `razor`、 `webapp`| [C#] |
+| Angular 付きの ASP.NET Core | `angular` | [C#] |
+| React.js 付きの ASP.NET Core | `react` | [C#] |
+| React.js および Redux 付きの ASP.NET Core | `reactredux` | [C#] |
+| ASP.NET Core Web API | `webapi` | [C#], F# |
+| Razor クラス ライブラリ | `razorclasslib` | [C#] |
+| global.json file | `globaljson` | |
+| NuGet 構成 | `nugetconfig` | |
+| Web 構成 | `webconfig` | |
+| ソリューション ファイル | `sln` | |
# [.NET Core 2.0](#tab/netcore20)
diff --git a/docs/core/tools/dotnet-nuget-delete.md b/docs/core/tools/dotnet-nuget-delete.md
index dd843eb5096..20b097a8404 100644
--- a/docs/core/tools/dotnet-nuget-delete.md
+++ b/docs/core/tools/dotnet-nuget-delete.md
@@ -1,15 +1,15 @@
---
-title: dotnet nuget delete コマンド - .NET Core CLI
-description: dotnet-nuget-delete コマンドは、サーバーからパッケージを削除または一覧から削除します。
-author: karann-msft
-ms.author: mairaw
-ms.date: 06/01/2018
-ms.openlocfilehash: 1b58136d0bc04947f0a5baba320e5e6b3e45e2f1
-ms.sourcegitcommit: bbf70abe6b46073148f78cbf0619de6092b5800c
-ms.translationtype: HT
-ms.contentlocale: ja-JP
-ms.lasthandoff: 06/04/2018
-ms.locfileid: "34728415"
+title: dotnet nuget delete コマンド - .NET Core CLI
+description: dotnet-nuget-delete コマンドは、サーバーからパッケージを削除または一覧から削除します。
+author: karann-msft
+ms.author: mairaw
+ms.date: 06/01/2018
+ms.openlocfilehash: f4aa027a465c4adea1de13853063d03e8e295411
+ms.sourcegitcommit: c93fd5139f9efcf6db514e3474301738a6d1d649
+ms.translationtype: HT
+ms.contentlocale: ja-JP
+ms.lasthandoff: 10/27/2018
+ms.locfileid: "50180881"
---
# dotnet nuget delete
@@ -79,7 +79,7 @@ dotnet nuget delete [-h|--help]
`-s|--source