RhSolutions-AddIn/RhSolutions.Tests/RhSolutions.Tests.csproj

15 lines
352 B
XML
Raw Normal View History

2023-03-22 08:36:13 +03:00
<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>