Skip to content

Commit

Permalink
Remove ResourceManager track1 SDK dependency from testfx (#26950)
Browse files Browse the repository at this point in the history
* Test whether resourcemanager track1 sdk can be removed from testfx

* Update Common.Netcore.Dependencies.Test.targets

* delete pageextensions.cs

* move pageextension.cs to resource.test
  • Loading branch information
VeryEarly authored Jan 2, 2025
1 parent 04642eb commit d880d03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public static void SetItemValue<T>(this Page<T> pagableObj, List<T> collection)
property.SetValue(pagableObj, collection);
}
}
}
}
1 change: 0 additions & 1 deletion tools/Common.Netcore.Dependencies.Test.targets
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<Import Project="$(MSBuildThisFileDirectory)Az.nonprod.props" Condition="'$(TargetFramework)' == 'net6.0'" />

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.ResourceManager" Version="3.17.3-preview" />
<PackageReference Include="xunit" Version="2.4.2" />
</ItemGroup>

Expand Down

0 comments on commit d880d03

Please sign in to comment.