0

I'm trying to master the Xamarin's IDE and I want to know how I would multitarget frameworks for an asp.net project. In Visual Studio 2015, I would modify the project.json file to configure targeted frameworks. In Xamarin, it looks like targeting is determined by the package.config file. Is this the correct file? Can I just simply add a tag that specifies a package that targets the other framework?

I'm writing with NET45 currently and I'm trying to asp-add core support.

Code Bird
  • 11
  • 4

1 Answers1

0

I would recommend switching to Visual Studio as Xamarin Studio is no longer supported as shown below.

In Windows:

enter image description here

SOURCE: https://developer.xamarin.com/guides/cross-platform/xamarin-studio/


In macOS:

enter image description here

SOURCE: https://learn.microsoft.com/en-us/visualstudio/mac/benefits-vsmac-over-xs

univ
  • 717
  • 4
  • 12
  • Great, just as I find an alternative to Microsoft that doesn't need an account. Thanks for the heads up. – Code Bird Jul 07 '17 at 22:58
  • @CodeBird You might need an account for the community edition but it's totally free! Also, project.json was deprecated in favor for the csproj XML based format in ASP.NET Core 1.1 :P Sorry for the barrage of bad news but better knowing earlier than later :) – univ Jul 07 '17 at 23:04