dotnetPackages.StyleCopPlusMSBuild: init at 4.7.49.5
This commit is contained in:
parent
6e68a6cf81
commit
ffe7da184e
@ -130,6 +130,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
|||||||
outputFiles = [ "tools/*" ];
|
outputFiles = [ "tools/*" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
StyleCopPlusMSBuild = fetchNuGet {
|
||||||
|
baseName = "StyleCopPlus.MSBuild";
|
||||||
|
version = "4.7.49.5";
|
||||||
|
sha256 = "1hv4lfxw72aql8siyqc4n954vzdz8p6jx9f2wrgzz0jy1k98x2mr";
|
||||||
|
outputFiles = [ "tools/*" ];
|
||||||
|
};
|
||||||
|
|
||||||
SharpFont = fetchNuGet {
|
SharpFont = fetchNuGet {
|
||||||
baseName = "SharpFont";
|
baseName = "SharpFont";
|
||||||
version = "3.0.1";
|
version = "3.0.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user