Merge pull request #1477 from toumorokoshi/master

Adding build debug instructions for c#
This commit is contained in:
Ignacio Etcheverry
2018-06-07 08:32:33 +02:00
committed by mhilbrunner
parent e9ee4296fc
commit 2eb93fc6d8

View File

@@ -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