Net.Core 0.2.0

dotnet add package Net.Core --version 0.2.0
                    
NuGet\Install-Package Net.Core -Version 0.2.0
                    
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="Net.Core" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Net.Core" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Net.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 Net.Core --version 0.2.0
                    
#r "nuget: Net.Core, 0.2.0"
                    
#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 Net.Core@0.2.0
                    
#: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=Net.Core&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Net.Core&version=0.2.0
                    
Install as a Cake Tool

Net.Core

Contains a set of .NET framework namespaces with no other dependencies, such as:

  • DependencyInjection: generic attributes for dependency injection registration
  • Collections: mostly LINQ extension methods to make working with LINQ to objects easier
  • Enums: Easier Enum parsing/handling/attributing
  • Reflection: Improve working with attributes
  • Text: String formatting and checking utilities
  • ToExtensions: object extensions to allow easier conversion from one object to another

install from nuget:

install-package Net.Core
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.
  • net10.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Net.Core:

Package Downloads
Net.FluentMigrator

Various libraries to extend FluentMigrator

Net.Autofac

Various tools to extend Autofac

Net.Web

Various tools to extend MVC

Net.EasyNetQ

Various tools to extend EasyNetQ

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 32 8/5/2026
0.2.0-alpha.0.90 31 8/5/2026
0.1.12 25,394 8/12/2016
0.1.11 4,699 12/2/2015
0.1.10 3,826 10/17/2015
0.1.9 1,497 10/17/2015
0.1.8 2,411 2/27/2015
0.1.7 1,958 10/15/2014
0.1.6 4,218 6/17/2014
0.1.5 1,793 5/9/2014
0.1.4 1,659 5/7/2014
0.1.3 1,853 1/28/2014
0.1.2 1,695 1/17/2014
0.1.1.28923 1,615 1/8/2014
0.1.0 14,876 1/8/2014