Sftp, Smb projects

This commit is contained in:
2023-08-22 16:47:48 +02:00
parent 5905f62d66
commit abbb6df66d
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FileTime.Providers.Smb.Abstractions\FileTime.Providers.Smb.Abstractions.csproj" />
</ItemGroup>
</Project>