DocSpace-client/common/Tests/ASC.Notify.Textile.Tests/ASC.Notify.Textile.Tests.csproj

17 lines
430 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2021-08-02 14:49:36 +00:00
<PackageReference Include="NUnit" Version="3.13.1" />
</ItemGroup>
<ItemGroup>
2021-08-30 16:17:57 +00:00
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\ASC.Notify.Textile\ASC.Notify.Textile.csproj" />
</ItemGroup>
</Project>