From 77b4fa44984f5eee2a1dfe9c5c7423a39ceaed3e Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:41:48 +0000 Subject: [PATCH 1/2] Pack the nupkg --- flake.lock | 6 +++--- flake.nix | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 182bb2f..ffb33ba 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1763618868, - "narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=", + "lastModified": 1764138170, + "narHash": "sha256-2bCmfCUZyi2yj9FFXYKwsDiaZmizN75cLhI/eWmf3tk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942", + "rev": "bb813de6d2241bcb1b5af2d3059f560c66329967", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index ee60e7d..c04997d 100644 --- a/flake.nix +++ b/flake.nix @@ -56,6 +56,8 @@ disabledTests = ["WoofWare.PrattParser.Test.TestSurface.CheckVersionAgainstRemote"]; nugetDeps = ./nix/deps.json; # `nix build .#default.fetch-deps && ./result nix/deps.json` doCheck = true; + dontPublish = true; + packNupkg = true; }; }; devShell = pkgs.mkShell { From 10b78473005754637ad3c97ab11b079237c4e370 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:42:34 +0000 Subject: [PATCH 2/2] Also build for net8 --- PrattParser/PrattParser.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrattParser/PrattParser.fsproj b/PrattParser/PrattParser.fsproj index b5bf158..53ca4d6 100644 --- a/PrattParser/PrattParser.fsproj +++ b/PrattParser/PrattParser.fsproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.0;net8.0 true true PatrickStevens