|
4534 | 4534 | "netstandard1.6/MyTested.AspNetCore.Mvc.Session.dll": {} |
4535 | 4535 | } |
4536 | 4536 | }, |
| 4537 | + "MyTested.AspNetCore.Mvc.ViewActionResults/1.0.0-preview-final": { |
| 4538 | + "type": "project", |
| 4539 | + "framework": ".NETStandard,Version=v1.6", |
| 4540 | + "dependencies": { |
| 4541 | + "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", |
| 4542 | + "MyTested.AspNetCore.Mvc.Controllers": "1.0.0" |
| 4543 | + }, |
| 4544 | + "compile": { |
| 4545 | + "netstandard1.6/MyTested.AspNetCore.Mvc.ViewActionResults.dll": {} |
| 4546 | + }, |
| 4547 | + "runtime": { |
| 4548 | + "netstandard1.6/MyTested.AspNetCore.Mvc.ViewActionResults.dll": {} |
| 4549 | + } |
| 4550 | + }, |
4537 | 4551 | "MyTested.AspNetCore.Mvc.ViewFeatures/1.0.0-preview-final": { |
4538 | 4552 | "type": "project", |
4539 | 4553 | "framework": ".NETStandard,Version=v1.6", |
4540 | 4554 | "dependencies": { |
4541 | 4555 | "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", |
4542 | | - "MyTested.AspNetCore.Mvc.DataAnnotations": "1.0.0" |
| 4556 | + "MyTested.AspNetCore.Mvc.DataAnnotations": "1.0.0", |
| 4557 | + "MyTested.AspNetCore.Mvc.ViewActionResults": "1.0.0" |
4543 | 4558 | }, |
4544 | 4559 | "compile": { |
4545 | 4560 | "netstandard1.6/MyTested.AspNetCore.Mvc.ViewFeatures.dll": {} |
|
6948 | 6963 | "net451/MyTested.AspNetCore.Mvc.Session.dll": {} |
6949 | 6964 | } |
6950 | 6965 | }, |
| 6966 | + "MyTested.AspNetCore.Mvc.ViewActionResults/1.0.0-preview-final": { |
| 6967 | + "type": "project", |
| 6968 | + "framework": ".NETFramework,Version=v4.5.1", |
| 6969 | + "dependencies": { |
| 6970 | + "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", |
| 6971 | + "MyTested.AspNetCore.Mvc.Controllers": "1.0.0" |
| 6972 | + }, |
| 6973 | + "compile": { |
| 6974 | + "net451/MyTested.AspNetCore.Mvc.ViewActionResults.dll": {} |
| 6975 | + }, |
| 6976 | + "runtime": { |
| 6977 | + "net451/MyTested.AspNetCore.Mvc.ViewActionResults.dll": {} |
| 6978 | + } |
| 6979 | + }, |
6951 | 6980 | "MyTested.AspNetCore.Mvc.ViewFeatures/1.0.0-preview-final": { |
6952 | 6981 | "type": "project", |
6953 | 6982 | "framework": ".NETFramework,Version=v4.5.1", |
6954 | 6983 | "dependencies": { |
6955 | 6984 | "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0", |
6956 | | - "MyTested.AspNetCore.Mvc.DataAnnotations": "1.0.0" |
| 6985 | + "MyTested.AspNetCore.Mvc.DataAnnotations": "1.0.0", |
| 6986 | + "MyTested.AspNetCore.Mvc.ViewActionResults": "1.0.0" |
6957 | 6987 | }, |
6958 | 6988 | "compile": { |
6959 | 6989 | "net451/MyTested.AspNetCore.Mvc.ViewFeatures.dll": {} |
|
13645 | 13675 | "path": "../../../src/MyTested.AspNetCore.Mvc.Session/project.json", |
13646 | 13676 | "msbuildProject": "../../../src/MyTested.AspNetCore.Mvc.Session/MyTested.AspNetCore.Mvc.Session.xproj" |
13647 | 13677 | }, |
| 13678 | + "MyTested.AspNetCore.Mvc.ViewActionResults/1.0.0-preview-final": { |
| 13679 | + "type": "project", |
| 13680 | + "path": "../../../src/MyTested.AspNetCore.Mvc.ViewActionResults/project.json", |
| 13681 | + "msbuildProject": "../../../src/MyTested.AspNetCore.Mvc.ViewActionResults/MyTested.AspNetCore.Mvc.ViewActionResults.xproj" |
| 13682 | + }, |
13648 | 13683 | "MyTested.AspNetCore.Mvc.ViewFeatures/1.0.0-preview-final": { |
13649 | 13684 | "type": "project", |
13650 | 13685 | "path": "../../../src/MyTested.AspNetCore.Mvc.ViewFeatures/project.json", |
|
0 commit comments