summaryrefslogtreecommitdiff
path: root/src/SMAPI/SMAPI.csproj
diff options
context:
space:
mode:
authorDrachenkaetzchen <felicia@drachenkatze.org>2020-01-10 01:27:56 +0100
committerDrachenkaetzchen <felicia@drachenkatze.org>2020-01-10 01:27:56 +0100
commita751252c4ee3b48977d5d24c36a4e4e5466f93db (patch)
tree6de90dd8c6a5199fa49c84a9a089dda29a1758d6 /src/SMAPI/SMAPI.csproj
parentceff27c9a82bb16358aa0f390ce3f346c06c47bc (diff)
downloadSMAPI-a751252c4ee3b48977d5d24c36a4e4e5466f93db.tar.gz
SMAPI-a751252c4ee3b48977d5d24c36a4e4e5466f93db.tar.bz2
SMAPI-a751252c4ee3b48977d5d24c36a4e4e5466f93db.zip
Initial commit of the performance counters
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-rw-r--r--src/SMAPI/SMAPI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index 3bb73295..5e407c2c 100644
--- a/src/SMAPI/SMAPI.csproj
+++ b/src/SMAPI/SMAPI.csproj
@@ -16,6 +16,7 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Cyotek.CircularBuffer" Version="1.0.2" />
<PackageReference Include="LargeAddressAware" Version="1.0.3" />
<PackageReference Include="Lib.Harmony" Version="1.2.0.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />