Skip to content

Commit 5449a3a

Browse files
authored
Update the latest GA SCM version (#49838)
Update the latest GA SCM version
1 parent b33693d commit 5449a3a

File tree

5 files changed

+5
-23
lines changed

5 files changed

+5
-23
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
</ItemGroup>
1818
<ItemGroup>
1919
<PackageReference Include="Azure.Core" />
20-
</ItemGroup>
21-
22-
<ItemGroup>
23-
<ProjectReference Include="..\..\..\core\System.ClientModel\src\System.ClientModel.csproj" />
20+
<PackageReference Include="System.ClientModel" />
2421
</ItemGroup>
2522

2623
</Project>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Azure.Core" />
17+
<PackageReference Include="System.ClientModel" />
1718
<PackageReference Include="Azure.Identity" />
1819
</ItemGroup>
1920

20-
<ItemGroup>
21-
<ProjectReference Include="..\..\..\core\System.ClientModel\src\System.ClientModel.csproj" />
22-
</ItemGroup>
23-
2421
<!-- Shared source from Azure.Core -->
2522
<ItemGroup>
2623
<Compile Include="$(AzureCoreSharedSources)ArrayBufferWriter.cs" LinkBase="Shared" />

sdk/cloudmachine/Azure.Projects/src/Azure.Projects.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,10 @@
1212
<NoWarn>AZC0007</NoWarn>
1313
</PropertyGroup>
1414

15-
<!-- TODO: TEMP until SCM is released https://github.com/Azure/azure-sdk-for-net/issues/49774 -->
16-
<ItemGroup>
17-
<ProjectReference Include="..\..\..\core\System.ClientModel\src\System.ClientModel.csproj" />
18-
</ItemGroup>
19-
<!-- ==============================================================-->
20-
2115
<ItemGroup>
2216
<PackageReference Include="Azure.Data.AppConfiguration" />
2317
<PackageReference Include="Azure.Core" />
18+
<PackageReference Include="System.ClientModel" />
2419
<PackageReference Include="Azure.Identity" />
2520
<PackageReference Include="Azure.Messaging.ServiceBus" />
2621
<PackageReference Include="Azure.Messaging.EventGrid" />

sdk/openai/Azure.AI.OpenAI/src/Azure.AI.OpenAI.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@
2323
</InternalsVisibleTo>
2424
</ItemGroup>
2525

26-
<!-- TEMP until Azure.Core is released with updated SCM version -->
27-
<ItemGroup>
28-
<PackageReference Include="System.ClientModel" />
29-
</ItemGroup>
3026
<ItemGroup>
3127
<PackageReference Include="System.Text.Json" />
28+
<PackageReference Include="System.ClientModel" />
3229
</ItemGroup>
33-
<!-- ==============================================================-->
3430

3531
<Choose>
3632
<When Condition="'$(GAServiceVersionLabel)' != ''">

sdk/search/Azure.Search.Documents/src/Azure.Search.Documents.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Azure.Core" />
31+
<PackageReference Include="System.ClientModel" />
3132
<PackageReference Include="System.Threading.Channels" />
3233
</ItemGroup>
3334

34-
<ItemGroup>
35-
<ProjectReference Include="..\..\..\core\System.ClientModel\src\System.ClientModel.csproj" />
36-
</ItemGroup>
37-
3835
</Project>

0 commit comments

Comments
 (0)