Skip to content

Commit

Permalink
Fixed failing build with -allconfigurations by adding dependency to .…
Browse files Browse the repository at this point in the history
…vsconfig (#37555)
  • Loading branch information
bbartels authored Oct 11, 2020
1 parent 221d4c4 commit c57dffd
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 @@ -47,6 +47,7 @@
"Microsoft.VisualStudio.Component.Git",
"Microsoft.VisualStudio.Component.LinqToSql",
"Microsoft.Net.Component.4.6.2.SDK",
"Microsoft.Net.Component.4.7.SDK"
"Microsoft.Net.Component.4.7.SDK",
"Microsoft.Net.Component.4.7.1.TargetingPack"
]
}

0 comments on commit c57dffd

Please sign in to comment.