BirdsiteLive/src/BirdsiteLive.ActivityPub/BirdsiteLive.ActivityPub.cs...

14 lines
372 B
XML
Raw Normal View History

2020-06-06 06:14:42 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2023-01-06 09:07:23 +01:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Text.Json" Version="7.0.1" />
2020-06-06 06:14:42 +02:00
</ItemGroup>
</Project>