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:
authorEric St. John <ericstj@microsoft.com>2016-10-21 02:36:05 +0300
committerEric St. John <ericstj@microsoft.com>2016-10-21 16:32:53 +0300
commita330f3651c999b241d55ca25d9baa7fb0f247c5c (patch)
tree72d178b1d4be462f28a2069586af6317c2eae928 /src/System.Reflection.Emit.ILGeneration/ref
parente136eccc0ed40515f9d2711f1762b89a1d64244c (diff)
Update all projects to last stable packages
And remove imports. Now that we have netstandard packages that support all targets we should use them. This means we don't need imports. I opted to use the stable packages rather than the LKG ones since this will reduce churn in the product assemblies. This has the added benefit of reducing download time for the repo.
Diffstat (limited to 'src/System.Reflection.Emit.ILGeneration/ref')
-rw-r--r--src/System.Reflection.Emit.ILGeneration/ref/project.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/System.Reflection.Emit.ILGeneration/ref/project.json b/src/System.Reflection.Emit.ILGeneration/ref/project.json
index b8d19f0652..5e6fbd8909 100644
--- a/src/System.Reflection.Emit.ILGeneration/ref/project.json
+++ b/src/System.Reflection.Emit.ILGeneration/ref/project.json
@@ -1,14 +1,10 @@
{
"dependencies": {
- "System.Runtime": "4.0.0",
- "System.Reflection": "4.0.0",
- "System.Reflection.Primitives": "4.0.0"
+ "System.Runtime": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Primitives": "4.0.1"
},
"frameworks": {
- "netstandard1.0": {
- "imports": [
- "dotnet5.1"
- ]
- }
+ "netstandard1.0": {}
}
-}
+} \ No newline at end of file