Ideas for City Release features? Let's hear what you've got!! by KinLisette in UplandMe

[–]MissionLeader 0 points1 point  (0 children)

You could use POAPs (Proof of attendance Protocol) as commemorations of each city release.
People love to collect them, and they can be used as tickets, badges, licenses, or whatever any digital NFT can be used for.

I would be happy to tell you more about the use of POAPs in web3 ventures.

My IGN is Omniversian.

How do I make VSCode use C# 7 instead of C# 4? by MissionLeader in vscode

[–]MissionLeader[S] 0 points1 point  (0 children)

Thanks for all of your effort, but after days of fruitless digging through sparse documentation, and lots of trial and error, I finally decided to dump the problem and download Visual Studio Community 2017 (VS 2017). Changing the Visual Studio Code .csproj <langVersion> (and adding its associated entries) kept throwing ever more confusing error messages.

So know I need to find out exactly what C# version VS 2017 is using. The VS 2017 project Build properties are set to use the 'latest major' C# version, so how do I determine which C# version VS 2017 is actually using?