|
145 | 145 | the entire pattern will silently fail to evaluate correctly.
|
146 | 146 | -->
|
147 | 147 | <DotNetProjects Include="
|
148 |
| -
|
| 148 | + $(RepositoryRoot)src\Framework\ref\Microsoft.AspNetCore.App.Ref.csproj; |
| 149 | + $(RepositoryRoot)src\Framework\src\Microsoft.AspNetCore.App.Runtime.csproj; |
| 150 | + $(RepositoryRoot)src\Framework\test\Microsoft.AspNetCore.App.UnitTests.csproj; |
| 151 | + $(RepositoryRoot)src\DefaultBuilder\**\*.*proj; |
| 152 | + $(RepositoryRoot)src\Features\JsonPatch\**\*.*proj; |
| 153 | + $(RepositoryRoot)src\DataProtection\**\*.*proj; |
| 154 | + $(RepositoryRoot)src\Antiforgery\**\*.*proj; |
| 155 | + $(RepositoryRoot)src\Hosting\**\*.*proj; |
149 | 156 | $(RepositoryRoot)src\Http\**\*.*proj;
|
150 |
| -
|
| 157 | + $(RepositoryRoot)src\Html\**\*.*proj; |
| 158 | + $(RepositoryRoot)src\Identity\**\*.*proj; |
| 159 | + $(RepositoryRoot)src\Servers\**\*.csproj; |
| 160 | + $(RepositoryRoot)src\Security\**\*.*proj; |
| 161 | + $(RepositoryRoot)src\SiteExtensions\Microsoft.Web.Xdt.Extensions\**\*.csproj; |
| 162 | + $(RepositoryRoot)src\Shared\**\*.*proj; |
| 163 | + $(RepositoryRoot)src\Tools\**\*.*proj; |
| 164 | + $(RepositoryRoot)src\Middleware\**\*.csproj; |
| 165 | + $(RepositoryRoot)src\Razor\**\*.*proj; |
| 166 | + $(RepositoryRoot)src\Mvc\**\*.*proj; |
| 167 | + $(RepositoryRoot)src\Azure\**\*.*proj; |
| 168 | + $(RepositoryRoot)src\MusicStore\**\*.*proj; |
| 169 | + $(RepositoryRoot)src\SignalR\**\*.csproj; |
| 170 | + $(RepositoryRoot)src\Components\**\*.csproj; |
| 171 | + $(RepositoryRoot)src\ProjectTemplates\*\*.csproj; |
| 172 | + $(RepositoryRoot)src\ProjectTemplates\testassets\*\*.csproj; |
151 | 173 | "
|
152 | 174 | Exclude="
|
153 | 175 | @(ProjectToBuild);
|
|
0 commit comments