Melonator / Tower-of-Doom

A roguelite console-styled game built in C#.
9 stars 0 forks source link

Game won't start. #15

Closed RychuP closed 2 years ago

RychuP commented 2 years ago

Is there an existing issue for this?

Current Behavior

Game won't start and the error shows: The current .NET SDK does not support targeting .NET 6.0. Either target .NET 5.0 or lower, or use a version of the .NET SDK that supports .NET 6.0.

Expected Behavior

Game starts in debug mode.

Steps To Reproduce

  1. Clone from github.
  2. Press RUN in debug mode.

Additional context

No response

sitiom commented 2 years ago

Assuming you are running this in VS 2019, update to VS 2022 (has the .NET 6 SDK).

RychuP commented 2 years ago

Thanks. I am updating to 2022 now. I will try again soon.

RychuP commented 2 years ago

It works. Cool game.