diff --git a/src/constants.ts b/src/constants.ts index 9614da3..2088822 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,8 @@ /** NuGet lock file patterns */ export const lockFilePatterns = ['packages.lock.json']; +export const foo = "bar"; + /** * .NET CLI command to list local NuGet resources. * @see https://docs.microsoft.com/dotnet/core/tools/dotnet-nuget-locals