Skip to content

Commit 8538555

Browse files
authored
Fix projects for the release (Azure#49492)
1 parent 0c17685 commit 8538555

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

sdk/ai/Azure.AI.Projects/src/Azure.AI.Projects.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
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 -->

sdk/ai/Azure.AI.Projects/src/Custom/AIProjectClientOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)