daltskin / SmartThingsTerminal

SmartThings Terminal is a cross platform CLI tool for the SmartThings API - interact with your smart home from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build in VS2019

rboy1 opened this issue · comments

commented

I noticed the .net version was bumped to 6.0. Any specific reason? The problems is that .NET6.0 isn't supported on anything older than VS2022 and I cannot upgrade to VS2022 for other reasons.

Wondering if the .NET5.0 target was creating some issue. Am trying to debug the app but can't run it from VS2019 for this reason.

Gotta keep up with the times :)

Suggested alternative, use VS Code 😀

image

commented

Just as a note, changing the framework version to net5.0 and it works just fine with VS2019. Helps with backwards compatibility unless there is a specific need to target net6.0 :)

@rboy1 glad you found a resolution - will close this now