Updating System.Reflection.Metadata to a newer version in some projects that I forgot to do so before.
This commit is contained in:
parent
51ea2e6014
commit
90232486e5
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
"Microsoft.NETCore.App": "1.0.0",
|
||||
"Microsoft.CSharp": "4.0.1",
|
||||
"System.Dynamic.Runtime": "4.0.11",
|
||||
"System.Reflection.Metadata": "1.3.0",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Xml.XmlSerializer": "4.0.11",
|
||||
"WindowsAzure.Storage": "6.2.2-preview"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2",
|
||||
"Microsoft.CSharp": "4.0.1",
|
||||
"System.Dynamic.Runtime": "4.0.11",
|
||||
"System.Reflection.Metadata": "1.3.0",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Xml.XmlSerializer": "4.0.11",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"NETStandard.Library": "1.6.0",
|
||||
"Microsoft.CSharp": "4.0.1",
|
||||
"System.Dynamic.Runtime": "4.0.11",
|
||||
"System.Reflection.Metadata": "1.3.0",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Xml.XmlSerializer": "4.0.11",
|
||||
"WindowsAzure.Storage": "6.2.2-preview",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"NuGet.Configuration": "3.6.0-beta.1.msbuild.1",
|
||||
"NuGet.Packaging": "3.6.0-beta.1.msbuild.1",
|
||||
"NuGet.RuntimeModel": "3.6.0-beta.1.msbuild.1",
|
||||
"System.Reflection.Metadata": "1.3.0"
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24410-02"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {
|
||||
|
|
Loading…
Reference in a new issue