mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
24 lines
780 B
XML
24 lines
780 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\build\Common.props"/>
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\Build\Output.Local.props"/>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
|
|
<PackageReference Include="NSubstitute"/>
|
|
<PackageReference Include="Shouldly"/>
|
|
<PackageReference Include="xunit"/>
|
|
<PackageReference Include="xunit.extensibility.execution"/>
|
|
<PackageReference Include="xunit.runner.visualstudio"/>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\AtomUI.Theme\AtomUI.Theme.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|