Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 0097e40

Browse files
author
Nate McMaster
committed
Downgrade to stable packages
1 parent a00acce commit 0097e40

File tree

57 files changed

+155
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+155
-135
lines changed

samples/MvcSandbox/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"netcoreapp1.1": {
3232
"dependencies": {
3333
"Microsoft.NETCore.App": {
34-
"version": "1.2.0-*",
34+
"version": "1.1.0",
3535
"type": "platform"
3636
}
3737
}
3838
}
3939
}
40-
}
40+
}

src/Microsoft.AspNetCore.Mvc.Abstractions/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"type": "build"
3939
},
4040
"Microsoft.Net.Http.Headers": "1.2.0-*",
41-
"NETStandard.Library": "1.6.2-*"
41+
"NETStandard.Library": "1.6.1"
4242
},
4343
"frameworks": {
4444
"net451": {},
4545
"netstandard1.3": {
4646
"dependencies": {
47-
"Microsoft.CSharp": "4.4.0-*",
48-
"System.ComponentModel.TypeConverter": "4.4.0-*"
47+
"Microsoft.CSharp": "4.3.0",
48+
"System.ComponentModel.TypeConverter": "4.3.0"
4949
}
5050
}
5151
}
52-
}
52+
}

src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"version": "1.2.0-*",
3232
"type": "build"
3333
},
34-
"NETStandard.Library": "1.6.2-*"
34+
"NETStandard.Library": "1.6.1"
3535
},
3636
"frameworks": {
3737
"net451": {},

src/Microsoft.AspNetCore.Mvc.Core/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"version": "1.2.0-*",
3737
"type": "build"
3838
},
39-
"Microsoft.Extensions.DependencyModel": "1.2.0-*",
39+
"Microsoft.Extensions.DependencyModel": "1.1.0",
4040
"Microsoft.Extensions.FileProviders.Abstractions": "1.2.0-*",
4141
"Microsoft.Extensions.HashCodeCombiner.Sources": {
4242
"type": "build",
@@ -56,12 +56,12 @@
5656
"version": "1.2.0-*",
5757
"type": "build"
5858
},
59-
"NETStandard.Library": "1.6.2-*",
60-
"System.Buffers": "4.4.0-*",
61-
"System.Diagnostics.DiagnosticSource": "4.4.0-*"
59+
"NETStandard.Library": "1.6.1",
60+
"System.Buffers": "4.3.0",
61+
"System.Diagnostics.DiagnosticSource": "4.3.0"
6262
},
6363
"frameworks": {
6464
"net451": {},
6565
"netstandard1.6": {}
6666
}
67-
}
67+
}

src/Microsoft.AspNetCore.Mvc.Cors/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Microsoft.AspNetCore.Mvc.Core": {
2626
"target": "project"
2727
},
28-
"NETStandard.Library": "1.6.2-*"
28+
"NETStandard.Library": "1.6.1"
2929
},
3030
"frameworks": {
3131
"net451": {},

src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "build"
3333
},
3434
"Microsoft.Extensions.Localization": "1.2.0-*",
35-
"NETStandard.Library": "1.6.2-*"
35+
"NETStandard.Library": "1.6.1"
3636
},
3737
"frameworks": {
3838
"net451": {
@@ -42,8 +42,8 @@
4242
},
4343
"netstandard1.6": {
4444
"dependencies": {
45-
"System.ComponentModel.Annotations": "4.4.0-*"
45+
"System.ComponentModel.Annotations": "4.3.0"
4646
}
4747
}
4848
}
49-
}
49+
}

src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"version": "1.2.0-*",
3030
"type": "build"
3131
},
32-
"NETStandard.Library": "1.6.2-*"
32+
"NETStandard.Library": "1.6.1"
3333
},
3434
"frameworks": {
3535
"net451": {},

src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"version": "1.2.0-*",
3333
"type": "build"
3434
},
35-
"NETStandard.Library": "1.6.2-*"
35+
"NETStandard.Library": "1.6.1"
3636
},
3737
"frameworks": {
3838
"net451": {
@@ -43,9 +43,9 @@
4343
},
4444
"netstandard1.6": {
4545
"dependencies": {
46-
"System.Runtime.Serialization.Xml": "4.4.0-*",
47-
"System.Xml.XmlSerializer": "4.4.0-*"
46+
"System.Runtime.Serialization.Xml": "4.3.0",
47+
"System.Xml.XmlSerializer": "4.3.0"
4848
}
4949
}
5050
}
51-
}
51+
}

src/Microsoft.AspNetCore.Mvc.Localization/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"version": "1.2.0-*",
2121
"type": "build"
2222
},
23-
"NETStandard.Library": "1.6.2-*"
23+
"NETStandard.Library": "1.6.1"
2424
},
2525
"frameworks": {
2626
"net451": {},

src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"version": "1.2.0-*",
3030
"type": "build"
3131
},
32-
"NETStandard.Library": "1.6.2-*"
32+
"NETStandard.Library": "1.6.1"
3333
},
3434
"frameworks": {
3535
"net451": {},
3636
"netstandard1.6": {
3737
"dependencies": {
38-
"System.ComponentModel.TypeConverter": "4.4.0-*"
38+
"System.ComponentModel.TypeConverter": "4.3.0"
3939
}
4040
}
4141
}
42-
}
42+
}

src/Microsoft.AspNetCore.Mvc.Razor/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"version": "1.2.0-*",
4949
"type": "build"
5050
},
51-
"NETStandard.Library": "1.6.2-*"
51+
"NETStandard.Library": "1.6.1"
5252
},
5353
"frameworks": {
5454
"net451": {
5555
"frameworkAssemblies": {}
5656
},
5757
"netstandard1.6": {
5858
"dependencies": {
59-
"System.Runtime.Loader": "4.4.0-*"
59+
"System.Runtime.Loader": "4.3.0"
6060
}
6161
}
6262
}
63-
}
63+
}

src/Microsoft.AspNetCore.Mvc.RazorPages/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"version": "1.2.0-*",
3434
"type": "build"
3535
},
36-
"NETStandard.Library": "1.6.2-*"
36+
"NETStandard.Library": "1.6.1"
3737
},
3838
"frameworks": {
3939
"netstandard1.6": {},

src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"version": "1.2.0-*",
3939
"type": "build"
4040
},
41-
"NETStandard.Library": "1.6.2-*"
41+
"NETStandard.Library": "1.6.1"
4242
},
4343
"frameworks": {
4444
"net451": {},

src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"type": "build"
5959
},
6060
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
61-
"NETStandard.Library": "1.6.2-*",
61+
"NETStandard.Library": "1.6.1",
6262
"Newtonsoft.Json": "9.0.1",
63-
"System.Buffers": "4.4.0-*"
63+
"System.Buffers": "4.3.0"
6464
},
6565
"frameworks": {
6666
"net451": {},
6767
"netstandard1.6": {
6868
"dependencies": {
69-
"System.Runtime.Serialization.Primitives": "4.4.0-*"
69+
"System.Runtime.Serialization.Primitives": "4.3.0"
7070
}
7171
}
7272
}
73-
}
73+
}

src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "build",
3434
"version": "1.2.0-*"
3535
},
36-
"NETStandard.Library": "1.6.2-*"
36+
"NETStandard.Library": "1.6.1"
3737
},
3838
"frameworks": {
3939
"net451": {
@@ -48,9 +48,9 @@
4848
"portable-net451+win8"
4949
],
5050
"dependencies": {
51-
"System.Runtime.Serialization.Xml": "4.4.0-*",
52-
"System.Xml.XmlSerializer": "4.4.0-*"
51+
"System.Runtime.Serialization.Xml": "4.3.0",
52+
"System.Xml.XmlSerializer": "4.3.0"
5353
}
5454
}
5555
}
56-
}
56+
}

src/Microsoft.AspNetCore.Mvc/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"Microsoft.Extensions.Caching.Memory": "1.2.0-*",
4848
"Microsoft.Extensions.DependencyInjection": "1.2.0-*",
49-
"NETStandard.Library": "1.6.2-*"
49+
"NETStandard.Library": "1.6.1"
5050
},
5151
"frameworks": {
5252
"net451": {},

test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"netcoreapp1.1": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.2.0-*",
19+
"version": "1.1.0",
2020
"type": "platform"
2121
},
22-
"System.Diagnostics.TraceSource": "4.4.0-*"
22+
"System.Diagnostics.TraceSource": "4.3.0"
2323
}
2424
},
2525
"net451": {}
2626
}
27-
}
27+
}

test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"netcoreapp1.1": {
1616
"dependencies": {
1717
"Microsoft.NETCore.App": {
18-
"version": "1.2.0-*",
18+
"version": "1.1.0",
1919
"type": "platform"
2020
},
21-
"System.Diagnostics.TraceSource": "4.4.0-*"
21+
"System.Diagnostics.TraceSource": "4.3.0"
2222
}
2323
},
2424
"net451": {}
2525
}
26-
}
26+
}

test/Microsoft.AspNetCore.Mvc.Core.Test/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"netcoreapp1.1": {
2828
"dependencies": {
2929
"Microsoft.NETCore.App": {
30-
"version": "1.2.0-*",
30+
"version": "1.1.0",
3131
"type": "platform"
3232
},
33-
"System.Diagnostics.TraceSource": "4.4.0-*",
34-
"System.Xml.XmlDocument": "4.4.0-*"
33+
"System.Diagnostics.TraceSource": "4.3.0",
34+
"System.Xml.XmlDocument": "4.3.0"
3535
}
3636
},
3737
"net451": {}
3838
}
39-
}
39+
}

test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"netcoreapp1.1": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.2.0-*",
21+
"version": "1.1.0",
2222
"type": "platform"
2323
},
24-
"System.Diagnostics.TraceSource": "4.4.0-*"
24+
"System.Diagnostics.TraceSource": "4.3.0"
2525
}
2626
},
2727
"net451": {}
2828
}
29-
}
29+
}

test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"netcoreapp1.1": {
2222
"dependencies": {
2323
"Microsoft.NETCore.App": {
24-
"version": "1.2.0-*",
24+
"version": "1.1.0",
2525
"type": "platform"
2626
},
27-
"System.Diagnostics.TraceSource": "4.4.0-*"
27+
"System.Diagnostics.TraceSource": "4.3.0"
2828
}
2929
},
3030
"net451": {}
3131
}
32-
}
32+
}

test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"netcoreapp1.1": {
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.2.0-*",
21+
"version": "1.1.0",
2222
"type": "platform"
2323
},
24-
"System.Diagnostics.TraceSource": "4.4.0-*"
24+
"System.Diagnostics.TraceSource": "4.3.0"
2525
}
2626
},
2727
"net451": {}
2828
}
29-
}
29+
}

test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"netcoreapp1.1": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.2.0-*",
19+
"version": "1.1.0",
2020
"type": "platform"
2121
},
22-
"System.Diagnostics.TraceSource": "4.4.0-*"
22+
"System.Diagnostics.TraceSource": "4.3.0"
2323
}
2424
},
2525
"net451": {}
2626
}
27-
}
27+
}

test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
"netcoreapp1.1": {
9191
"dependencies": {
9292
"Microsoft.NETCore.App": {
93-
"version": "1.2.0-*",
93+
"version": "1.1.0",
9494
"type": "platform"
9595
}
9696
},
9797
"imports": "portable-net451+win8"
9898
},
9999
"net451": {}
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)