cfcoreapi/CFCoreAPI/CFCoreAPI.csproj

14 lines
332 B
XML
Raw Normal View History

2022-05-20 01:07:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
</ItemGroup>
2022-05-20 01:07:00 +00:00
</Project>