Created
December 12, 2018 18:15
-
-
Save ridomin/454ffc4cb20e95171ff1474ebd4ad168 to your computer and use it in GitHub Desktop.
runtime.config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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