faithchapel / boxcast-api-wrapper

A .NET wrapper for the BoxCast streaming platform API
MIT License
1 stars 0 forks source link

No Reference to netstandard #1

Open ghost opened 6 years ago

ghost commented 6 years ago

error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

ghost commented 6 years ago

Doesn't seem to have an app.config

ChrisMonson commented 6 years ago

Hmm... interesting. The project isn't supposed to have an app.config, and I just cloned the repo on a fresh machine that had never had this project before and was able to compile with no errors. Looking into it a little it sounds like it may be a VS version issue on .NET Standard projects. Updating to VS 2017 15.5.5 or higher seems to fix it for most people.