зеркало из https://github.com/microsoft/Angara.git
Using idd 1.4.x
This commit is contained in:
Родитель
0536cf5e72
Коммит
97df09a184
|
@ -1,4 +1,7 @@
|
|||
##### 0.1.6 - Unpublished
|
||||
|
||||
* Uses IDD 1.4.x
|
||||
|
||||
##
|
||||
|
||||
* Target framework is .NET 4.5.2
|
||||
* Uses Angara.Table 0.2.1, Angara.Chart 0.2.0 and Angara.Serialization 0.2.0
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"angara.tablejs": "predictionmachines/Angara.Table",
|
||||
"jquery-ui": "^1.11.4",
|
||||
"require-css": "^0.1.8",
|
||||
"idd": "1.3.x",
|
||||
"idd": "1.4.x",
|
||||
"jquery": "^1.12.2",
|
||||
"DataTables": "~1.9.4"
|
||||
},
|
||||
|
@ -84,6 +84,6 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"jquery": "~2.1.4",
|
||||
"idd": "1.3.x"
|
||||
"idd": "1.4.x"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ nuget Angara.Serialization ~> 0.2.0
|
|||
nuget Angara.Serialization.Json ~> 0.2.0
|
||||
nuget Angara.Statistics ~> 0.1
|
||||
nuget Angara.Table ~> 0.2.2
|
||||
nuget Angara.Chart ~> 0.2.0
|
||||
nuget Angara.Chart ~> 0.2.2
|
||||
nuget System.Collections.Immutable 1.1.36
|
||||
nuget DotNetZip ~> 1.10.1
|
||||
nuget Newtonsoft.Json ~> 8.0
|
||||
|
|
28
paket.lock
28
paket.lock
|
@ -1,8 +1,8 @@
|
|||
NUGET
|
||||
remote: https://www.nuget.org/api/v2
|
||||
specs:
|
||||
Angara.Chart (0.2)
|
||||
Angara.Serialization
|
||||
Angara.Chart (0.2.2)
|
||||
Angara.Serialization (>= 0.2 < 0.3)
|
||||
Angara.Serialization (0.2)
|
||||
Angara.Serialization.Json (0.2)
|
||||
Angara.Serialization (>= 0.2)
|
||||
|
@ -14,33 +14,11 @@ NUGET
|
|||
Angara.Statistics (>= 0.1 < 1.0)
|
||||
System.Collections.Immutable (1.1.36)
|
||||
DotNetZip (1.10.1)
|
||||
FSharp.Core (4.0.1.5)
|
||||
Microsoft.NETCore.Platforms (>= 1.0.1) - framework: netstandard15
|
||||
NETStandard.Library (>= 1.6) - framework: netstandard15
|
||||
System.Linq.Expressions (>= 4.1) - framework: netstandard15
|
||||
System.Linq.Queryable (>= 4.0.1) - framework: netstandard15
|
||||
System.Net.Requests (>= 4.0.11) - framework: netstandard15
|
||||
System.Reflection.Emit (>= 4.0.1) - framework: netstandard15
|
||||
System.Reflection.TypeExtensions (>= 4.1) - framework: netstandard15
|
||||
System.Runtime.Loader (>= 4.0) - framework: netstandard15
|
||||
System.Threading.Tasks.Parallel (>= 4.0.1) - framework: netstandard15
|
||||
System.Threading.Thread (>= 4.0) - framework: netstandard15
|
||||
System.Threading.ThreadPool (>= 4.0.10) - framework: netstandard15
|
||||
Microsoft.NETCore.Platforms (1.0.1) - framework: netstandard15
|
||||
NETStandard.Library (1.6) - framework: netstandard15
|
||||
FSharp.Core (4.0.0.1)
|
||||
Newtonsoft.Json (8.0.3)
|
||||
Suave (1.1.3)
|
||||
FSharp.Core (>= 3.1.2.5)
|
||||
System.Collections.Immutable (1.1.36)
|
||||
System.Linq.Expressions (4.1) - framework: netstandard15
|
||||
System.Linq.Queryable (4.0.1) - framework: netstandard15
|
||||
System.Net.Requests (4.0.11) - framework: netstandard15
|
||||
System.Reflection.Emit (4.0.1) - framework: netstandard15
|
||||
System.Reflection.TypeExtensions (4.1) - framework: netstandard15
|
||||
System.Runtime.Loader (4.0) - framework: netstandard15
|
||||
System.Threading.Tasks.Parallel (4.0.1) - framework: netstandard15
|
||||
System.Threading.Thread (4.0) - framework: netstandard15
|
||||
System.Threading.ThreadPool (4.0.10) - framework: netstandard15
|
||||
|
||||
GROUP Test
|
||||
NUGET
|
||||
|
|
|
@ -7,15 +7,13 @@
|
|||
baseUrl: "@Origin",
|
||||
paths: {
|
||||
"angara.serializationjs": "https://cdn.rawgit.com/predictionmachines/Angara.Serialization/v0.2.0/dist/Angara.Serialization.umd",
|
||||
"Chart": "https://cdn.rawgit.com/predictionmachines/Angara.Chart/0.2.0/dist/Chart",
|
||||
"Chart": "https://cdn.rawgit.com/predictionmachines/Angara.Chart/0.2.2/dist/Chart",
|
||||
"Table": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.2/dist/Table",
|
||||
"angara.tablejs": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.2/dist/angara.tablejs",
|
||||
"jquery.dataTables": "https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.11/js/jquery.dataTables.min",
|
||||
"jquery.dataTables-css": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.2/dist/angara.tablejs",
|
||||
"chartViewer.umd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.3.0/dist/chartViewer.umd",
|
||||
"chartViewer-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.3.0/dist/chartViewer",
|
||||
"idd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.3.0/dist/idd",
|
||||
"idd-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.3.0/dist/idd",
|
||||
"jquery.dataTables-css": "https://cdn.rawgit.com/predictionmachines/Angara.Table/0.2.2/dist/angara.tablejs",
|
||||
"idd": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.4.0/dist/idd",
|
||||
"idd-css": "https://cdn.rawgit.com/predictionmachines/InteractiveDataDisplay/v1.4.0/dist/idd",
|
||||
"domReady": "https://cdnjs.cloudflare.com/ajax/libs/require-domReady/2.0.1/domReady.min",
|
||||
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min",
|
||||
"jquery-ui": "https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui",
|
||||
|
|
Загрузка…
Ссылка в новой задаче