https://github.com/krgn/dotnet-test
https://github.com/krgn/dotnet-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/krgn/dotnet-test
- Owner: krgn
- Created: 2017-09-15T13:14:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T13:18:49.000Z (almost 9 years ago)
- Last Synced: 2025-03-21T08:21:31.625Z (over 1 year ago)
- Language: F#
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
* [dotnet 2.0](https://www.microsoft.com/net/download/core)
# Build
```shell
dotnet restore
dotnet build
```
# Run
```shell
dotnet run
```