-
Notifications
You must be signed in to change notification settings - Fork 0
/
GhostMode.csproj
29 lines (23 loc) · 1.15 KB
/
GhostMode.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
29
<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\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="MySql.Data.EntityFramework" Version="8.0.31" />
<PackageReference Include="TShock" Version="5.2.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="HttpServer">
<HintPath>..\..\HttpServer.dll</HintPath>
</Reference>
</ItemGroup>
</Project>