dotnet-maestro[bot] 2ceca7fb89 [master] Update dependencies from dotnet/efcore dotnet/runtime (#27845) 5 лет назад
..
App.Ref b0247ccada Move PackageOverrides.txt out of project folder (#27011) 5 лет назад
App.Ref.Internal 99e90f5782 Produce non-stable version of targeting pack (#22372) 5 лет назад
App.Runtime 5fd1db2625 Further centralize shared Fx and TFM transition workarounds (#27473) 5 лет назад
test 2ceca7fb89 [master] Update dependencies from dotnet/efcore dotnet/runtime (#27845) 5 лет назад
Directory.Build.props 5fd1db2625 Further centralize shared Fx and TFM transition workarounds (#27473) 5 лет назад
Framework.slnf 95763af89a [release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555) 5 лет назад
README.md 5d411aa121 Add Readme for Framework (#27918) 5 лет назад
build.cmd 50790068a8 Add file manifest for runtime and targeting pack (#11235) 6 лет назад
startvs.cmd 95763af89a [release/5.0-rc2] Update dependencies from dotnet/arcade dotnet/runtime dotnet/efcore (#25555) 5 лет назад

README.md

Framework

Contains packages that bundle reference and implementation assembles for Microsoft.AspNetCore.App.Runtime shared framework and for use in targeting pack installers.

Description

The following contains a description of each sub-directory in the Framework directory.

  • App.Ref.Internal: Empty project for identifying the non-stable version of AspNetCore at the time the targeting pack was last built. This package does not ship and is for internal use.
  • App.Ref: Contains reference assemblies, documentation, and other design-time assets
  • App.Runtime: Provides a default set of APIs for building ASP.NET Core applications, and assets used for self-contained deployments.

Development Setup

Build

To build this specific project from source, follow the instructions on building a subset of the code.

Test

To run the tests for this project, run the tests on the command line in this directory.

More Information

For more information, see the ASP.NET Core README.