Skip to content

Commit

Permalink
Merge pull request #8 from alexwiese/netstandard-2.0
Browse files Browse the repository at this point in the history
Multi-target to netstandard2.0
  • Loading branch information
alexwiese authored Jan 23, 2020
2 parents a744eef + 12890a4 commit 3407d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lyre/Lyre.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Alex Wiese</Authors>
<Description>Chrome Native Messaging implementation for .NET and .NET Core</Description>
<PackageTags>chrome native messaging</PackageTags>
<Version>$version$</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3407d30

Please sign in to comment.