dotnetPackages.FsLexYaccRuntime: init at 6.1.0
This commit is contained in:
parent
24406568e6
commit
014196b7db
|
@ -108,6 +108,13 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
|
||||||
outputFiles = [ "*" ];
|
outputFiles = [ "*" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
FsLexYaccRuntime = fetchNuGet {
|
||||||
|
baseName = "FsLexYacc.Runtime";
|
||||||
|
version = "6.1.0";
|
||||||
|
sha256 = "18vrx4lxsn4hkfishg4abv0d4q21dsph0bm4mdq5z8afaypp5cr7";
|
||||||
|
outputFiles = [ "lib/net40/*" ];
|
||||||
|
};
|
||||||
|
|
||||||
FsPickler = fetchNuGet {
|
FsPickler = fetchNuGet {
|
||||||
baseName = "FsPickler";
|
baseName = "FsPickler";
|
||||||
version = "1.2.9";
|
version = "1.2.9";
|
||||||
|
|
Loading…
Reference in New Issue