File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
sdk/core/Microsoft.Azure.Core.NewtonsoftJson Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1010 <EnableClientSdkAnalyzers >false</EnableClientSdkAnalyzers >
1111 </PropertyGroup >
1212
13- <ItemGroup >
14- <!-- TODO: Remove before release -->
15- <ProjectReference Include =" ../../Azure.Core/src/Azure.Core.csproj" />
16- </ItemGroup >
17-
1813 <ItemGroup >
1914 <PackageReference Include =" Newtonsoft.Json" />
2015 </ItemGroup >
2318 <ItemGroup >
2419 <Compile Include =" $(AzureCoreSharedSources)Argument.cs" Link =" Shared\%(RecursiveDir)\%(Filename)%(Extension)" />
2520 </ItemGroup >
21+
22+ <Import Project =" $(MSBuildThisFileDirectory)..\..\Azure.Core\src\Azure.Core.props" />
2623</Project >
Original file line number Diff line number Diff line change 33
44using System ;
55using System . Collections . Concurrent ;
6- using System . Collections . Generic ;
7- using System . Collections . ObjectModel ;
86using System . IO ;
97using System . Reflection ;
108using System . Text ;
Original file line number Diff line number Diff line change 77using Azure . Core . Serialization ;
88using Azure . Core . TestFramework ;
99using Azure . Search . Documents ;
10- using Azure . Search . Documents . Indexes ;
11- using Azure . Search . Documents . Indexes . Models ;
1210using Azure . Search . Documents . Models ;
1311using Newtonsoft . Json ;
1412using Newtonsoft . Json . Converters ;
You can’t perform that action at this time.
0 commit comments