-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegionSpawn.csproj
28 lines (22 loc) · 1.32 KB
/
RegionSpawn.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Remove="C:\Users\Administrator\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\app.config.transform" />
<Content Remove="C:\Users\Administrator\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\web.config.transform" />
<Content Remove="C:\Users\cjx01\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\app.config.transform" />
<Content Remove="C:\Users\cjx01\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\web.config.transform" />
<Content Remove="C:\Users\mac\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\app.config.transform" />
<Content Remove="C:\Users\mac\.nuget\packages\mysql.data.entityframework\8.0.31\contentFiles\any\netstandard2.1\web.config.transform" />
</ItemGroup>
<ItemGroup>
<None Remove="C:\Users\cjx01\.nuget\packages\tshock\5.2.0\contentFiles\any\net6.0\HttpServer.dll" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TShock" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bot\JsonTool\JsonTool.csproj" />
</ItemGroup>
</Project>