forked from aprox2/GeoLocationLanguageManagerPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLanguageManagerPlugin.csproj
More file actions
24 lines (20 loc) · 904 Bytes
/
LanguageManagerPlugin.csproj
File metadata and controls
24 lines (20 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CounterStrikeSharp.API" Version="1.0.194" />
<PackageReference Include="Dapper" Version="2.1.24" />
<PackageReference Include="MaxMind.GeoIP2" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.7" />
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="2.1.7" />
<PackageReference Include="SQLitePCLRaw.provider.dynamic_cdecl" Version="2.1.7" />
</ItemGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
</Project>