dotnet-core/Documentation/minimum_requirements.md

13 lines
446 B
Markdown
Raw Permalink Normal View History

# .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.