This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Microsoft.AspNetCore.Razor.Design
Microsoft.AspNetCore.Razor.Tools
RazorToolingTestApp.LibraryPackage
RazorToolingTestApp.Library
Microsoft.AspNetCore.Razor.Design.Test
Microsoft.AspNetCore.Razor.Tools.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 "dependencies" : {
4747 "Microsoft.NETCore.App" : {
4848 "type" : " platform" ,
49- "version" : " 1.0 .0-*"
49+ "version" : " 1.1 .0-*"
5050 }
5151 }
5252 },
Original file line number Diff line number Diff line change 3838 "Microsoft.DotNet.ProjectModel.Loader" : " 1.0.0-*" ,
3939 "Microsoft.NETCore.App" : {
4040 "type" : " platform" ,
41- "version" : " 1.0 .0-*"
41+ "version" : " 1.1 .0-*"
4242 },
43- "System.Diagnostics.Process" : " 4.1.0-*" ,
44- "System.Runtime.Serialization.Primitives" : " 4.1.1-*"
43+ "System.Runtime.Serialization.Primitives" : " 4.3.0-*"
4544 }
4645 },
4746 "net451" : {}
Original file line number Diff line number Diff line change 1- {
1+ {
22 "version" : " 1.0.0" ,
3-
43 "dependencies" : {
5- "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0-*"
4+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0-*" ,
5+ "NETStandard.Library" : " 1.6.1-*"
66 },
7-
87 "frameworks" : {
9- "netstandard1.6" : {
10- "dependencies" : {
11- "NETStandard.Library" : " 1.6.0-*"
12- }
13- },
8+ "netstandard1.6" : {},
149 "net451" : {}
1510 }
16- }
11+ }
Original file line number Diff line number Diff line change 22 "testRunner" : " xunit" ,
33 "dependencies" : {
44 "dotnet-test-xunit" : " 2.2.0-*" ,
5- "Microsoft.NETCore.App" : {
6- "version" : " 1.0.0-*" ,
7- "type" : " platform"
8- },
9- "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*" ,
105 "Microsoft.AspNetCore.Razor.Test.Sources" : {
116 "version" : " 1.1.0-*" ,
127 "type" : " build"
138 },
9+ "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*" ,
1410 "Microsoft.Extensions.HashCodeCombiner.Sources" : {
1511 "version" : " 1.1.0-*" ,
1612 "type" : " build"
1713 },
14+ "Microsoft.NETCore.App" : {
15+ "version" : " 1.1.0-*" ,
16+ "type" : " platform"
17+ },
1818 "xunit" : " 2.2.0-*"
1919 },
2020 "frameworks" : {
Original file line number Diff line number Diff line change 2020 "netcoreapp1.0" : {
2121 "dependencies" : {
2222 "Microsoft.NETCore.App" : {
23- "version" : " 1.0 .0-*" ,
23+ "version" : " 1.1 .0-*" ,
2424 "type" : " platform"
2525 }
2626 }
Original file line number Diff line number Diff line change 1- {
1+ {
22 "version" : " 1.0.0" ,
3-
43 "dependencies" : {
5- "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0-*"
4+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0-*" ,
5+ "NETStandard.Library" : " 1.6.1-*"
66 },
7-
87 "frameworks" : {
9- "netstandard1.6" : {
10- "dependencies" : {
11- "NETStandard.Library" : " 1.6.0-*"
12- }
13- },
8+ "netstandard1.6" : {},
149 "net451" : {}
1510 }
16- }
11+ }
Original file line number Diff line number Diff line change 1- {
1+ {
22 "dependencies" : {
33 "Microsoft.AspNetCore.Razor.Design" : {
44 "type" : " build" ,
1111 "target" : " package"
1212 }
1313 },
14-
1514 "tools" : {
1615 "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*"
1716 },
18-
1917 "frameworks" : {
2018 "netcoreapp1.0" : {
2119 "dependencies" : {
2220 "Microsoft.NETCore.App" : {
23- "version" : " 1.0 .0-*" ,
21+ "version" : " 1.1 .0-*" ,
2422 "type" : " platform"
2523 }
2624 }
2725 },
2826 "net451" : {}
2927 },
30-
3128 "buildOptions" : {
3229 "emitEntryPoint" : true ,
3330 "warningsAsErrors" : true ,
3431 "preserveCompilationContext" : true
3532 },
36-
3733 "publishOptions" : {
3834 "include" : [
3935 " Views" ,
4036 " wwwroot" ,
4137 " web.config"
4238 ]
4339 }
44- }
40+ }
You can’t perform that action at this time.
0 commit comments