mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-17 14:33:22 +08:00
9 lines
331 B
XML
9 lines
331 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0-preview-23424-02"/>
|
|
<PackageReference Include="xunit" Version="2.5.2-pre.2"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NSExt\NSExt.csproj"/>
|
|
</ItemGroup>
|
|
</Project> |