Files
WCTDataMiner/tests/Gpulse.WCT.DataAnalyzer.Tests/Gpulse.WCT.DataAnalyzer.Tests.csproj
2026-08-17 09:24:57 +08:00

30 lines
1.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12.0</LangVersion>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<RootNamespace>Gpulse.WCT.DataAnalyzer.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>
<!-- 测试框架 -->
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<!-- 测试宿主依赖Core 只引用 Abstractions这里补具体实现 -->
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Gpulse.WCT.DataAnalyzer\Gpulse.WCT.DataAnalyzer.csproj" />
<ProjectReference Include="..\..\src\Gpulse.WCT.DataAnalyzer.Core\Gpulse.WCT.DataAnalyzer.Core.csproj" />
</ItemGroup>
</Project>