Skip to content

Instantly share code, notes, and snippets.

@7cc
Created March 11, 2020 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7cc/ed7280962c8be7181703897248c84df3 to your computer and use it in GitHub Desktop.
Save 7cc/ed7280962c8be7181703897248c84df3 to your computer and use it in GitHub Desktop.

Visual Studio なしであれがしたい

C#6以降をコンパイルしたい

どれか一つ

  • .NET Core SDK をインストール
  • Microsoft.Net.Compilers をダウンロード
  • Build Tools for Visual Studio 2019 をインストール

csproj や sln を作りたい

  • .NET Core SDK をインストール
  • 手動
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment