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

Lab 3: create console app fails #755

Closed
pushkarsule opened this issue Jan 31, 2024 · 2 comments
Closed

Lab 3: create console app fails #755

pushkarsule opened this issue Jan 31, 2024 · 2 comments

Comments

@pushkarsule
Copy link

Lab: 03

Description of issue
the command "dotnet new console --framework net8.0 BlobManager --output ." Fails
The fix is to use net6.0 framework.
Repro steps:

1.dotnet new console --framework net8.0 BlobManager --output .
1.

Relevant screenshots

image

@KoalaBear84
Copy link
Contributor

It depends on your environment. .NET (Core) framework 8.0 SDK should be installed.

@rramoscabral
Copy link
Contributor

Hello @pushkarsule, KoalaBear84 answer is correct.

image

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

4 participants