Skip to content

Instantly share code, notes, and snippets.

@ridomin
Created December 12, 2018 18:15
Show Gist options
  • Save ridomin/454ffc4cb20e95171ff1474ebd4ad168 to your computer and use it in GitHub Desktop.
Save ridomin/454ffc4cb20e95171ff1474ebd4ad168 to your computer and use it in GitHub Desktop.
runtime.config.json
{
"runtimeOptions": {
"tfm": "netcoreapp3.0",
"framework": {
"name": "Microsoft.DesktopUI.App",
"version": "3.0.0-alpha-27128-4"
},
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment