File tree 4 files changed +5
-3
lines changed
src/Features/JsonPatch.SystemTextJson/test
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 162
162
$(RepoRoot)src\Assets\**\*.*proj;
163
163
$(RepoRoot)src\Caching\**\*.*proj;
164
164
$(RepoRoot)src\DefaultBuilder\**\*.*proj;
165
- $(RepoRoot)src\Features\JsonPatch\ **\*.*proj;
165
+ $(RepoRoot)src\Features\**\*.*proj;
166
166
$(RepoRoot)src\DataProtection\**\*.*proj;
167
167
$(RepoRoot)src\Antiforgery\**\*.*proj;
168
168
$(RepoRoot)src\Hosting\**\*.*proj;
211
211
$(RepoRoot)src\Assets\**\*.*proj;
212
212
$(RepoRoot)src\Caching\**\src\*.csproj;
213
213
$(RepoRoot)src\DefaultBuilder\**\src\*.csproj;
214
- $(RepoRoot)src\Features\JsonPatch\ **\src\*.csproj;
214
+ $(RepoRoot)src\Features\**\src\*.csproj;
215
215
$(RepoRoot)src\DataProtection\**\src\*.csproj;
216
216
$(RepoRoot)src\Antiforgery\**\src\*.csproj;
217
217
$(RepoRoot)src\Hosting\**\src\*.csproj;
Original file line number Diff line number Diff line change 9
9
<ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.SqlServer" ProjectPath =" $(RepoRoot)src\Caching\SqlServer\src\Microsoft.Extensions.Caching.SqlServer.csproj" />
10
10
<ProjectReferenceProvider Include =" Microsoft.Extensions.Caching.StackExchangeRedis" ProjectPath =" $(RepoRoot)src\Caching\StackExchangeRedis\src\Microsoft.Extensions.Caching.StackExchangeRedis.csproj" />
11
11
<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" />
12
13
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.JsonPatch" ProjectPath =" $(RepoRoot)src\Features\JsonPatch\src\Microsoft.AspNetCore.JsonPatch.csproj" />
13
14
<ProjectReferenceProvider Include =" Microsoft.AspNetCore.DataProtection.Abstractions" ProjectPath =" $(RepoRoot)src\DataProtection\Abstractions\src\Microsoft.AspNetCore.DataProtection.Abstractions.csproj" />
14
15
<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 108
108
<AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.App.Internal.Assets" />
109
109
<AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.SqlServer" />
110
110
<AspNetCoreShippingAssembly Include =" Microsoft.Extensions.Caching.StackExchangeRedis" />
111
+ <AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.JsonPatch.SystemTextJson" />
111
112
<AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.JsonPatch" />
112
113
<AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" />
113
114
<AspNetCoreShippingAssembly Include =" Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <ProjectReference Include =" ..\src\ Microsoft.AspNetCore.JsonPatch.SystemTextJson.csproj " />
8
+ <Reference Include =" Microsoft.AspNetCore.JsonPatch.SystemTextJson" />
9
9
</ItemGroup >
10
10
11
11
</Project >
You can’t perform that action at this time.
0 commit comments