Code cleanup
This commit is contained in:
parent
bf1b34ea09
commit
380f2314dc
14 changed files with 105 additions and 103 deletions
|
|
@ -1,14 +1,14 @@
|
|||
namespace Yavsc.Abstract.FileSystem
|
||||
{
|
||||
public interface IFileRecievedInfo
|
||||
public interface IFileReceivedInfo
|
||||
{
|
||||
|
||||
string DestDir { get; set; }
|
||||
|
||||
string FileName { get; set; }
|
||||
|
||||
bool Overriden { get; set; }
|
||||
bool Overridden { get; set; }
|
||||
|
||||
bool QuotaOffensed { get; set; }
|
||||
bool QuotaOffense { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFrameworks>net8.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue