Skip to content

Commit 8f4a12d

Browse files
.vsconfig update for .NET 4.8 (dotnet#51464)
.vsconfig was missing the missing the .NET 4.8 Targetting pack option. Fix dotnet#51455
1 parent 6f0fd0a commit 8f4a12d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vsconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Microsoft.Net.ComponentGroup.4.6.2.DeveloperTools",
3131
"Microsoft.Net.Component.4.7.TargetingPack",
3232
"Microsoft.Net.ComponentGroup.4.7.DeveloperTools",
33+
"Microsoft.Net.Component.4.8.TargetingPack",
3334
"Microsoft.VisualStudio.Component.VC.CoreIde",
3435
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
3536
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
@@ -49,4 +50,4 @@
4950
"Microsoft.Net.Component.4.6.2.SDK",
5051
"Microsoft.Net.Component.4.7.SDK"
5152
]
52-
}
53+
}

0 commit comments

Comments
 (0)