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

Add Reference Assembly Packages. #8274

Closed
wants to merge 18 commits into from

Commits on Jun 10, 2024

  1. Add Reference Assembly Packages.

    When building Library projects or Content Pipeline
    it would be better if we referenced a reference
    assembly version of the MonoGame.Framework.dll.
    
    We used to have a Portable library which was generated
    before the upgrade to .net 6.
    
    This commit adds two new Packages
    
    MonoGame.Framework.Ref
    MonoGame.Framework.Content.Pipeline.Ref
    
    These contain generated reference assemblies from
    the `jetbrains.refasmer.clitool` [1]. This tool processes
    an assembly, stripping out everything but the API and
    adding a `ReferenceAssembly` attribute.
    
    [1] https://github.com/JetBrains/Refasmer/
    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3528d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9177ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13c0900 View commit details
    Browse the repository at this point in the history
  4. try this

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    11347a2 View commit details
    Browse the repository at this point in the history
  5. ff

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7cb6391 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c68a9a View commit details
    Browse the repository at this point in the history
  7. ff

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0773d75 View commit details
    Browse the repository at this point in the history
  8. ff

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6e5c3c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d84772b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ceded5 View commit details
    Browse the repository at this point in the history
  11. fix linux build ?

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9a7fcca View commit details
    Browse the repository at this point in the history
  12. only export public types

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    de409d2 View commit details
    Browse the repository at this point in the history
  13. add DevelopmentDependency

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    68318e1 View commit details
    Browse the repository at this point in the history
  14. update templates

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5c0b7cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b04425e View commit details
    Browse the repository at this point in the history
  16. accpet licences

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d493dc7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15a4691 View commit details
    Browse the repository at this point in the history
  18. Remove commented out code

    dellis1972 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fade36f View commit details
    Browse the repository at this point in the history