forked from danielgerlag/workflow-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
40 lines (36 loc) · 1.17 KB
/
project.json
File metadata and controls
40 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"title": "Workflow Core PostgreSQL Persistence Provider",
"authors": [ "Daniel Gerlag" ],
"version": "1.0.1-*",
"dependencies": {
"NETStandard.Library": "1.6.0",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
"WorkflowCore": "1.0.1-*",
"WorkflowCore.Persistence.EntityFramework": "1.0.1-*",
"Microsoft.EntityFrameworkCore.Tools": {
"version": "1.1.0-preview4-final",
"type": "build"
},
"Microsoft.EntityFrameworkCore.Design": "1.1.0"
},
"frameworks": {
"netstandard1.3": {
"imports": "dnxcore50"
}
},
"tools": {
"Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final"
},
"packOptions": {
"summary": "A persistence provider for WorkflowCore using PostgreSQL",
"tags": [ "workflow", ".NET", "Core", "state machine", "WorkflowCore", "PostgreSQL" ],
"owners": [ "Daniel Gerlag" ],
"projectUrl": "https://github.com/danielgerlag/workflow-core",
"licenseUrl": "https://github.com/danielgerlag/workflow-core/blob/master/LICENSE.md",
"requireLicenseAcceptance": false,
"repository": {
"type": "git",
"url": "https://github.com/danielgerlag/workflow-core.git"
}
}
}