Skip to content

Commit

Permalink
test(cosmos): change network package reference (#26010)
Browse files Browse the repository at this point in the history
replace the package from nuget with the one on local branch
  • Loading branch information
archerzz authored Dec 20, 2021
1 parent 7603179 commit 3025b81
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Azure.ResourceManager.Network"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(AzureCoreTestFramework)" />
<ProjectReference Include="..\src\Azure.ResourceManager.CosmosDB.csproj" />
<ProjectReference Include="..\..\..\network\Azure.ResourceManager.Network\src\Azure.ResourceManager.Network.csproj" />
</ItemGroup>
</Project>

0 comments on commit 3025b81

Please sign in to comment.