blob: fba401c3a4725f4408a52c1ab492ff8f80d7da61 [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"/>
5 "dependencies": {
6 "Grpc.Examples": {
7 "target": "project"
8 }
9 },
10 "frameworks": {
11 "net45": { },
12 "netstandard1.5": {
13 "imports": [
14 "portable-net45"
15 ],
16 "dependencies": {
17 "NETStandard.Library": "1.5.0-rc2-24027"
18 }
19 }
20 }
21 }