Skip to content

Commit

Permalink
Downgrade to stable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Feb 15, 2017
1 parent a00acce commit 0097e40
Show file tree
Hide file tree
Showing 57 changed files with 155 additions and 135 deletions.
4 changes: 2 additions & 2 deletions samples/MvcSandbox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
}
}
}
}
}
}
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Mvc.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.2.0-*",
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.4.0-*",
"System.ComponentModel.TypeConverter": "4.4.0-*"
"Microsoft.CSharp": "4.3.0",
"System.ComponentModel.TypeConverter": "4.3.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
10 changes: 5 additions & 5 deletions src/Microsoft.AspNetCore.Mvc.Core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.Extensions.DependencyModel": "1.2.0-*",
"Microsoft.Extensions.DependencyModel": "1.1.0",
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
Expand All @@ -56,12 +56,12 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*",
"System.Buffers": "4.4.0-*",
"System.Diagnostics.DiagnosticSource": "4.4.0-*"
"NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0",
"System.Diagnostics.DiagnosticSource": "4.3.0"
},
"frameworks": {
"net451": {},
"netstandard1.6": {}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Cors/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Microsoft.AspNetCore.Mvc.Core": {
"target": "project"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"type": "build"
},
"Microsoft.Extensions.Localization": "1.2.0-*",
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {
Expand All @@ -42,8 +42,8 @@
},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.4.0-*"
"System.ComponentModel.Annotations": "4.3.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {
Expand All @@ -43,9 +43,9 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.4.0-*",
"System.Xml.XmlSerializer": "4.4.0-*"
"System.Runtime.Serialization.Xml": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.Localization/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.TypeConverter": "4.4.0-*"
"System.ComponentModel.TypeConverter": "4.3.0"
}
}
}
}
}
6 changes: 3 additions & 3 deletions src/Microsoft.AspNetCore.Mvc.Razor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {}
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Loader": "4.4.0-*"
"System.Runtime.Loader": "4.3.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.RazorPages/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {},
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"NETStandard.Library": "1.6.2-*",
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.4.0-*"
"System.Buffers": "4.3.0"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.4.0-*"
"System.Runtime.Serialization.Primitives": "4.3.0"
}
}
}
}
}
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "build",
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {
Expand All @@ -48,9 +48,9 @@
"portable-net451+win8"
],
"dependencies": {
"System.Runtime.Serialization.Xml": "4.4.0-*",
"System.Xml.XmlSerializer": "4.4.0-*"
"System.Runtime.Serialization.Xml": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0"
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Mvc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
"NETStandard.Library": "1.6.2-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
Expand Down
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
8 changes: 4 additions & 4 deletions test/Microsoft.AspNetCore.Mvc.Core.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*",
"System.Xml.XmlDocument": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0",
"System.Xml.XmlDocument": "4.3.0"
}
},
"net451": {}
}
}
}
6 changes: 3 additions & 3 deletions test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.4.0-*"
"System.Diagnostics.TraceSource": "4.3.0"
}
},
"net451": {}
}
}
}
4 changes: 2 additions & 2 deletions test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"version": "1.1.0",
"type": "platform"
}
},
"imports": "portable-net451+win8"
},
"net451": {}
}
}
}
Loading

0 comments on commit 0097e40

Please sign in to comment.