Skip to content

Commit d803583

Browse files
authored
Fix transitive SG issue on project reference replacement (Azure#50116)
1 parent 7197ca4 commit d803583

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
2222
</PropertyGroup>
2323
<ItemGroup>
24+
<PackageReference Include="Azure.Core" />
2425
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
2526
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Blobs\src\Azure.Storage.Blobs.csproj" />
2627
</ItemGroup>

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<Compile Include="$(AzureStorageSharedSources)AesGcm\**\*.cs" LinkBase="Shared" />
3030
</ItemGroup>
3131
<ItemGroup>
32+
<PackageReference Include="Azure.Core" />
3233
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
3334
</ItemGroup>
3435
<ItemGroup>

sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
2323
</PropertyGroup>
2424
<ItemGroup>
25+
<PackageReference Include="Azure.Core" />
2526
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
2627
<ProjectReference Include="..\..\Azure.Storage.Blobs\src\Azure.Storage.Blobs.csproj" />
2728
</ItemGroup>

sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
2222
</PropertyGroup>
2323
<ItemGroup>
24+
<PackageReference Include="Azure.Core" />
2425
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
2526
</ItemGroup>
2627
<ItemGroup>

sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<Compile Include="$(AzureStorageSharedSources)AesGcm\**\*.cs" LinkBase="Shared" />
2929
</ItemGroup>
3030
<ItemGroup>
31+
<PackageReference Include="Azure.Core" />
3132
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
3233
<Compile Include="$(AzureCoreSharedSources)ArrayBufferWriter.cs" LinkBase="SharedCore" />
3334
<Compile Include="$(AzureCoreSharedSources)AuthorizationChallengeParser.cs" LinkBase="Shared\Core" />

0 commit comments

Comments
 (0)