Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to csproj #16

Merged
merged 9 commits into from
Dec 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove net20, net35 targets
  • Loading branch information
tmds committed Dec 1, 2017
commit 218dc8b9f64d988f3e0387ef92fc42660cbf967d
11 changes: 1 addition & 10 deletions src/Tmds.MDns/Tmds.MDns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyTitle>Tmds.MDns</AssemblyTitle>
<VersionPrefix>0.6.0</VersionPrefix>
<Authors>Tom Deseyn</Authors>
<TargetFrameworks>netstandard1.3;net45;net40;net35;net20</TargetFrameworks>
<TargetFrameworks>netstandard1.3;net45;net40</TargetFrameworks>
<AssemblyName>Tmds.MDns</AssemblyName>
<PackageId>Tmds.MDns</PackageId>
<PackageTags>mdns;avahi;zeroconf;rfc6762;rfc6763</PackageTags>
Expand All @@ -27,13 +27,4 @@
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net35' ">
<Reference Include="System" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net20' ">
<PackageReference Include="LinqBridge" Version="1.3.0" />
<Reference Include="System" />
</ItemGroup>

</Project>