|
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup> |
18 | 18 | <!-- Latest shared runtime version updated by darc --> |
19 | | - <VSRedistCommonNetCoreSharedFrameworkx64100Version>10.0.0-preview.5.25229.109</VSRedistCommonNetCoreSharedFrameworkx64100Version> |
20 | | - <MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-preview.5.25229.109</MicrosoftNETCoreAppRuntimewinx64Version> |
| 19 | + <MicrosoftNETCorePlatformsVersion>10.0.0-preview.5.25229.109</MicrosoftNETCorePlatformsVersion> |
| 20 | + <MicrosoftNETCoreAppRefVersion>10.0.0-preview.5.25229.109</MicrosoftNETCoreAppRefVersion> |
21 | 21 | <!-- Latest shared aspnetcore version updated by darc --> |
22 | 22 | <MicrosoftAspNetCoreAppRefInternalVersion>10.0.0-preview.5.25229.109</MicrosoftAspNetCoreAppRefInternalVersion> |
23 | 23 | <MicrosoftAspNetCoreAppRefVersion>10.0.0-preview.5.25229.109</MicrosoftAspNetCoreAppRefVersion> |
|
114 | 114 | </PropertyGroup> |
115 | 115 | <ItemGroup Condition="!$(PrivateBuildTesting) AND !$(InternalReleaseTesting)"> |
116 | 116 | <RuntimeTestVersions Include="Latest"> |
117 | | - <RuntimeDownload>$(VSRedistCommonNetCoreSharedFrameworkx64100Version)</RuntimeDownload> |
118 | | - <Runtime>$(MicrosoftNETCoreAppRuntimewinx64Version)</Runtime> |
| 117 | + <RuntimeDownload>$(MicrosoftNETCorePlatformsVersion)</RuntimeDownload> |
| 118 | + <Runtime>$(MicrosoftNETCoreAppRefVersion)</Runtime> |
119 | 119 | <AspNetDownload>$(MicrosoftAspNetCoreAppRefInternalVersion)</AspNetDownload> |
120 | 120 | <AspNet>$(MicrosoftAspNetCoreAppRefVersion)</AspNet> |
121 | 121 | <TargetFramework>net10.0</TargetFramework> |
|
138 | 138 | <!-- Private build testing --> |
139 | 139 | <ItemGroup Condition="$(PrivateBuildTesting)"> |
140 | 140 | <RuntimeTestVersions Include="Latest"> |
141 | | - <RuntimeDownload>$(VSRedistCommonNetCoreSharedFrameworkx64100Version)</RuntimeDownload> |
142 | | - <Runtime>$(MicrosoftNETCoreAppRuntimewinx64Version)</Runtime> |
| 141 | + <RuntimeDownload>$(MicrosoftNETCorePlatformsVersion)</RuntimeDownload> |
| 142 | + <Runtime>$(MicrosoftNETCoreAppRefVersion)</Runtime> |
143 | 143 | <AspNetDownload>$(MicrosoftAspNetCoreAppRefInternalVersion)</AspNetDownload> |
144 | 144 | <AspNet>$(MicrosoftAspNetCoreAppRefVersion)</AspNet> |
145 | 145 | <TargetFramework>net10.0</TargetFramework> |
|
0 commit comments