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

feat(SystemTextJson): Encoding with conditional compression #126

Merged
merged 16 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
Ref updated FsCodec
bartelink committed Jan 29, 2025
commit a16fe0370ee2052a68f8e2e5001632b18aaaf03c
7 changes: 4 additions & 3 deletions src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj
Original file line number Diff line number Diff line change
@@ -32,9 +32,10 @@

<ItemGroup>
<ProjectReference Include="../FsCodec.Box/FsCodec.Box.fsproj" />
<!-- NEXT PUBLISHED VERSION will take a 3.1 dependency to avoid using the Obsoleted API-->
<!-- <ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec.Box/FsCodec.Box.fsproj" />-->
<!-- <PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.0.0, 4.0.0)" />-->
<ProjectReference Condition=" '$(Configuration)' == 'Debug' " Include="../FsCodec.Box/FsCodec.Box.fsproj" />
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec.Box" Version="[3.0.0, 4.0.0)" />
<!-- TODO when updating FsCodec.Box dep to 3.1, the FsCodec direct dep can be removed -->
<PackageReference Condition=" '$(Configuration)' == 'Release' " Include="FsCodec" Version="[3.0.4-alpha.0.3, 4.0.0)" />
</ItemGroup>

</Project>