|
1 | 1 | <Project>
|
2 | 2 | <!-- Skip the parent folder to prevent getting test package references. -->
|
3 |
| - <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" /> |
| 3 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\..\, Directory.Build.targets))\Directory.Build.targets" /> |
4 | 4 |
|
5 | 5 | <PropertyGroup>
|
| 6 | + <RestoreAdditionalProjectSources>$(RestoreAdditionalProjectSources);$(ArtifactsShippingPackagesDir)</RestoreAdditionalProjectSources> |
6 | 7 | <MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' != 'false'">$(TargetingPackVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
|
7 | 8 | <MicrosoftAspNetCoreAppRefPackageVersion Condition="'$(IsTargetingPackBuilding)' == 'false'">$(AspNetCoreBaselineVersion)</MicrosoftAspNetCoreAppRefPackageVersion>
|
8 |
| - |
9 |
| - <Test_SharedFxVersion>$(SharedFxVersion)</Test_SharedFxVersion> |
10 |
| - <Test_MicrosoftAspNetCoreAppRefPackageVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</Test_MicrosoftAspNetCoreAppRefPackageVersion> |
11 |
| - <Test_SupportedRuntimeIdentifiers>$(SupportedRuntimeIdentifiers)</Test_SupportedRuntimeIdentifiers> |
12 | 9 | </PropertyGroup>
|
13 | 10 |
|
14 | 11 | <!-- Use the shared framework that was produced -->
|
15 | 12 | <ItemGroup>
|
16 |
| - <KnownFrameworkReference |
17 |
| - Update="Microsoft.NETCore.App" |
18 |
| - DefaultRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimeVersion)" |
19 |
| - LatestRuntimeFrameworkVersion="$(MicrosoftNETCoreAppRuntimeVersion)" |
20 |
| - TargetingPackVersion="$(MicrosoftNETCoreAppRefPackageVersion)" /> |
21 |
| - |
22 | 13 | <KnownFrameworkReference
|
23 | 14 | Include="Microsoft.AspNetCore.App"
|
| 15 | + TargetFramework="$(DefaultNetCoreTargetFramework)" |
| 16 | + RuntimeFrameworkName="Microsoft.AspNetCore.App" |
| 17 | + TargetingPackName="Microsoft.AspNetCore.App.Ref" |
| 18 | + RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" |
24 | 19 | DefaultRuntimeFrameworkVersion="$(SharedFxVersion)"
|
25 | 20 | LatestRuntimeFrameworkVersion="$(SharedFxVersion)"
|
26 | 21 | TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)"
|
|
0 commit comments