Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Tools-Override/MSBuild.runtimeconfig.json')
-rw-r--r--Tools-Override/MSBuild.runtimeconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools-Override/MSBuild.runtimeconfig.json b/Tools-Override/MSBuild.runtimeconfig.json
new file mode 100644
index 0000000000..167e7dc1f3
--- /dev/null
+++ b/Tools-Override/MSBuild.runtimeconfig.json
@@ -0,0 +1,11 @@
+{
+ "runtimeOptions": {
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "1.1.0"
+ },
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+} \ No newline at end of file