Commit c97a9a7
authored
Setting ReferenceOutputAssembly to falso on references to esproj (#9201)
Setting ReferenceOutputAssembly to falso on references to esproj
Esprojs may be referenced by ASP.Net projects (or others). When this happens,
the .net project will have to not reference output assembly on the esproj,
because there is no output assembly. This targets provides that behavior.
There was an argument for putting this in this file instead of in the sdk.
The discussion can be found here: dotnet/sdk#349831 parent 862ba5e commit c97a9a7
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1511 | 1511 | | |
1512 | 1512 | | |
1513 | 1513 | | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
1514 | 1532 | | |
1515 | 1533 | | |
1516 | 1534 | | |
| |||
0 commit comments