Skip to content

Commit

Permalink
chore: remove dlls; mark csharp as devDep
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Apr 21, 2022
1 parent 2d16796 commit 01be27f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 266 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*.userprefs

# Build results
lib/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
Expand Down
2 changes: 1 addition & 1 deletion IGDB/IGDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" developmentDependency="true" />
<PackageReference Include="RestEase" Version="1.5.5" />
</ItemGroup>

Expand Down
265 changes: 0 additions & 265 deletions IGDB/lib/netstandard2.0/IGDB.deps.json

This file was deleted.

Binary file removed IGDB/lib/netstandard2.0/IGDB.dll
Binary file not shown.

0 comments on commit 01be27f

Please sign in to comment.