diff --git a/src/Policy/IPolicyList.cs b/src/Policy/IPolicyList.cs
index ef4c2474..2ae0c53c 100644
--- a/src/Policy/IPolicyList.cs
+++ b/src/Policy/IPolicyList.cs
@@ -22,16 +22,6 @@ public interface IPolicyList
///
void ClearAll();
- ///
- /// Gets an individual policy.
- ///
- /// The interface the policy is registered under.
- /// The key the policy applies.
- /// The policy list in the chain that the searched for policy was found in, null if the policy was
- /// not found.
- /// The policy in the list, if present; returns null otherwise.
- IBuilderPolicy GetOrDefault(Type policyInterface, object buildKey, out IPolicyList containingPolicyList);
-
///
/// GetOrDefault the non default policy.
///
diff --git a/src/Unity.Abstractions.csproj b/src/Unity.Abstractions.csproj
index f3aecb80..d8f73895 100644
--- a/src/Unity.Abstractions.csproj
+++ b/src/Unity.Abstractions.csproj
@@ -1,7 +1,7 @@
- 2.0.3
+ 2.1.0
This package is distributed as .NET Standard 1.0, .NET 4.0, 4.5, 4.7 package.