Skip to content

Adding Reference to Myra

Roman Shapiro edited this page Jan 22, 2019 · 29 revisions

There are two ways of referencing Myra in the Monogame project:

  1. Through nuget: install-package Myra
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to Myra.dll and Newtonsoft.Json.dll.

Correspondingly there are two ways of referencing Myra in the FNA project:

  1. Through nuget: install-package Myra.FNA
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to FNA/Myra.dll and Newtonsoft.Json.dll.

Finally there are two ways of referencing Myra in the Xenko project:

  1. Through nuget: install-package Myra.Xenko
  2. Download latest binary distribution(Myra.v.v.v.v.zip) from here, unpack it, add references to Xenko/Myra.dll and Newtonsoft.Json.dll.