DotNET: Difference between revisions
group into sections, add intro text from wikipedia |
Add notice that MSBuild SDKs are problemaic. |
||
| Line 166: | Line 166: | ||
See also: setting up SSL certificates using [[ACME]] | See also: setting up SSL certificates using [[ACME]] | ||
=== Packaging Test projects === | |||
If you use MSBuild SDKs for test projects, then you have to manually copy of the Nuget package to pkg folder, since MSBuild SDK are not saved during `dotnet restore --packages pkg` process. | |||
== Examples == | == Examples == | ||