Kit.Core/LibExternal/Minio/Minio.csproj

15 lines
394 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\System.IO.Hashing\System.IO.Hashing.csproj" />
<ProjectReference Include="..\System.Reactive\System.Reactive.csproj" />
</ItemGroup>
</Project>