diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 347ac90..35d3e0d 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -9,7 +9,7 @@
]
},
"fsharp-analyzers": {
- "version": "0.26.0",
+ "version": "0.26.1",
"commands": [
"fsharp-analyzers"
]
diff --git a/Directory.Build.props b/Directory.Build.props
index 271f81d..b2a9b10 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -10,7 +10,7 @@
FS3388,FS3559
-
+
diff --git a/nix/deps.nix b/nix/deps.nix
index 676e6fe..5496133 100644
--- a/nix/deps.nix
+++ b/nix/deps.nix
@@ -28,8 +28,8 @@
})
(fetchNuGet {
pname = "fsharp-analyzers";
- version = "0.26.0";
- hash = "sha256-60Bl36LOb/zVNdH2SBSuQ5O41lP9dKTNZbs5vvYs+3U=";
+ version = "0.26.1";
+ hash = "sha256-UqSK8PoXRJMZWKphMmWpl5klVn82EM1VczNZ1AOZ6Sw=";
})
(fetchNuGet {
pname = "FSharp.Core";
@@ -173,8 +173,8 @@
})
(fetchNuGet {
pname = "Nerdbank.GitVersioning";
- version = "3.6.139";
- hash = "sha256-DMEdNlYh9tqkqQ/98zwk7NcRYBpTApLiFwzkgaHP7Fo=";
+ version = "3.6.141";
+ hash = "sha256-i1pBJ12vlPmde6qSQK4PG2QLSpjaUCoY+odTi24R5XI=";
})
(fetchNuGet {
pname = "NETStandard.Library";