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 'external/winrt/project.json.template')
-rw-r--r--external/winrt/project.json.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/external/winrt/project.json.template b/external/winrt/project.json.template
new file mode 100644
index 0000000000..8ccca2018a
--- /dev/null
+++ b/external/winrt/project.json.template
@@ -0,0 +1,8 @@
+{
+ "dependencies": {
+ "Microsoft.TargetingPack.Private.WinRT": "1.0.3"
+ },
+ "frameworks": {
+ "{TFM}": {}
+ }
+}