https://github.com/thiagoloureiro/orleansinterfacenetstandardprojecttemplate
OrleansInterface.NetStandard.ProjectTemplate
https://github.com/thiagoloureiro/orleansinterfacenetstandardprojecttemplate
Last synced: 7 months ago
JSON representation
OrleansInterface.NetStandard.ProjectTemplate
- Host: GitHub
- URL: https://github.com/thiagoloureiro/orleansinterfacenetstandardprojecttemplate
- Owner: thiagoloureiro
- License: gpl-3.0
- Created: 2018-10-28T20:57:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T08:38:06.000Z (about 6 years ago)
- Last Synced: 2024-12-04T22:36:48.891Z (7 months ago)
- Language: C#
- Size: 886 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OrleansInterfaceNetStandardProjectTemplate
OrleansInterface.NetStandard.ProjectTemplate# How to install:
## First download the Latest .Netcore SDK
https://www.microsoft.com/net/download## Run the command:
```dotnet new -i OrleansInterface.NetCore.ProjectTemplate```## Create a New folder
```md OrleansInterface```## Change Directory to the new folder
```cd OrleansInterface```## Browse to your folder and type
```dotnet new orleansinterfacedotnet```## Build the project
```dotnet build```