forked from Rawrfuls/Uconomy
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Uconomy.csproj
41 lines (37 loc) · 1.91 KB
/
Uconomy.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
30
31
32
33
34
35
36
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net461</TargetFrameworks>
<AssemblyName>Uconomy</AssemblyName>
<RootNamespace>fr34kyn01535.Uconomy</RootNamespace>
<OutputType>Library</OutputType>
</PropertyGroup>
<PropertyGroup>
<PackageId>Uconomy</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>RocketMod Universal</PackageTags>
<PackageLicenseUrl>https://github.com/RocketModPlugins/Uconomy/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://rocketmod.net/</PackageProjectUrl>
<PackageAuthors>Sven Mawby<[email protected]>, Enes Sadık Özbek <esozbek.me></PackageAuthors>
<PackageOwners>Sven Mawby<[email protected]></PackageOwners>
<Version>1.0.0</Version>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Sven Mawby<[email protected]>, Enes Sadık Özbek <esozbek.me></Authors>
<Description>Simple economy plugin.</Description>
<Copyright>Sven Mawby <[email protected]></Copyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Rocket.Core" Version="5.0.0.663">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.4" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />
</ItemGroup>
</Project>