Skip to content

Commit

Permalink
add Pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Aug 3, 2019
1 parent 2ceb5a8 commit d20b75e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/TwoBitFile/TwoBitFile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<RepositoryType>git</RepositoryType>
<PackageTags>2bit;twobit;2bitfile;twobitfile;dna;rna;sequence;genome;parse</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.2.10</Version>
<Version>0.2.36</Version>
<LangVersion>8</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -32,6 +33,10 @@

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
<PackageReference Include="MoreLinq.Source.MoreEnumerable.Pipe" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit d20b75e

Please sign in to comment.