Skip to content

Commit

Permalink
Fixed DM Lib Shares dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Oct 14, 2024
1 parent e499bcc commit 7c6834a
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 7c6834a

Please sign in to comment.