sharding/test/ShardingCore.CommonTest/ShardingCore.CommonTest.csproj

23 lines
757 B
XML
Raw Permalink Normal View History

2023-11-24 08:18:05 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-11-24 08:18:05 +08:00
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2022-11-23 16:38:34 +08:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
2022-09-02 08:10:27 +08:00
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\ShardingCore\ShardingCore.csproj" />
</ItemGroup>
</Project>