This repository has been archived on 2023-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
backup-manager/BackupManager/BackupManager.csproj

13 lines
258 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-10-13 23:03:50 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-04-12 02:26:00 +00:00
<TargetFramework>net6.0</TargetFramework>
2018-10-13 23:03:50 +00:00
</PropertyGroup>
<ItemGroup>
2023-09-04 12:58:34 +00:00
<PackageReference Include="MySql.Data" Version="8.1.0" />
</ItemGroup>
2018-10-13 23:03:50 +00:00
</Project>