Skip to content

Commit

Permalink
Updated Sample Browser to target .NET 5 on Visual Studio 2019 or .NET…
Browse files Browse the repository at this point in the history
… 8 everywhere else so there is less effort to run the samples on older versions of Visual Studio.
  • Loading branch information
boydpatterson committed Feb 7, 2024
1 parent c73b396 commit a4cff0c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Samples/SampleBrowser/SampleBrowser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@
-->

<!--
<TargetFrameworks>netcoreapp3.1;net6.0-windows;net7.0-windows</TargetFrameworks>
<TargetFrameworks>net472;net48</TargetFrameworks>
-->
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<TargetFrameworks Label="Visual Studio 2019 Targets" Condition="'$(VisualStudioVersion)' == '16.0'">net5.0-windows</TargetFrameworks>
<TargetFrameworks Label="Default Targets" Condition="'$(TargetFrameworks)' == ''">net8.0-windows</TargetFrameworks>

<DefineConstants>CODE_ANALYSIS;WINFORMS;DESKTOP</DefineConstants>

Expand Down

0 comments on commit a4cff0c

Please sign in to comment.