Skip to content

Commit

Permalink
Delete .sln file and add slngen as dotnet-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKotsenas committed Nov 27, 2024
1 parent 7d60f56 commit 5d853a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 51 deletions.
12 changes: 8 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
"version": "3.4.194",
"commands": [
"nbgv"
],
"rollForward": false
]
},
"sign": {
"version": "0.9.1-beta.24325.5",
"commands": [
"sign"
],
"rollForward": false
]
},
"microsoft.visualstudio.slngen.tool": {
"version": "12.0.3",
"commands": [
"slngen"
]
}
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
*.userosscache
*.sln.docstates

# .sln files because this repo uses slngen when needed
*.sln

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

Expand Down
47 changes: 0 additions & 47 deletions DotNet.ReproducibleBuilds.sln

This file was deleted.

0 comments on commit 5d853a1

Please sign in to comment.