-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BelicusBr edited this page Feb 5, 2024
·
5 revisions
- Cobilas
-
- Collections
Cobilas Core Net4x is a utility library for CSharp.
Cobilas.Core.Net4x is on nuget.org
To include the package, open the .csproj
file and add it.
<ItemGroup>
<PackageReference Include="Cobilas.Core.Net4x" Version="1.3.0" />
</ItemGroup>
Or use command line.
dotnet add package Cobilas.Core.Net4x --version 1.3.0
Cobilas.Core.Net4x is on NPM
Include in npm package
"dependencies": {
"com.cobilas.unity.core.net4x":"1.3.0"
}
Or use command line.
npm i com.cobilas.unity.core.net4x