blob: 3ce94e58387db8ba8c0f1d58e889230a13b457de [file] [log] [blame]
Jan Tattermusch939e9ca2016-06-21 08:00:42 -07001%YAML 1.2
2--- |
3 {
4 <%include file="../build_options.include" args="executable=True,includeData=True"/>
5 "dependencies": {
6 "Grpc.Auth": {
7 "target": "project"
8 },
9 "Grpc.Core": {
10 "target": "project"
11 },
Jan Tattermuschd059de72016-09-05 15:51:34 +020012 "Google.Protobuf": "3.0.0",
Jan Tattermusch7e037f72016-08-08 12:53:13 +080013 "CommandLineParser.Unofficial": "2.0.275",
Jan Tattermusch06aff112016-09-05 17:26:49 +020014 "Moq": "4.6.38-alpha",
Jan Tattermusch939e9ca2016-06-21 08:00:42 -070015 "NUnit": "3.2.0",
16 "NUnitLite": "3.2.0-*"
17 },
18 "frameworks": {
19 "net45": {
Jan Tattermusch939e9ca2016-06-21 08:00:42 -070020 "frameworkAssemblies": {
21 "System.Runtime": "",
22 "System.IO": ""
23 }
24 },
Jan Tattermusch36d15402016-07-26 16:01:13 -070025 "netcoreapp1.0": {
Jan Tattermusch939e9ca2016-06-21 08:00:42 -070026 "imports": [
Jan Tattermusch06aff112016-09-05 17:26:49 +020027 "portable-net45"
Jan Tattermusch939e9ca2016-06-21 08:00:42 -070028 ],
29 "dependencies": {
Jan Tattermusch08ac1d42016-09-07 22:48:41 +020030 "Microsoft.NETCore.App": {
31 "type": "platform",
32 "version": "1.0.0"
33 },
Jan Tattermusch660333a2016-07-22 15:32:05 -070034 "System.Linq.Expressions": "4.1.0"
Jan Tattermusch939e9ca2016-06-21 08:00:42 -070035 }
36 }
37 }
38 }