2024-06-19 18:46:29 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2024-08-06 23:12:32 +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>
|
|
|
|
|
<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>
|
2024-07-29 23:40:17 +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>
|