AngelMunoz / AngelMunoz/Fable.Lit.Templates
Add global.json with proper SDK version
- Dominant language
- F#
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hi, could you add `globlal.json` to each template to fix .NET SDK version? After .NET 7 was released it is used by default and Fable fails building in this case. Even if you have both v6 and v7 installed, the 7th is used if no global.json.
`global.json`
```json
{
"sdk": {
"version": "6.0.407",
"rollForward": "latestFeature"
}
}
```
When Fable & Lit are ready for .NET 7 you will update the version.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the repository's templates and identify each template that needs a global.json file. Use the requested SDK version 6.0.407 with latestFeature roll-forward, then verify that the Fable templates build with the .NET 6 SDK instead of defaulting to .NET 7.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100