Skip to content

Commit

Permalink
Update Skylark.Wing.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 15, 2024
1 parent 22b5588 commit 01e71b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Skylark.Wing/Skylark.Wing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
<NoWarn>1587,1591</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net48'">
<ResolveComReferences>true</ResolveComReferences>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' != 'net48'">
<ResolveComReferences>false</ResolveComReferences>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>9.0.0-beta.24562.2</Version>
Expand Down

0 comments on commit 01e71b8

Please sign in to comment.