Skip to content

Commit cbdfe29

Browse files
committed
Update ApplyScrubbers.cs
1 parent 4086f91 commit cbdfe29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify/Serialization/Scrubbers/ApplyScrubbers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static string ReplaceAltDirChar(this string directory) =>
1313

1414
public static void UseAssembly(string? solutionDir, string projectDir)
1515
{
16-
Dictionary<string, string> replacements = new();
16+
var replacements = new Dictionary<string, string>();
1717
var baseDir = CleanPath(AppDomain.CurrentDomain.BaseDirectory!);
1818
var altBaseDir = baseDir.ReplaceAltDirChar();
1919
replacements[baseDir + dirSeparator] = "{CurrentDirectory}";

0 commit comments

Comments
 (0)