This repository was archived by the owner on Nov 9, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
src/Microsoft.AspNetCore.Testing
Microsoft.AspNetCore.Testing.Tests Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "description" : " Various helpers for writing tests that use DNX or ASP.NET." ,
33 "version" : " 1.0.0-*" ,
4- "compilationOptions " : {
4+ "buildOptions " : {
55 "warningsAsErrors" : true ,
66 "keyFile" : " ../../tools/Key.snk" ,
77 "nowarn" : [
88 " CS1591"
99 ],
1010 "xmlDoc" : true
1111 },
12- "repository" : {
13- "type" : " git" ,
14- "url" : " git://github.com/aspnet/testing"
12+ "packOptions" : {
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " git://github.com/aspnet/testing"
16+ }
1517 },
1618 "dependencies" : {
1719 "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-*" ,
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3- "compilationOptions " : {
3+ "buildOptions " : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk"
66 },
77 "dependencies" : {
8+ "dotnet-test-xunit" : " 1.0.0-*" ,
89 "Microsoft.NETCore.Platforms" : " 1.0.1-*" ,
910 "Microsoft.AspNetCore.Testing" : " 1.0.0-*" ,
1011 "xunit" : " 2.1.0"
1617 "version" : " 1.0.0-*" ,
1718 "type" : " platform"
1819 },
19- "dotnet-test-xunit" : " 1.0.0-*" ,
2020 "System.Diagnostics.Process" : " 4.1.0-*"
2121 },
2222 "imports" : [
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0-*" ,
3- "compilationOptions " : {
3+ "buildOptions " : {
44 "warningsAsErrors" : true
55 },
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments