dotnetPackages.StyleCopMSBuild: init at 4.7.49.0
This commit is contained in:
parent
07ecef52b7
commit
6e68a6cf81
@ -123,6 +123,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||||||
outputFiles = [ "lib/*" ];
|
outputFiles = [ "lib/*" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
StyleCopMSBuild = fetchNuGet {
|
||||||
|
baseName = "StyleCop.MSBuild";
|
||||||
|
version = "4.7.49.0";
|
||||||
|
sha256 = "0rpfyvcggm881ynvgr17kbx5hvj7ivlms0bmskmb2zyjlpddx036";
|
||||||
|
outputFiles = [ "tools/*" ];
|
||||||
|
};
|
||||||
|
|
||||||
SharpFont = fetchNuGet {
|
SharpFont = fetchNuGet {
|
||||||
baseName = "SharpFont";
|
baseName = "SharpFont";
|
||||||
version = "3.0.1";
|
version = "3.0.1";
|
||||||
|
Loading…
Reference in New Issue
Block a user