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 'src/System.Text.Encoding/ref/project.json')
-rw-r--r--src/System.Text.Encoding/ref/project.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/System.Text.Encoding/ref/project.json b/src/System.Text.Encoding/ref/project.json
index 04ba7dde3a..1debae2d47 100644
--- a/src/System.Text.Encoding/ref/project.json
+++ b/src/System.Text.Encoding/ref/project.json
@@ -3,6 +3,10 @@
"System.Runtime": "4.0.0"
},
"frameworks": {
- "dotnet5.4": {}
+ "netstandard1.3": {
+ "imports": [
+ "dotnet5.4"
+ ]
+ }
}
} \ No newline at end of file