In general, the minimum requirements of your operating system will be enough to run .NET Core applications.
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.