18 lines
		
	
	
		
			536 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			536 B
		
	
	
	
		
			XML
		
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <OutputType>Exe</OutputType>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
    <ImplicitUsings>enable</ImplicitUsings>
 | 
						|
    <Nullable>enable</Nullable>
 | 
						|
    <Platforms>AnyCPU;x64</Platforms>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="FluentScheduler" Version="5.5.1" />
 | 
						|
    <PackageReference Include="MySqlConnector" Version="2.3.7" />
 | 
						|
    <PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |