Skip to content

Commit 07babc5

Browse files
authored
Update .NET8 to p7 (#15770)
1 parent fa24737 commit 07babc5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
ARG VARIANT=8.0.100-preview.6-bookworm-slim-amd64
6+
ARG VARIANT=8.0.100-preview.7-bookworm-slim-amd64
77
FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}
88

99
# Avoid warnings by switching to noninteractive

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"args": {
77
// Update 'VARIANT' to pick a .NET Core version: 3.1, 5.0, 6.0, 7.0
88
// Append -bullseye(-slim), -focal, or -jammy to pin to an OS version.
9-
"VARIANT": "8.0.100-preview.6-bookworm-slim-amd64"
9+
"VARIANT": "8.0.100-preview.7-bookworm-slim-amd64"
1010
}
1111
},
1212
"hostRequirements": {

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
These will go away when repo updates targeting to net8.0
1212
Tracked with https://github.com/dotnet/fsharp/issues/14765
1313
-->
14-
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/7.0.8" />
15-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/7.0.8" />
16-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/7.0.8" />
14+
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/7.0.9" />
15+
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/7.0.9" />
16+
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/7.0.9" />
1717
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/7.0.0" />
1818
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/7.0.0" />
1919
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/7.0.0" />

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-preview.6.23330.14",
3+
"version": "8.0.100-preview.7.23376.3",
44
"allowPrerelease": true,
55
"rollForward": "latestMajor"
66
},
77
"tools": {
8-
"dotnet": "8.0.100-preview.6.23330.14",
8+
"dotnet": "8.0.100-preview.7.23376.3",
99
"vs": {
1010
"version": "17.6",
1111
"components": [

0 commit comments

Comments
 (0)