changing project from framework 4.7+ to core 3.x

  • Thread starter Thread starter Lilith5th
  • Start date Start date
L

Lilith5th

Guest
hi, I have a working project (winform) Started as framework 4.7 and would like to use the c# 8.x features.

from what I understand, only way to change c# version in visual studio 2019 is to to change the target framework since the version is "baked" into it.

Microsoft site notes that to use c# 8.0, 8.1 is to set the framework to core 3.0+ ... but although I've installed the core 3.0 I dont have it in the solution/framework dropdown list.

how to proceed?

Continue reading...
 
Back
Top