FileSqlServerSync/Server/LocalServer/LocalServer.csproj

18 lines
403 B
XML
Raw Permalink Normal View History

2024-06-21 04:32:55 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
</ItemGroup>
2024-07-31 09:14:07 +00:00
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
2024-06-21 04:32:55 +00:00
</Project>