Files
my-portfolio/BeauFindlay/src/BeauFindlay.Shared/BeauFindlay.Shared.csproj
2024-03-09 09:47:49 +00:00

14 lines
329 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>