Update SDK to use aspnet runtime packs (#754)
React to deprecation of Microsoft.AspNetCore.App. Changes: * Update KnownFrameworkReference to use the new runtime packs * Stop reference Microsoft.AspNetCore.App * Stop generating unused variable in the SDK: BundledAspNetCoreAppPackageVersion and BundledAspNetCoreAppTargetFrameworkVersion * Add prodcon entries for all aspnet dependencies. These may not have the same version in the future (like patch updates)
This commit is contained in:
parent
a41d887293
commit
49d8bc9941
4 changed files with 50 additions and 37 deletions
|
@ -23,7 +23,7 @@
|
|||
<Target Name="WriteBundledVersionsFile" BeforeTargets="Restore">
|
||||
<WriteLinesToFile
|
||||
File="$(MSBuildThisFileDirectory)/.BundledAspNetCoreVersion"
|
||||
Lines="$(MicrosoftAspNetCoreAppPackageVersion)"
|
||||
Lines="$(MicrosoftAspNetCoreAppRuntimeX64PackageVersion)"
|
||||
Overwrite="true"/>
|
||||
</Target>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue