Skip to content

Commit b803383

Browse files
Include SCM in dependency calculation (Azure#49766)
1 parent 66eb4a6 commit b803383

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

eng/scripts/Language-Settings.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ $PackageRepositoryUri = "https://www.nuget.org/packages"
1111

1212
$DependencyCalculationPackages = @(
1313
"Azure.Core",
14-
"Azure.ResourceManager"
14+
"Azure.ResourceManager",
15+
"System.ClientModel"
1516
)
1617

1718
function processTestProject($projPath) {

sdk/core/Azure.Core/src/Azure.Core.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
<PackageReference Include="System.Text.Json" />
3030
<PackageReference Include="System.Text.Encodings.Web" />
3131
<PackageReference Include="System.Memory.Data" />
32-
33-
<ExcludeFromProjectReferenceToConversion Include="System.ClientModel" />
3432
</ItemGroup>
3533

3634
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">

0 commit comments

Comments
 (0)