pkg(dotnet-2.2.8): added dotnet 2.2.8

This commit is contained in:
Hydrazer 2021-11-26 16:33:08 -07:00
parent 507233400d
commit 01a1518c84
6 changed files with 71 additions and 0 deletions

23
packages/dotnet/2.2.8/metadata.json vendored Normal file
View file

@ -0,0 +1,23 @@
{
"language": "dotnet",
"version": "2.2.8",
"provides": [
{
"language": "csharp.net",
"aliases": [
"csharp",
"c#",
"cs",
"c#.net",
"cs.net",
"c#-dotnet",
"cs-dotnet",
"csharp-dotnet",
"dotnet-c#",
"dotnet-cs",
"dotnet-csharp"
],
"limit_overrides": { "max_process_count": 128 }
}
]
}