diff --git a/PrattParser/PrattParser.fsproj b/PrattParser/PrattParser.fsproj index c6388bb..1ec7ad4 100644 --- a/PrattParser/PrattParser.fsproj +++ b/PrattParser/PrattParser.fsproj @@ -1,7 +1,7 @@ - netstandard2.0 + netstandard2.0;net8.0 true true PatrickStevens 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 {