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

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Commits on Apr 11, 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 Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6d66dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a4333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a862f View commit details
    Browse the repository at this point in the history
  4. try this

    dellis1972 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d166856 View commit details
    Browse the repository at this point in the history
  5. ff

    dellis1972 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    af6c230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54cac7b View commit details
    Browse the repository at this point in the history
  7. ff

    dellis1972 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    eeaee19 View commit details
    Browse the repository at this point in the history
  8. ff

    dellis1972 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0637318 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    bb32c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7734c66 View commit details
    Browse the repository at this point in the history
  3. fix linux build ?

    dellis1972 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8dadea7 View commit details
    Browse the repository at this point in the history
  4. only export public types

    dellis1972 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6350382 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. add DevelopmentDependency

    dellis1972 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ab35211 View commit details
    Browse the repository at this point in the history
  2. update templates

    dellis1972 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    93ff311 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    9793be8 View commit details
    Browse the repository at this point in the history
  2. accpet licences

    dellis1972 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a509778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4ea14 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Remove commented out code

    dellis1972 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    63a76a9 View commit details
    Browse the repository at this point in the history