Skip to content
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

[mac][msbuild] Add MigrateToNewXMTFI to convert TFI to new Xamarin.Mac.NET (opt-in) #5654

Merged
merged 3 commits into from
Feb 28, 2019

Commits on Feb 21, 2019

  1. [mac][msbuild] Add MigrateToNewXMTFI to convert TFI to new Xamarin.Ma…

    …c.NET (opt-in)
    
    - #5480
    - Related: NuGet/NuGet.Client#2572
    
    To allow nuget to target XM Full we need to have a unique TFI (TargetFrameworkIdentifier).
    
    However, that's a really scary change to force, so let's opt-in for now. You can set
    
    <MigrateToNewXMTFI>true</MigrateToNewXMTFI> in your project or
    
    MigrateToNewXMTFI=true msbuild project.csproj
    
    to try it out. We can convert the opt-in to an opt-out with sufficient validation \ releases.
    chamons committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    6e7266b View commit details
    Browse the repository at this point in the history
  2. Fix typo in comment

    chamons authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c37e020 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    a895401 View commit details
    Browse the repository at this point in the history