https://github.com/thiagoloureiro/orleansgrainnetstandardprojecttemplate
OrleansGrain.NetStandard.ProjectTemplate
https://github.com/thiagoloureiro/orleansgrainnetstandardprojecttemplate
Last synced: 2 months ago
JSON representation
OrleansGrain.NetStandard.ProjectTemplate
- Host: GitHub
- URL: https://github.com/thiagoloureiro/orleansgrainnetstandardprojecttemplate
- Owner: thiagoloureiro
- License: gpl-3.0
- Created: 2018-10-28T20:57:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T08:37:15.000Z (about 6 years ago)
- Last Synced: 2025-03-05T08:15:51.133Z (3 months ago)
- Language: C#
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrleansGrainNetStandardProjectTemplate
OrleansGrain.NetStandard.ProjectTemplate# How to install:
## First download the Latest .Netcore SDK
https://www.microsoft.com/net/download## Run the command:
```dotnet new -i OrleansGrain.NetCore.ProjectTemplate```## Create a New folder
```md OrleansGrain```## Change Directory to the new folder
```cd OrleansGrain```## Browse to your folder and type
```dotnet new orleansgraindotnet```## Build the project
```dotnet build```