-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Defining Symbols for Pre-Processor Directives #1581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm an idiot. I should have used intellisense within the "netstandard1.5": { |
natemcmaster
pushed a commit
that referenced
this issue
Nov 14, 2018
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 27, 2018
natemcmaster
pushed a commit
that referenced
this issue
Dec 1, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
I'm using VS with preview 1 release of tooling, working on an RC2 based application.
I'm looking at code like this:
That directive seems to work - but where does it come from and is there a standard list somewhere for each of the frameworks?
What i'd like to know is:
NETSTANDARD1.5
(I have triedNETSTANDARD1_5
andNETSTANDARD15
I tried doing this in
project.json
but it didn't work:The text was updated successfully, but these errors were encountered: