Skip to content

Commit 9bfd869

Browse files
Bump System.Diagnostics.PerformanceCounter from 9.0.0 to 10.0.5
--- updated-dependencies: - dependency-name: System.Diagnostics.PerformanceCounter dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9861e56 commit 9bfd869

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project Sdk="Microsoft.NET.Sdk">
3-
4-
<PropertyGroup>
5-
<OutputType>Library</OutputType>
6-
<AssemblyName>TerrariaServer</AssemblyName> <!-- old plugins reference this, if it changes, they break -->
7-
<TargetFramework>net9.0</TargetFramework>
8-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9-
<GenerateDocumentationFile>True</GenerateDocumentationFile>
10-
<RunPostBuildEvent>Always</RunPostBuildEvent>
11-
<Version>6.1.0</Version>
12-
<AssemblyTitle>TSAPI</AssemblyTitle>
13-
<Product>TSAPI</Product>
14-
<Company>TShock Contributors</Company>
15-
<!-- extras for nuget -->
16-
<PackageId>TSAPI</PackageId>
17-
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
18-
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
19-
<Authors>TShock Contributors</Authors>
20-
<Description>This is TSAPI, the API that TShock for Terraria runs on.</Description>
21-
</PropertyGroup>
22-
23-
<ItemGroup>
24-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
25-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.0" />
26-
<PackageReference Include="OTAPI.Upcoming" Version="3.3.11" />
27-
</ItemGroup>
28-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
3+
4+
<PropertyGroup>
5+
<OutputType>Library</OutputType>
6+
<AssemblyName>TerrariaServer</AssemblyName> <!-- old plugins reference this, if it changes, they break -->
7+
<TargetFramework>net9.0</TargetFramework>
8+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
9+
<GenerateDocumentationFile>True</GenerateDocumentationFile>
10+
<RunPostBuildEvent>Always</RunPostBuildEvent>
11+
<Version>6.1.0</Version>
12+
<AssemblyTitle>TSAPI</AssemblyTitle>
13+
<Product>TSAPI</Product>
14+
<Company>TShock Contributors</Company>
15+
<!-- extras for nuget -->
16+
<PackageId>TSAPI</PackageId>
17+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
18+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
19+
<Authors>TShock Contributors</Authors>
20+
<Description>This is TSAPI, the API that TShock for Terraria runs on.</Description>
21+
</PropertyGroup>
22+
23+
<ItemGroup>
24+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
25+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.5" />
26+
<PackageReference Include="OTAPI.Upcoming" Version="3.3.11" />
27+
</ItemGroup>
28+
</Project>

0 commit comments

Comments
 (0)