DotNET: Difference between revisions
Add notice that MSBuild SDKs are problemaic. |
m update links |
||
| Line 1: | Line 1: | ||
From [ | From [[Wikipedia:.NET|Wikipedia]] | ||
<blockquote> | <blockquote> | ||
The .NET platform (formerly named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to the .NET Framework. The project is mainly developed by Microsoft employees by way of the .NET Foundation and is today released under an MIT License. | The .NET platform (formerly named .NET Core) is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to the .NET Framework. The project is mainly developed by Microsoft employees by way of the .NET Foundation and is today released under an MIT License. | ||
| Line 9: | Line 9: | ||
This is relevant for NixOS only. | This is relevant for NixOS only. | ||
[https://github.com/ | [https://github.com/nix-community/nix-ld nix-ld] is needed: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
{ | { | ||
| Line 263: | Line 263: | ||
* [https://www.reddit.com/r/NixOS_dotnet NixOS.NET community on Reddit] | * [https://www.reddit.com/r/NixOS_dotnet NixOS.NET community on Reddit] | ||
* [https://discord.gg/pTpq7Qfs NixOS.NET community on Discord] | * [https://discord.gg/pTpq7Qfs NixOS.NET community on Discord] | ||
* [https://sgt.hootr.club/ | * [https://sgt.hootr.club/blog/dotnet-on-nix/ The journey of packaging a .NET app on Nix] | ||
* | * [[Wikipedia:.NET Framework|.NET Framework]] - The old, windows-only version of .NET. Newer versions (ie. .NET Core) are multiplatform. | ||
** | ** [[Wikipedia:Mono (software)|Mono]] is the open source reimplementation of .NET Framework. Its runtime/JIT has been merged into .NET Core, and now it only receives bugfixes. | ||
* https://learn.microsoft.com/en-us/dotnet/core/introduction | * https://learn.microsoft.com/en-us/dotnet/core/introduction | ||
[[Category:Languages]] | [[Category:Languages]] | ||