Skip to content

Instantly share code, notes, and snippets.

@joymon
Created June 3, 2015 02:52
Show Gist options
  • Save joymon/5a23870d9cc6af6e5761 to your computer and use it in GitHub Desktop.
Save joymon/5a23870d9cc6af6e5761 to your computer and use it in GitHub Desktop.
private IEnumerable<MetadataReference> GetReferences()
{
return new MetadataReference[]
{
MetadataReference.CreateFromFile(typeof(object).Assembly.Location),
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment