asp.net core mvc - Multiple TargetFramework with Visual Studio 2017 -


can guide me how target multiple frameworks visual studio 2017?

  • netcoreapp1.1
  • net46
  • net45

you can specify multiple version in csproj below-

example1:

<targetframeworks>netcoreapp1.0;net452</targetframeworks> 

example2:

<targetframeworks>netcoreapp1.1;net462</targetframeworks> 

refer cross-targeting section.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

javascript - Confirm a form & display message if form is valid with JQuery -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -