Skip to content

Commit 8119940

Browse files
committed
Fix consumption of dotnet/runtime after branding switch to 8.0
1 parent d3fc84d commit 8119940

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
2121
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
2222
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
23+
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
24+
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
2325
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
2426
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
2527
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<Uri>https://github.com/dotnet/runtime</Uri>
1111
<Sha>f142128e89b63577a9bbba7e2b760ec82102a7a9</Sha>
1212
</Dependency>
13-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22415.13">
13+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.0-alpha.1.22417.17">
1414
<Uri>https://github.com/dotnet/runtime</Uri>
1515
<Sha>7d981168a2a2ed7d2190776a08ece88665cba727</Sha>
1616
</Dependency>
17-
<Dependency Name="VS.Redist.Common.NetCore.TargetingPack.x64.7.0" Version="7.0.0-rc.1.22415.13">
17+
<Dependency Name="VS.Redist.Common.NetCore.TargetingPack.x64.8.0" Version="8.0.0-alpha.1.22417.17">
1818
<Uri>https://github.com/dotnet/runtime</Uri>
1919
<Sha>7d981168a2a2ed7d2190776a08ece88665cba727</Sha>
2020
</Dependency>
@@ -139,15 +139,15 @@
139139
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
140140
<Sha>d5046afdd2d0e6234ae3fc5bd4ae878594079cc7</Sha>
141141
</Dependency>
142-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22379.3">
142+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0" Version="7.0.0-rc.1.22379.3">
143143
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
144144
<Sha>d5046afdd2d0e6234ae3fc5bd4ae878594079cc7</Sha>
145145
</Dependency>
146146
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="7.0.0-rc.1.22379.3">
147147
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
148148
<Sha>d5046afdd2d0e6234ae3fc5bd4ae878594079cc7</Sha>
149149
</Dependency>
150-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.7.0" Version="7.0.0-rc.1.22379.3">
150+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0" Version="7.0.0-rc.1.22379.3">
151151
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
152152
<Sha>d5046afdd2d0e6234ae3fc5bd4ae878594079cc7</Sha>
153153
</Dependency>
@@ -167,7 +167,7 @@
167167
<Uri>https://github.com/dotnet/aspnetcore</Uri>
168168
<Sha>3d40b09ba819ed91a6f52fac7e580f2c2cf961a8</Sha>
169169
</Dependency>
170-
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.7.0" Version="7.0.0-rc.1.22412.21">
170+
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0" Version="7.0.0-rc.1.22412.21">
171171
<Uri>https://github.com/dotnet/aspnetcore</Uri>
172172
<Sha>3d40b09ba819ed91a6f52fac7e580f2c2cf961a8</Sha>
173173
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PropertyGroup>
5050
<!-- Dependencies from https://github.com/dotnet/runtime -->
5151
<MicrosoftNETCoreAppRefPackageVersion>8.0.0-alpha.1.22417.17</MicrosoftNETCoreAppRefPackageVersion>
52-
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.0-rc.1.22415.13</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>
52+
<VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.0-alpha.1.22417.17</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>
5353
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>8.0.0-alpha.1.22417.17</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
5454
<MicrosoftNETCoreAppRuntimePackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimePackageVersion>
5555
<MicrosoftExtensionsDependencyModelPackageVersion>8.0.0-alpha.1.22417.17</MicrosoftExtensionsDependencyModelPackageVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "7.0.100-preview.5.22307.18",
44
"runtimes": {
55
"dotnet": [
6-
"$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)"
6+
"$(VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion)"
77
]
88
},
99
"vs-opt": {

0 commit comments

Comments
 (0)