-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Proj-Info to use FCS and FSharp.Core from 9.0.100 (#219)
This change * removes .NET 6 and 7 targets, adding a .NET 9 target * removes Paket in favor of NuGet CPM * updates the packaging of the app to include READMEs Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Chet Husk <[email protected]>
- Loading branch information
1 parent
2a86558
commit 0e15b52
Showing
36 changed files
with
344 additions
and
1,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"paket": { | ||
"version": "8.0.3", | ||
"commands": [ | ||
"paket" | ||
] | ||
}, | ||
"fake-cli": { | ||
"version": "6.0.0", | ||
"commands": [ | ||
"fake" | ||
] | ||
}, | ||
"octonav": { | ||
"version": "0.0.1", | ||
"commands": [ | ||
"octonav" | ||
] | ||
}, | ||
"fantomas": { | ||
"version": "6.1.2", | ||
"commands": [ | ||
"fantomas" | ||
] | ||
} | ||
} | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.