File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 19
19
"System.Reflection.Extensions" : " 4.0.1"
20
20
},
21
21
"frameworks" : {
22
+ "net451" : {},
22
23
"netstandard1.6" : {
23
24
"imports" : " dnxcore50" ,
24
25
"dependencies" : {
25
26
"System.Reflection.TypeExtensions" : " 4.1.0"
26
27
}
27
- },
28
- "net452" : {}
28
+ }
29
29
},
30
30
"tooling" : {
31
31
"defaultNamespace" : " JsonApiDotNetCore"
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "Microsoft.NETCore.App" : {
4
- "version" : " 1.0.0" ,
5
- "type" : " platform"
6
- },
7
3
"Microsoft.AspNetCore.Mvc" : " 1.0.0" ,
8
4
"Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0" ,
9
5
"Microsoft.AspNetCore.Server.Kestrel" : " 1.0.0" ,
30
26
}
31
27
},
32
28
"frameworks" : {
29
+ "net451" : {},
33
30
"netcoreapp1.0" : {
31
+ "dependencies" : {
32
+ "Microsoft.NETCore.App" : {
33
+ "version" : " 1.0.0" ,
34
+ "type" : " platform"
35
+ }
36
+ },
34
37
"imports" : [
35
38
" dotnet5.6" ,
36
39
" portable-net45+win8"
42
45
"preserveCompilationContext" : true ,
43
46
"debugType" : " portable" ,
44
47
"copyToOutput" : {
45
- "include" : [" appsettings.json" ]
48
+ "include" : [
49
+ " appsettings.json"
50
+ ]
46
51
}
47
52
},
48
53
"runtimeOptions" : {
Original file line number Diff line number Diff line change 8
8
"moq" : " 4.6.38-alpha"
9
9
},
10
10
"frameworks" : {
11
+ "net451" : {},
11
12
"netcoreapp1.0" : {
12
13
"imports" : [
13
14
" dotnet5.6" ,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dotnet test ./JsonApiDotNetCoreTests -c Release -f netcoreapp1.0
20
20
dotnet build ./JsonApiDotNetCoreTests -c Release -f net451
21
21
22
22
mono \
23
- ./test/ JsonApiDotNetCoreTests/bin/Release/net451/* /dotnet-test-xunit.exe \
24
- ./test/ JsonApiDotNetCoreTests/bin/Release/net451/* /JsonApiDotNetCoreTests.dll
23
+ ./JsonApiDotNetCoreTests/bin/Release/net451/* /dotnet-test-xunit.exe \
24
+ ./JsonApiDotNetCoreTests/bin/Release/net451/* /JsonApiDotNetCoreTests.dll
25
25
26
26
revision=${TRAVIS_JOB_ID:= 1}
27
27
revision=$( printf " %04d" $revision )
You can’t perform that action at this time.
0 commit comments