Skip to content

Commit

Permalink
added net472 target
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 25, 2022
1 parent d48c564 commit f0a18b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPnP/UPnP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageTags>upnp dlna ssdp</PackageTags>
<RuntimeIdentifiers>win8-arm;linux-arm;win10-x64;osx.10.11-x64;linux-x64</RuntimeIdentifiers>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
</PropertyGroup>
</Project>

0 comments on commit f0a18b6

Please sign in to comment.