We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa54ce commit 1ebdc22Copy full SHA for 1ebdc22
TerrariaServerAPI/TerrariaServerAPI.csproj
@@ -8,7 +8,7 @@
8
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9
<GenerateDocumentationFile>True</GenerateDocumentationFile>
10
<RunPostBuildEvent>Always</RunPostBuildEvent>
11
- <Version>5.1.3-0</Version>
+ <Version>5.1.3-1</Version>
12
<AssemblyTitle>TSAPI</AssemblyTitle>
13
<Product>TSAPI</Product>
14
<Company>Pryaxis & TShock Contributors</Company>
@@ -22,7 +22,7 @@
22
23
<ItemGroup>
24
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
25
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="6.0.1" />
+ <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
26
<PackageReference Include="OTAPI.Upcoming" Version="3.1.20" />
27
</ItemGroup>
28
</Project>
0 commit comments