dotnet / orleans-templates

Templates for building Microsoft Orleans based solutions
http://dotnet.github.io/orleans/
MIT License
33 stars 12 forks source link

dotnet Orleans template not available #3

Closed martinstejskal closed 6 years ago

martinstejskal commented 6 years ago

Using the mentioned command line: dotnet new --install Microsoft.Orleans.Templates: results in 'Error: Couldn't find item to install: "Microsoft.Orleans.Templates:".'

The Orleans template can't be found on https://dotnetnew.azurewebsites.net/ either.

Here is some more info about my Installation:

PS C:\Program Files\PowerShell\6.0.2> dotnet --info .NET Command Line Tools (2.1.103)

Product Information: Version: 2.1.103 Commit SHA-1 hash: 60218cecb5

Runtime Environment: OS Name: Windows OS Version: 10.0.15063 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\2.1.103\

Microsoft .NET Core Shared Framework Host

Version : 2.0.6 Build : 74b1c703813c8910df5b96f304b0f2b78cdf194d

martinstejskal commented 6 years ago

Found the issue. Instead of dotnet new --install Microsoft.Orleans.Templates:* the command should look like: dotnet new --install Microsoft.Orleans.Templates::* Version Information is given by two colons.