Skip to content

Commit 7cb2b3c

Browse files
Merge pull request #30 from krymtkts/dependabot/nuget/dot-config/fsharp-analyzers-0.34.1
Bump fsharp-analyzers from 0.30.0 to 0.34.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 369742f + 4837645 commit 7cb2b3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"fsharp-analyzers": {
13-
"version": "0.30.0",
13+
"version": "0.34.1",
1414
"commands": [
1515
"fsharp-analyzers"
1616
],

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<!-- Analyzer configurations. -->
4-
<PackageReference Include="Ionide.Analyzers" Version="0.14.4">
4+
<PackageReference Include="Ionide.Analyzers" Version="0.14.10">
55
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>

0 commit comments

Comments
 (0)