Edge.Core.Test.csproj 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <IsPublishable>false</IsPublishable>
  5. <IsPackable>false</IsPackable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
  9. <PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
  10. <PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
  11. <PackageReference Include="coverlet.collector" Version="3.0.2">
  12. <PrivateAssets>all</PrivateAssets>
  13. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  14. </PackageReference>
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\..\Devices\Pumps\Wayne_Pump_Dart\Wayne_Pump_Dart.csproj" />
  18. <ProjectReference Include="..\..\..\Framework\Edge.Core\Edge.Core.csproj" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <None Update="nlog.config">
  22. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  23. </None>
  24. </ItemGroup>
  25. </Project>