File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/Features/JsonPatch.SystemTextJson/test Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 162162 $(RepoRoot)src\Assets\**\*.*proj;
163163 $(RepoRoot)src\Caching\**\*.*proj;
164164 $(RepoRoot)src\DefaultBuilder\**\*.*proj;
165- $(RepoRoot)src\Features\JsonPatch\ **\*.*proj;
165+ $(RepoRoot)src\Features\**\*.*proj;
166166 $(RepoRoot)src\DataProtection\**\*.*proj;
167167 $(RepoRoot)src\Antiforgery\**\*.*proj;
168168 $(RepoRoot)src\Hosting\**\*.*proj;
211211 $(RepoRoot)src\Assets\**\*.*proj;
212212 $(RepoRoot)src\Caching\**\src\*.csproj;
213213 $(RepoRoot)src\DefaultBuilder\**\src\*.csproj;
214- $(RepoRoot)src\Features\JsonPatch\ **\src\*.csproj;
214+ $(RepoRoot)src\Features\**\src\*.csproj;
215215 $(RepoRoot)src\DataProtection\**\src\*.csproj;
216216 $(RepoRoot)src\Antiforgery\**\src\*.csproj;
217217 $(RepoRoot)src\Hosting\**\src\*.csproj;
Original file line number Diff line number Diff line change 99 <ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.SqlServer" ProjectPath =" $(RepoRoot)src\Caching\SqlServer\src\Microsoft.Extensions.Caching.SqlServer.csproj" />
1010 <ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.StackExchangeRedis" ProjectPath =" $(RepoRoot)src\Caching\StackExchangeRedis\src\Microsoft.Extensions.Caching.StackExchangeRedis.csproj" />
1111 <ProjectReferenceProvider Include =" Microsoft.AspNetCore" ProjectPath =" $(RepoRoot)src\DefaultBuilder\src\Microsoft.AspNetCore.csproj" />
12+ <ProjectReferenceProvider Include =" Microsoft.AspNetCore.JsonPatch.SystemTextJson" ProjectPath =" $(RepoRoot)src\Features\JsonPatch.SystemTextJson\src\Microsoft.AspNetCore.JsonPatch.SystemTextJson.csproj" />
1213 <ProjectReferenceProvider Include =" Microsoft.AspNetCore.JsonPatch" ProjectPath =" $(RepoRoot)src\Features\JsonPatch\src\Microsoft.AspNetCore.JsonPatch.csproj" />
1314 <ProjectReferenceProvider Include =" Microsoft.AspNetCore.DataProtection.Abstractions" ProjectPath =" $(RepoRoot)src\DataProtection\Abstractions\src\Microsoft.AspNetCore.DataProtection.Abstractions.csproj" />
1415 <ProjectReferenceProvider Include =" Microsoft.AspNetCore.Cryptography.Internal" ProjectPath =" $(RepoRoot)src\DataProtection\Cryptography.Internal\src\Microsoft.AspNetCore.Cryptography.Internal.csproj" />
Original file line number Diff line number Diff line change 108108 <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.App.Internal.Assets" />
109109 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.SqlServer" />
110110 <AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.StackExchangeRedis" />
111+ <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.JsonPatch.SystemTextJson" />
111112 <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.JsonPatch" />
112113 <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" />
113114 <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <ProjectReference Include =" ..\src\ Microsoft.AspNetCore.JsonPatch.SystemTextJson.csproj " />
8+ <Reference Include =" Microsoft.AspNetCore.JsonPatch.SystemTextJson" />
99 </ItemGroup >
1010
1111</Project >
You can’t perform that action at this time.
0 commit comments