|
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.4" /> |
| 25 | + <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.0" /> |
| 26 | + <PackageReference Include="OTAPI.Upcoming" Version="3.3.11" /> |
| 27 | + </ItemGroup> |
| 28 | +</Project> |
0 commit comments