yavsc/global.json

18 lines
358 B
JSON
Raw Normal View History

2016-05-17 18:22:18 +02:00
{
2018-01-02 16:35:03 +01:00
"projects": [
"Yavsc",
"Yavsc.Abstract",
2018-05-02 04:09:51 +02:00
"Yavsc.Server",
2018-04-12 13:31:16 +02:00
"cli",
2018-12-23 01:57:58 +00:00
"test",
"testOauthClient",
"OAuth.AspNet.Token",
"OAuth.AspNet.Server"
2018-01-02 16:35:03 +01:00
],
"sdk": {
2018-06-25 15:18:37 +02:00
"version": "1.0.0-rc1-update2",
"runtime": "mono",
2018-01-02 16:35:03 +01:00
"architecture": "x64"
2018-06-25 15:18:37 +02:00
},
"packages": "packages"
2018-03-09 04:25:52 +01:00
}