Skip to content

Commit

Permalink
Removing unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pachanga committed Nov 25, 2024
1 parent 807e2b3 commit f7298cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/compile/bhl_front.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="lz4net" Version="1.0.15.93" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions src/vm/bhl_runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit f7298cf

Please sign in to comment.