diff --git a/update.mjs b/update.mjs index f2df134..f5ac5f0 100644 --- a/update.mjs +++ b/update.mjs @@ -385,6 +385,7 @@ const dotnetProject = [ '*.config', 'appsettings.*', 'bundleconfig.json', + 'packages.lock.json', ] const pubspecYAML = [ @@ -556,6 +557,7 @@ const base = { 'go.mod': 'go.sum', 'go.work': 'go.work.sum', 'I*.cs': '$(capture).cs', + 'justfile': '*.just, .justfile', 'Makefile': '*.mk', 'pom.xml': 'mvnw*', 'shims.d.ts': '*.d.ts', @@ -627,6 +629,7 @@ const full = sortObject({ 'go.mod': stringify(gofile), 'composer.json': stringify(composer), '*.csproj': stringify(dotnetProject), + '*.fsproj': stringify(dotnetProject), '*.vbproj': stringify(dotnetProject), 'mix.exs': stringify(elixir), 'pyproject.toml': stringify(pyprojecttoml),