Skip to content

Commit 31a2922

Browse files
committed
drop fantomas because of dotnet bug
1 parent c3d18f3 commit 31a2922

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"version": 1,
33
"isRoot": true,
4-
"tools": {
5-
"fantomas": {
6-
"version": "6.3.16",
7-
"commands": [
8-
"fantomas"
9-
],
10-
"rollForward": false
11-
}
12-
}
4+
"tools": {}
135
}

build/build.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<GenerateProgramFile>false</GenerateProgramFile>
77
</PropertyGroup>

0 commit comments

Comments
 (0)