Added Visual Studio Codium workspace, NuGet configuration and updated the submodules
This commit is contained in:
parent
48ba3f9962
commit
970155157a
5 changed files with 73 additions and 1 deletions
9
third-party/ReadMe.md
vendored
Normal file
9
third-party/ReadMe.md
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
Third-Party Libraries
|
||||
---------------------
|
||||
|
||||
Modern .NET projects use NuGet to manage their dependencies. Dependencies will
|
||||
be downloaded into this directory when you do a "NuGet restore" or compile
|
||||
a project in Microsoft's Visual Studio IDE.
|
||||
|
||||
NuGet is essentially .NET's package manager, similar to Cargo, PIP or npm,
|
||||
just less pleasant to use and very poorly integrated into the build system.
|
Loading…
Add table
Add a link
Reference in a new issue