Skip to content

Commit e4f6df1

Browse files
authored
Update punchclock version and fix dependency resolver (#464)
Bumped punchclock package to version 5.0.1 in Directory.Packages.props. Changed NetCache.cs to use AppLocator.Current instead of Locator.Current for dependency resolution.
1 parent 0ddcb69 commit e4f6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fusillade/NetCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ internal static void CreateDefaultInstances(IReadonlyDependencyResolver? current
188188

189189
private static IReadonlyDependencyResolver GetCurrent()
190190
{
191-
return Current ??= Locator.Current;
191+
return Current ??= AppLocator.Current;
192192
}
193193
}

0 commit comments

Comments
 (0)