We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d18f3 commit 31a2922Copy full SHA for 31a2922
.config/dotnet-tools.json
@@ -1,13 +1,5 @@
1
{
2
"version": 1,
3
"isRoot": true,
4
- "tools": {
5
- "fantomas": {
6
- "version": "6.3.16",
7
- "commands": [
8
- "fantomas"
9
- ],
10
- "rollForward": false
11
- }
12
+ "tools": {}
13
}
build/build.fsproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
0 commit comments