Skip to content

Commit

Permalink
Fixed DM Lib Shares dependency (#46603)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Oct 14, 2024
1 parent bb73175 commit 59c2c7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<PackageId />
</PropertyGroup>
<ItemGroup>
<!--<PackageReference Include="Azure.Storage.Files.Shares" />-->
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />
<PackageReference Include="Azure.Storage.Files.Shares" />
<!--<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Files.Shares\src\Azure.Storage.Files.Shares.csproj" />-->
<PackageReference Include="System.Threading.Channels" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 59c2c7a

Please sign in to comment.