yavsc/global.json

16 lines
314 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-03-12 23:49:05 +01:00
"Yavsc.Server",
2018-04-12 13:31:16 +02:00
"cli",
"testOauthClient",
"OAuth.AspNet.Token",
"OAuth.AspNet.Server"
2018-01-02 16:35:03 +01:00
],
"sdk": {
"version": "1.0.0-rc1-update2",
2018-01-02 16:35:03 +01:00
"runtime": "mono",
"architecture": "x64"
}
2018-03-09 04:25:52 +01:00
}