DocSpace-buildtools/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>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
2021-08-02 14:49:36 +00:00
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
<ProjectReference Include="..\..\ASC.Notify.Textile\ASC.Notify.Textile.csproj" />
</ItemGroup>
</Project>