diff options
Diffstat (limited to 'RhSolutions.Tests/RhSolutions.Tests.csproj')
-rw-r--r-- | RhSolutions.Tests/RhSolutions.Tests.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RhSolutions.Tests/RhSolutions.Tests.csproj b/RhSolutions.Tests/RhSolutions.Tests.csproj new file mode 100644 index 0000000..d6ec3d7 --- /dev/null +++ b/RhSolutions.Tests/RhSolutions.Tests.csproj @@ -0,0 +1,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> |