aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.Tests/RhSolutions.Tests.csproj
blob: d6ec3d7a21950ea5aaf9fd532a74739e99626e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <OutputType>Library</OutputType>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="ExcelDna.Testing" Version="1.6.0" />
  </ItemGroup>

</Project>