Skip to content

Commit ebe4a39

Browse files
authored
Update fsharp-analyzers version (#716)
- Updating fsharp-analyzers dotnet tool to 0.35.0 - Updating Ionide.Analyzers to 0.14.11
1 parent 11fd375 commit ebe4a39

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"fsharp-analyzers": {
12-
"version": "0.33.1",
12+
"version": "0.35.0",
1313
"commands": [
1414
"fsharp-analyzers"
1515
]

src/Giraffe/Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<PrivateAssets>all</PrivateAssets>
5959
<IncludeAssets>analyzers</IncludeAssets>
6060
</PackageReference>
61-
<PackageReference Include="Ionide.Analyzers" Version="0.14.9">
61+
<PackageReference Include="Ionide.Analyzers" Version="0.14.11">
6262
<PrivateAssets>all</PrivateAssets>
6363
<IncludeAssets>analyzers</IncludeAssets>
6464
</PackageReference>

0 commit comments

Comments
 (0)