Multi-framework Consumer test (#89)

This commit is contained in:
Patrick Stevens
2024-06-23 11:50:58 +01:00
committed by GitHub
parent 9f5f22c644
commit 870804d6ef
3 changed files with 7 additions and 4 deletions

View File

@@ -57,8 +57,8 @@
};
};
devShell = pkgs.mkShell {
buildInputs = [dotnet-sdk];
packages = [
(pkgs.dotnetCorePackages.combinePackages [dotnet-sdk pkgs.dotnetCorePackages.runtime_6_0])
pkgs.alejandra
pkgs.nodePackages.markdown-link-check
pkgs.shellcheck