File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
sdk/ai/Azure.AI.Projects/src Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1515 <ItemGroup >
1616 <PackageReference Include =" Azure.Core" />
1717 <PackageReference Include =" Azure.Identity" />
18- </ItemGroup >
19-
20- <ItemGroup >
21- <ProjectReference Include =" ..\..\..\core\System.ClientModel\src\System.ClientModel.csproj" />
18+ <PackageReference Include =" System.ClientModel" VersionOverride =" 1.4.0-beta.3" />
2219 </ItemGroup >
2320
2421 <!-- Shared source from Azure.Core -->
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ namespace Azure.AI.Projects
99 public partial class AIProjectClientOptions : ClientOptions
1010 {
1111 /// <summary> The size of the client cache. </summary>
12- public int ClientCacheSize { get ; set ; }
12+ public int ClientCacheSize { get ; set ; } = 100 ;
1313 }
1414}
You can’t perform that action at this time.
0 commit comments