Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rstarkov committed Dec 21, 2023
1 parent 9673490 commit ddf34fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Src/RT.ArithmeticCoding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<LangVersion>latest</LangVersion>
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<IncludeSymbols>true</IncludeSymbols>

<Authors>Timwi;rstarkov</Authors>
<Description>Implements an arithmetic coding encoder and decoder with support for adaptive symbol context.</Description>
Expand Down

0 comments on commit ddf34fd

Please sign in to comment.