Skip to content

Commit

Permalink
tiny fixes for development
Browse files Browse the repository at this point in the history
  • Loading branch information
janxious committed Aug 10, 2018
1 parent 79f19ff commit e852202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ModTek/ModTek.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
Expand All @@ -18,7 +17,7 @@
// ReSharper disable FieldCanBeMadeReadOnly.Local

namespace ModTek
{
{
using static Logger;

public static class ModTek
Expand Down
1 change: 1 addition & 0 deletions ModTek/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JetBrains.Annotations" version="2018.2.1" targetFramework="net35" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net35" />
</packages>

0 comments on commit e852202

Please sign in to comment.