dotnet-core/Documentation/minimum_requirements.md
Omair Majid e06a8c7f23 Fix markdown headings
GitHub recently changed how it renders headings. Now headings need a
space after the last # to be recognized as a heading.

See https://github.github.com/gfm/#atx-headings
2017-03-20 16:52:07 -04:00

446 B

.NET Core Minimum System Requirements:

In general, the minimum requirements of your operating system will be enough to run .NET Core applications.

1.X

The minimum available resources required for a simple standalone application are:

  • 25MB Disk Space (50MB for a default application before removing unused assemblies)
  • 16MB available RAM

Depending on your application and performance requirements, these requirements may be higher.