Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcean committed Dec 6, 2023
1 parent 40475e1 commit 1be38d0
Show file tree
Hide file tree
Showing 49 changed files with 56 additions and 9,869 deletions.
4 changes: 1 addition & 3 deletions Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net481' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'net462'">
<PackageReference Include="System.Text.Json" Version="7.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="README.md" />
<None Include="..\LICENSE" Pack="true" PackagePath="LICENSE" />
<None Include="..\Materials\logo.png" Pack="true" PackagePath="logo.png" />
</ItemGroup>

Expand Down
Binary file removed Materials/chemistry.png
Binary file not shown.
Binary file removed Materials/cmd.png
Binary file not shown.
Binary file removed Materials/maths.png
Binary file not shown.
Binary file removed Materials/messages.png
Binary file not shown.
Binary file removed Materials/web.png
Binary file not shown.
188 changes: 0 additions & 188 deletions Messages/Data/Code128.cs

This file was deleted.

Loading

0 comments on commit 1be38d0

Please sign in to comment.