Skip to content

Commit

Permalink
Reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jul 1, 2022
1 parent f346b1a commit 6146234
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ namespace FsCodec

open System
open System.Runtime.CompilerServices
open FsCodec

module private MaybeDeflatedBody =

Expand Down
1 change: 1 addition & 0 deletions src/FsCodec.Box/FsCodec.Box.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Compile Include="CoreCodec.fs" />
<Compile Include="Codec.fs" />
<Compile Include="Interop.fs" />
<Compile Include="Deflate.fs" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<Compile Include="Codec.fs" />
<Compile Include="CodecJsonElement.fs" />
<Compile Include="Interop.fs" />
<Compile Include="Deflate.fs" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6146234

Please sign in to comment.