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

[dotnet] Use net5.0-[ios|tvos|watchos|macos] TargetFrameworks. #9532

Merged
merged 7 commits into from
Aug 31, 2020

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    b828e78 View commit details
    Browse the repository at this point in the history
  2. [dotnet] Generate a list of valid OS versions for each platform, and …

    …add it to the SupportedTargetPlatform item group.
    
    The generated files: https://gist.github.com/rolfbjarne/765c4e4b38b1b017380c9378d9666317
    rolfbjarne committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    befd31a View commit details
    Browse the repository at this point in the history
  3. [dotnet] Define and set the default platform version if it's not set …

    …in the TargetFramework variable.
    rolfbjarne committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    d1be72d View commit details
    Browse the repository at this point in the history
  4. [dotnet] Switch to using the new-style TargetFramework values.

    This includes bumping spouliot/Touch.Unit to get new-style TargetFramework values for Touch.Client.
    
    * xamarin/Touch.Unit@89afaf7 [Touch.Client] Use the right TargetFrameworks for watchOS and macOS as well. (xamarin#92)
    * xamarin/Touch.Unit@fd0e576 [Touch.Client] Use the right TargetFrameworks. (xamarin#91)
    * xamarin/Touch.Unit@40f47db [Touch.Client] Add a macOS and watchOS version for .NET. (xamarin#90)
    * xamarin/Touch.Unit@1d4b8c0 Add .gitignore for NuGet.config and global.json. (xamarin#89)
    * xamarin/Touch.Unit@49441f3 Call `mlaunch` instead of `mtouch` (xamarin#88)
    * xamarin/Touch.Unit@b157cf4 Fix a few markdown issues found by markdownlint. (xamarin#87)
    
    Diff: https://github.com/spouliot/Touch.Unit/compare/d7f55a61673e18ae5a8f9628600081a54b4e074c..89afaf7e05a942c87231cf5601b3a5b59640e218
    rolfbjarne committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    54e1ca5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. [dotnet] Document the script that generates the lists of the target p…

    …latform versions a little bit better.
    rolfbjarne committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4434c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db777a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dadf81 View commit details
    Browse the repository at this point in the history