Skip to content

Commit

Permalink
.vsconfig update for .NET 4.8 (dotnet#51464)
Browse files Browse the repository at this point in the history
.vsconfig was missing the missing
the .NET 4.8 Targetting pack option.

Fix dotnet#51455
  • Loading branch information
GilesDMiddleton committed Apr 19, 2021
1 parent 6f0fd0a commit 8f4a12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Microsoft.Net.ComponentGroup.4.6.2.DeveloperTools",
"Microsoft.Net.Component.4.7.TargetingPack",
"Microsoft.Net.ComponentGroup.4.7.DeveloperTools",
"Microsoft.Net.Component.4.8.TargetingPack",
"Microsoft.VisualStudio.Component.VC.CoreIde",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.18362",
Expand All @@ -49,4 +50,4 @@
"Microsoft.Net.Component.4.6.2.SDK",
"Microsoft.Net.Component.4.7.SDK"
]
}
}

0 comments on commit 8f4a12d

Please sign in to comment.