Skip to content

Commit 59c2c7a

Browse files
authored
Fixed DM Lib Shares dependency (#46603)
1 parent bb73175 commit 59c2c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<PackageId />
2121
</PropertyGroup>
2222
<ItemGroup>
23-
<!--<PackageReference Include="Azure.Storage.Files.Shares" />-->
24-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />
23+
<PackageReference Include="Azure.Storage.Files.Shares" />
24+
<!--<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />-->
2525
<PackageReference Include="System.Threading.Channels" />
2626
</ItemGroup>
2727
<ItemGroup>

0 commit comments

Comments
 (0)