Skip to content

Commit

Permalink
EnableWindowsTargeting
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Feb 18, 2024
1 parent 13d3395 commit f57d06b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Stardust/Stardust.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
<PackageReadmeFile>Readme.MD</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net6.0-windows'">
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>
<Using Include="System.Net.Http" />
</ItemGroup>
Expand Down

0 comments on commit f57d06b

Please sign in to comment.