Skip to content
代码片段 群组 项目
  • Nate McMaster's avatar
    0ec25d31
    Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) · 0ec25d31
    Nate McMaster 创作于
    * Create a new package  - Microsoft.AspNetCore.App.Runtime.${rid} - which contains crossgen-ed versions of shared framework assemblies. This will be used by the SDK to replace rid-split packages
    * Add a task which can generate the .deps.json file for the shared framework. Unlike the existing task we have, this does not rely on consuming a .deps.json file generated by first running a restore on packages.
    * Move the reference to xunit.runner.console into the normal targets and files for managing dependencies
    * Produce binlogs during build
    未验证
    0ec25d31
    历史
    Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475)
    Nate McMaster 创作于
    * Create a new package  - Microsoft.AspNetCore.App.Runtime.${rid} - which contains crossgen-ed versions of shared framework assemblies. This will be used by the SDK to replace rid-split packages
    * Add a task which can generate the .deps.json file for the shared framework. Unlike the existing task we have, this does not rely on consuming a .deps.json file generated by first running a restore on packages.
    * Move the reference to xunit.runner.console into the normal targets and files for managing dependencies
    * Produce binlogs during build