2024-06-19 18:46:29 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2024-09-25 15:30:47 +08:00
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\build\Common.props"/>
|
2024-09-10 10:55:00 +08:00
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\..\Build\Output.Local.props"/>
|
|
|
|
|
|
2024-06-19 18:46:29 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-06-19 19:06:18 +08:00
|
|
|
|
<ItemGroup>
|
2024-09-10 10:55:00 +08:00
|
|
|
|
<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"/>
|
2024-06-19 19:06:18 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-10 10:55:00 +08:00
|
|
|
|
<ProjectReference Include="..\..\src\AtomUI.Theme\AtomUI.Theme.csproj"/>
|
2024-06-19 19:06:18 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-06-19 18:46:29 +08:00
|
|
|
|
</Project>
|