NextGenSoftware.OASIS.Web8.Core 2.0.1

dotnet add package NextGenSoftware.OASIS.Web8.Core --version 2.0.1
                    
NuGet\Install-Package NextGenSoftware.OASIS.Web8.Core -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NextGenSoftware.OASIS.Web8.Core" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NextGenSoftware.OASIS.Web8.Core" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="NextGenSoftware.OASIS.Web8.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NextGenSoftware.OASIS.Web8.Core --version 2.0.1
                    
#r "nuget: NextGenSoftware.OASIS.Web8.Core, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NextGenSoftware.OASIS.Web8.Core@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NextGenSoftware.OASIS.Web8.Core&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=NextGenSoftware.OASIS.Web8.Core&version=2.0.1
                    
Install as a Cake Tool

The Core (Business Logic Layer) for WEB8 - the fractal holonic mesh-networking layer of the OASIS Omniverse. Hosts the GalacticMeshManager (node registry, Dijkstra routing, self-healing failover) and ProtocolBridgeManager for translating external wire formats into the unified MeshMessage envelope.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1 0 7/12/2026
2.0.0 0 7/12/2026

- Initial release as part of the OASIS Omniverse Reboot and Rebrand under oasisomniverse.one.
- Part of the new decentralised WEB6-WEB10 API tier architecture (AI, Spatial/AR, Holographic, Neural, Omniversal layers).
- Integrates with ONET, FAHRN, HolonicBraid, and HyperDrive v2 for full mesh routing.
- Security-hardened from day one: CORS open/pluggable policy, JWT middleware, API key support.
- Built on .NET 10 from the ground up for maximum performance and longevity.
- Miscellaneous bug fixes and improvements during initial stabilisation.
- Many misc improvements.
- Multiple bug fixes.