Skip to content

Commit

Permalink
Move FEC to private assets (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Jan 8, 2022
1 parent 457caa4 commit 471f9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parlot/Parlot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FastExpressionCompiler.src" Version="3.2.1" />
<PackageReference Include="System.Memory" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0' " />
<PackageReference Include="FastExpressionCompiler.Internal.src" Version="3.2.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 471f9e1

Please sign in to comment.