mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
23 lines
782 B
XML
23 lines
782 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<RootNamespace>Azaion.Annotator.Test</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Azaion.Annotator\Azaion.Annotator.csproj" />
|
|
<ProjectReference Include="..\Azaion.Suite\Azaion.Suite.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentAssertions" Version="6.12.0" />
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|
|
<PackageReference Include="Moq" Version="4.20.72" />
|
|
<PackageReference Include="xunit" Version="2.8.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|