/MonitorSystem.Core

Core for application MonitorSystemTool

Primary LanguageC#MIT LicenseMIT

MonitorSystem.Core

Core for application MonitorSystemTool

Build Setup

#Requirements

  • Visual Studio >= 2015
  • .NET Framework >= 4.6.*
# install dependencies presents in package.config
Packages will be restored automatically by nuget, but case you want mannually run:
Packages-Install --reinstall

# serve with hot reload at localhost:8080
run debug (F5)

# build for production
run release (F5)