Skip to content

Commit c77daee

Browse files
JonDouglasjebriede
andauthored
Clarify nuget/mono isn't supported and never was on Unixy platforms. (#3335)
* Update NuGet-FAQ.yml * Update docs/resources/NuGet-FAQ.yml Co-authored-by: Jean-Pierre Briedé <[email protected]> --------- Co-authored-by: Jean-Pierre Briedé <[email protected]>
1 parent c8f4c6b commit c77daee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/resources/NuGet-FAQ.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ sections:
2323
- question: |
2424
Does NuGet support Mono?
2525
answer: |
26-
The command-line tool, `nuget.exe`, builds and runs under Mono 3.2+ and can create packages in Mono.
27-
28-
Although `nuget.exe` works fully on Windows, there are known issues on Linux and OS X. Refer to [Mono issues](https://github.com/NuGet/Home/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+mono) on GitHub.
29-
30-
A [graphical client](https://github.com/mrward/monodevelop-nuget-addin) is available as an add-in for MonoDevelop.
26+
The command-line tool, `nuget.exe`, builds and runs typically under Windows. NuGet can run on Unix operating systems using `mono`, but it is not officially supported by [NuGet's Support Policy](https://devblogs.microsoft.com/nuget/announcing-nuget-exe-and-nuget-client-sdk-packages-support-policy-keeping-you-informed-and-secure/).
27+
28+
[Mono has transferred ownership to Wine and is no longer maintained by Microsoft](https://github.com/mono/mono/issues/21796).
3129
3230
- question: |
3331
How can I determine what a package contains and whether it's stable and useful for my application?

0 commit comments

Comments
 (0)