2021-08-10 15:29:20 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-05-29 17:33:16 +02:00
|
|
|
|
<TargetFrameworks>net48;net6.0</TargetFrameworks>
|
2021-08-10 15:29:20 +02:00
|
|
|
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-13 23:32:31 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
|
2024-05-23 00:38:23 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
|
2024-07-09 00:59:04 +02:00
|
|
|
|
<PackageReference Include="xunit" Version="2.9.0" />
|
2024-07-09 00:58:25 +02:00
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
|
2021-08-10 15:29:20 +02:00
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-31 20:59:23 +02:00
|
|
|
|
<ProjectReference Include="..\Edna\Edna.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Edsm\Edsm.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Edts\Edts.csproj" />
|
2021-08-10 15:29:20 +02:00
|
|
|
|
<ProjectReference Include="..\Spansh\Spansh.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|