Skip to content

feat: add packages.lock.json and *.fsproj to dotnet project nesting - #328

Merged
antfu merged 1 commit into
antfu:mainfrom
elio-Wang:feat/dotnet-packages-lock-json
Jun 24, 2026
Merged

feat: add packages.lock.json and *.fsproj to dotnet project nesting#328
antfu merged 1 commit into
antfu:mainfrom
elio-Wang:feat/dotnet-packages-lock-json

Conversation

@elio-Wang

Copy link
Copy Markdown
Contributor

Closes #192

Linked issue

Resolves #192

Context

NuGet's RestorePackagesWithLockFile generates packages.lock.json alongside project files, but it's not nested in the explorer. Also, *.fsproj (F# projects) was missing from the dotnet project nesting rules.

Description

  • Added packages.lock.json to the dotnetProject array so it nests under *.csproj, *.vbproj, and *.fsproj
  • Added *.fsproj entry using the same dotnetProject nesting rules

@antfu
antfu merged commit c3fbc88 into antfu:main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add packages.lock.json supports for *.csproj and *.fsproj

2 participants