Skip to content

Instantly share code, notes, and snippets.

@oddbjornkvalsund
Last active November 3, 2016 12:52
Show Gist options
  • Save oddbjornkvalsund/7735a73eb83886e2639792d1961fcad4 to your computer and use it in GitHub Desktop.
Save oddbjornkvalsund/7735a73eb83886e2639792d1961fcad4 to your computer and use it in GitHub Desktop.
Minimal .NET Core project-file that depends on fhir-net-api
{
"version": "1.0.0-*",
"dependencies": {
"Hl7.Fhir.DSTU2": "0.90.5",
"Portable.DataAnnotations": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [ "dnxcore50", "portable-net45" ],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment