summaryrefslogtreecommitdiff
path: root/src/mscorlib/facade/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/facade/project.json')
-rw-r--r--src/mscorlib/facade/project.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mscorlib/facade/project.json b/src/mscorlib/facade/project.json
new file mode 100644
index 0000000000..485086eca5
--- /dev/null
+++ b/src/mscorlib/facade/project.json
@@ -0,0 +1,14 @@
+{
+ "dependencies": {
+ "System.Console": "4.0.0",
+ "System.Security.Cryptography.Primitives": "4.0.0",
+ "System.Security.Claims": "4.0.0",
+ },
+ "frameworks": {
+ "netstandard1.3": {
+ "imports": [
+ "dotnet5.4"
+ ]
+ }
+ }
+} \ No newline at end of file