Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update possibly needed for .NET 7 in instructions for installation of Bolero template on Bolero website. #57

Open
BentTranberg opened this issue Nov 9, 2022 · 1 comment

Comments

@BentTranberg
Copy link

When running the instructions, the following appears.

C:\devbox\BugHunt24>dotnet new -i Bolero.Templates
Warning: use of 'dotnet new --install' is deprecated. Use 'dotnet new install' instead.
For more information, run:
   dotnet new install -h

The following template packages will be installed:
   Bolero.Templates

Bolero.Templates (version 0.17.12) is already installed, it will be replaced with latest version.
Bolero.Templates::0.17.12 was successfully uninstalled.
Success: Bolero.Templates::0.20.4 installed the following templates:
Template Name              Short Name  Language  Tags
-------------------------  ----------  --------  -----------------
Bolero Hosted Application  bolero-app  F#        Web/Blazor/Bolero


C:\devbox\BugHunt24>

I don't know whether it's best to just leave the instructions as is in order to cover all .NET versions with the least amount of instructions, or to add information in order to avoid the warning seen here.

@Tarmil
Copy link
Member

Tarmil commented Nov 12, 2022

I think I'll leave the instructions for now, and probably update them for .NET 8 (which is the next LTS release).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants