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 cc7b59b..0cc6ab8 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -10,7 +10,7 @@
FS3388,FS3559
-
+
true
diff --git a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj
index a0e6f64..b3791b8 100644
--- a/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj
+++ b/WoofWare.NUnitTestRunner.Lib/WoofWare.NUnitTestRunner.Lib.fsproj
@@ -14,7 +14,7 @@
WoofWare.NUnitTestRunner.Lib
true
FS3559
- 2.1.53
+ 2.1.56
@@ -50,7 +50,7 @@
-
+
diff --git a/nix/deps.nix b/nix/deps.nix
index c719700..dc3a1be 100644
--- a/nix/deps.nix
+++ b/nix/deps.nix
@@ -18,8 +18,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";
@@ -138,8 +138,8 @@
})
(fetchNuGet {
pname = "Nerdbank.GitVersioning";
- version = "3.6.139";
- hash = "sha256-DMEdNlYh9tqkqQ/98zwk7NcRYBpTApLiFwzkgaHP7Fo=";
+ version = "3.6.141";
+ hash = "sha256-i1pBJ12vlPmde6qSQK4PG2QLSpjaUCoY+odTi24R5XI=";
})
(fetchNuGet {
pname = "Newtonsoft.Json";
@@ -253,13 +253,13 @@
})
(fetchNuGet {
pname = "WoofWare.Myriad.Plugins";
- version = "2.1.53";
- hash = "sha256-7Kl1tW3EbkUghFs7ZE3hE5PChYxTXcVxWFCSTGrzfpk=";
+ version = "2.1.56";
+ hash = "sha256-hNZu+L8N80P9Jbi0xPlDDZSd+HbE1QuTIy+1r5iAwuk=";
})
(fetchNuGet {
pname = "WoofWare.Myriad.Plugins.Attributes";
- version = "3.1.11";
- hash = "sha256-vqHWKSlh0VR0wrK97xDbS30b6UCyTJQfbh0ulbILLqE=";
+ version = "3.1.12";
+ hash = "sha256-Z7v1ZbZCaP+xcDufHOOp4jquDbOC1dl3CguOm+5S94U=";
})
(fetchNuGet {
pname = "WoofWare.PrattParser";