MihailRomanov / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
9 stars 3 forks source link

Exclude submodules and refuse to store external (some part) libraries in the repository #23

Closed MihailRomanov closed 6 months ago

MihailRomanov commented 8 months ago

Now SharpDevelop store all dependencies (exclude only .Net Framework and Windows SDK) in reposytory or git submodules:

Since most of these libraries are now being developed as independent projects and will need to be updated in the future, it makes sense to transfer as many dependencies as possible to NuGet