Skip to content

Instantly share code, notes, and snippets.

@cjvandyk
Created April 9, 2020 18:53
Show Gist options
  • Save cjvandyk/51224aa5bc43dddbabae7609b6e1fbf1 to your computer and use it in GitHub Desktop.
Save cjvandyk/51224aa5bc43dddbabae7609b6e1fbf1 to your computer and use it in GitHub Desktop.
NetStandard reference
<configuration>
<system.web>
<compilation>
<assemblies>
<add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"/>
</assemblies>
</compilation>
</system.web>
</configuration>
@GAMEBR0VIP
Copy link

this added another error which says add "key" after "add"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment