EDNA/Spansh/Spansh.csproj

16 lines
328 B
XML
Raw Normal View History

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
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
2021-08-10 15:29:20 +02:00
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>