소스 검색

Merge pull request #1477 from toumorokoshi/master

Adding build debug instructions for c#
Ignacio Etcheverry 7 년 전
부모
커밋
2eb93fc6d8
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      getting_started/scripting/c_sharp/c_sharp_basics.rst

+ 4 - 2
getting_started/scripting/c_sharp/c_sharp_basics.rst

@@ -161,6 +161,8 @@ located in the project root:
     </Project>
 
 
-Then using the dotnet command line to restore package, in the project root::
+Whenever packages are added or modified, run nuget restore in the root of the
+project directory, to ensure that the nuget packages will be available for
+msbuild to use, run::
 
-    $ dotnet restore
+  $ msbuild /t:restore