-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDevHopTools.csproj
More file actions
26 lines (25 loc) · 1.22 KB
/
DevHopTools.csproj
File metadata and controls
26 lines (25 loc) · 1.22 KB
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>DevHopTools</PackageId>
<Version>1.2.2</Version>
<Copyright>DevHop@2022</Copyright>
<Title>DevHopTools</Title>
<Authors>Samad and Soultan Hatsijev</Authors>
<Company>DevHop</Company>
<PackageDescription>DevHopTools for multiple puprose</PackageDescription>
<PackageTags>DevHopTools;DataAccess;Cryptography;MVVM;Commands;ViewModels</PackageTags>
<PackageProjectUrl>https://github.com/crysis90war/DevHopTools</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/crysis90war/DevHopTools</RepositoryUrl>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="6.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
<PackageReference Include="MySqlConnector" Version="2.1.8" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
</ItemGroup>
</Project>