Subida de proyecto
This commit is contained in:
27
tsFluentFTP.NET.csproj
Normal file
27
tsFluentFTP.NET.csproj
Normal file
@@ -0,0 +1,27 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>tsFluentFTPNET</RootNamespace>
|
||||
<PackageId>tsFluentFTPNET</PackageId>
|
||||
<PackageTags>net 8.0, libreria</PackageTags>
|
||||
<OutputType>Library</OutputType>
|
||||
<AssemblyName>tsFluentFTPNET</AssemblyName>
|
||||
<Version>1.0.0</Version>
|
||||
<Authors>davrod</Authors>
|
||||
<Company>Tecnosis S.A</Company>
|
||||
<Description>Utilidades FTP seguro.</Description>
|
||||
<PackageReleaseNotes>
|
||||
- Primera versión.
|
||||
- Comprobar porque se han hecho bastantes cambios respecto al anterior.
|
||||
</PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentFTP" Version="52.1.0" />
|
||||
<PackageReference Include="tsUtilidades" Version="1.0.5" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user