Microsoft.Extensions.DependencyModel 10.0.3

About

Provides abstractions for reading .deps files. When a .NET application is compiled, the SDK generates a JSON manifest file (<ApplicationName>.deps.json) that contains information about application dependencies. You can use Microsoft.Extensions.DependencyModel to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.

By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to true to additionally include information about reference assemblies used during compilation.

How to Use

The following example shows how to display the list of assemblies used when compiling the current application. Include <PreserveCompilationContext>true</PreserveCompilationContext> in your project file to run this example.

using System;
using Microsoft.Extensions.DependencyModel;

class Program
{
    static void Main()
    {
        Console.WriteLine("Compilation libraries:");
        Console.WriteLine();

        foreach (CompilationLibrary lib in DependencyContext.Default.CompileLibraries)
        {
            foreach (string path in lib.ResolveReferencePaths())
            {
                Console.WriteLine(path);
            }
        }
    }
}

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.DependencyModel is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.Extensions.DependencyModel.

Packages Downloads
DevExpress.AspNetCore.Core
ASP.NET Core Control library renders Bootstrap-powered markup so you can build modern adaptive web applications that work across multiple target platforms.
46
DevExpress.AspNetCore.Core
ASP.NET Core Control library renders Bootstrap-powered markup so you can build modern adaptive web applications that work across multiple target platforms.
26
DevExpress.AspNetCore.Core
ASP.NET Core Control library renders Bootstrap-powered markup so you can build modern adaptive web applications that work across multiple target platforms.
23
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
21
Elsa.EntityFrameworkCore
Provides Entity Framework Core implementations of various abstractions from various modules.
21
NSwag.Commands
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
21
Elsa.JavaScript
Provides a JavaScript expression provider.
20
Serilog.Settings.Configuration
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
19
Elsa.JavaScript
Provides a JavaScript expression provider.
19
Elsa.Scheduling
Provides scheduling activities such as Timer, Delay and StartAt.
19
Elsa.Labels
Provides funtionality to tag workflows with labels and filter by them.
19
Castle.Windsor
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
19
Elsa.Liquid
Provides a Liquid expression provider.
19
Microsoft.EntityFrameworkCore.Sqlite.Core
SQLite database provider for Entity Framework Core.
18
Microsoft.EntityFrameworkCore.Design
Shared design-time components for Entity Framework Core tools.
18
Serilog.Settings.Configuration
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
18
Elsa.Labels
Provides funtionality to tag workflows with labels and filter by them.
18
aqua-core
Transform any object-graph into a dynamic, composed dictionaries like structure, holding serializable values and type information.
18

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

.NET Standard 2.0

.NET 10.0

  • No dependencies.

.NET 9.0

.NET 8.0

Version Downloads Last updated
11.0.0-preview.1.26104.118 0 2/10/2026
10.0.3 1 3/6/2026
10.0.2 2 1/15/2026
10.0.1 2 1/16/2026
10.0.0 5 11/24/2025
10.0.0-rc.2.25502.107 1 12/17/2025
10.0.0-rc.1.25451.107 6 11/26/2025
10.0.0-preview.7.25380.108 6 8/16/2025
10.0.0-preview.6.25358.103 7 7/17/2025
10.0.0-preview.5.25277.114 6 7/17/2025
10.0.0-preview.4.25258.110 8 7/5/2025
10.0.0-preview.3.25171.5 8 7/2/2025
10.0.0-preview.2.25163.2 3 7/2/2025
10.0.0-preview.1.25080.5 8 3/5/2025
9.0.13 0 2/10/2026
9.0.12 2 1/15/2026
9.0.11 6 11/23/2025
9.0.10 9 11/23/2025
9.0.9 11 11/24/2025
9.0.8 9 8/12/2025
9.0.7 11 7/19/2025
9.0.6 9 7/2/2025
9.0.5 11 7/3/2025
9.0.4 10 7/2/2025
9.0.3 8 7/2/2025
9.0.2 8 2/28/2025
9.0.1 11 2/28/2025
9.0.0 13 11/19/2024
9.0.0-rc.2.24473.5 8 3/6/2025
9.0.0-rc.1.24431.7 5 3/6/2025
9.0.0-preview.7.24405.7 10 3/5/2025
9.0.0-preview.6.24327.7 12 3/5/2025
9.0.0-preview.5.24306.7 6 3/5/2025
9.0.0-preview.4.24266.19 4 3/5/2025
9.0.0-preview.3.24172.9 7 3/5/2025
9.0.0-preview.2.24128.5 5 3/5/2025
9.0.0-preview.1.24080.9 9 3/4/2025
8.0.2 8 2/28/2025
8.0.1 7 9/3/2024
8.0.0 16 11/18/2023
8.0.0-rc.2.23479.6 13 3/6/2025
8.0.0-rc.1.23419.4 11 3/6/2025
8.0.0-preview.7.23375.6 5 3/5/2025
8.0.0-preview.6.23329.7 6 3/5/2025
8.0.0-preview.5.23280.8 7 3/5/2025
8.0.0-preview.4.23259.5 6 3/5/2025
8.0.0-preview.3.23174.8 7 3/5/2025
8.0.0-preview.2.23128.3 7 3/5/2025
8.0.0-preview.1.23110.8 8 3/5/2025
7.0.0 13 7/24/2023
7.0.0-rc.2.22472.3 8 3/6/2025
7.0.0-rc.1.22426.10 7 3/5/2025
7.0.0-preview.7.22375.6 7 3/4/2025
7.0.0-preview.6.22324.4 18 3/4/2025
7.0.0-preview.5.22301.12 4 3/4/2025
7.0.0-preview.4.22229.4 10 3/4/2025
7.0.0-preview.3.22175.4 11 3/5/2025
7.0.0-preview.2.22152.2 6 3/5/2025
7.0.0-preview.1.22076.8 9 3/5/2025
6.0.2 14 2/28/2025
6.0.1 6 2/28/2025
6.0.0 18 7/8/2023
6.0.0-rc.2.21480.5 10 3/6/2025
6.0.0-rc.1.21451.13 9 3/5/2025
6.0.0-preview.7.21377.19 7 3/5/2025
6.0.0-preview.6.21352.12 7 3/5/2025
6.0.0-preview.5.21301.5 8 3/4/2025
6.0.0-preview.4.21253.7 8 3/5/2025
6.0.0-preview.3.21201.4 10 3/4/2025
6.0.0-preview.2.21154.6 6 3/5/2025
6.0.0-preview.1.21102.12 8 3/5/2025
5.0.0 11 11/18/2024
5.0.0-rc.2.20475.5 10 3/6/2025
5.0.0-rc.1.20451.14 9 3/6/2025
5.0.0-preview.3-runtime.20214.6 8 3/4/2025
5.0.0-preview.2-runtime.20160.6 8 2/28/2025
5.0.0-preview.8.20407.11 7 3/5/2025
5.0.0-preview.7.20364.11 11 3/5/2025
5.0.0-preview.6.20305.6 6 3/5/2025
5.0.0-preview.5.20278.1 5 3/5/2025
5.0.0-preview.4.20251.6 11 3/5/2025
5.0.0-preview.1.20120.5 9 3/5/2025
3.1.25 6 2/28/2025
3.1.6 13 2/28/2025
3.1.5 10 2/28/2025
3.1.4 7 2/28/2025
3.1.3 10 2/28/2025
3.1.2 9 2/28/2025
3.1.1 14 2/28/2025
3.1.0 11 2/28/2025
3.1.0-preview3.19553.2 6 3/5/2025
3.1.0-preview2.19525.6 6 3/5/2025
3.1.0-preview1.19506.1 11 3/4/2025
3.0.3 13 2/28/2025
3.0.2 7 2/28/2025
3.0.1 9 2/28/2025
3.0.0 11 7/24/2023
3.0.0-rc1-19456-20 7 3/5/2025
3.0.0-preview9-19423-09 15 3/5/2025
3.0.0-preview8-28405-07 11 3/5/2025
3.0.0-preview7-27912-14 10 3/5/2025
3.0.0-preview6-27804-01 7 3/5/2025
3.0.0-preview5-27626-15 5 3/5/2025
3.0.0-preview4-27615-11 7 3/5/2025
3.0.0-preview3-27503-5 5 3/5/2025
3.0.0-preview-27324-5 8 3/5/2025
2.1.0 11 1/11/2025
2.1.0-rc1 6 2/28/2025
2.1.0-preview2-26406-04 13 3/5/2025
2.1.0-preview1-26216-03 9 3/5/2025
2.0.4 12 2/28/2025
2.0.3 12 2/28/2025
2.0.0 9 2/28/2025
2.0.0-preview2-25407-01 7 3/5/2025
2.0.0-preview1-002111 8 3/5/2025
1.1.9 13 2/28/2025
1.1.2 17 2/28/2025
1.1.1 8 2/28/2025
1.1.0 9 2/28/2025
1.1.0-preview1-001100 13 3/4/2025
1.0.500-preview2-1-003177 8 3/5/2025
1.0.3 12 2/28/2025
1.0.1-beta-000933 6 3/5/2025
1.0.0 16 2/28/2025
1.0.0-rc2-final 11 2/28/2025
1.0.0-rc2-002702 14 3/5/2025