Skip to content

Commit

Permalink
Allow VS using repository SDK to build for latest TFM (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored and github-actions committed Apr 5, 2023
1 parent 55499e9 commit e40bdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<Import Project="$(MSBuildThisFileDirectory)Common.props" />
<PropertyGroup Label="TargetFrameworks">
<!-- Conditionally exclude when building in Visual Studio until stable SDK is available. -->
<ExcludeLatestTargetFramework>false</ExcludeLatestTargetFramework>
<!-- <ExcludeLatestTargetFramework Condition="'$(BuildingInsideVisualStudio)' == 'true'">true</ExcludeLatestTargetFramework> -->
<!--<ExcludeLatestTargetFramework Condition="'$(ExcludeLatestTargetFramework)' == '' and '$(BuildingInsideVisualStudio)' == 'true'">true</ExcludeLatestTargetFramework>-->
<ExcludeLatestTargetFramework Condition="'$(ExcludeLatestTargetFramework)' == ''">false</ExcludeLatestTargetFramework>
<!-- The TFMs of the dotnet-monitor tool. -->
<ToolTargetFrameworks>net6.0</ToolTargetFrameworks>
<ToolTargetFrameworks Condition="'$(ExcludeLatestTargetFramework)' != 'true'">$(ToolTargetFrameworks);$(LatestTargetFramework)</ToolTargetFrameworks>
Expand Down

0 comments on commit e40bdeb

Please sign in to comment.