2024-01-26 16:34:59 +00:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-02-09 18:37:37 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-01-26 16:34:59 +00:00
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
<IsTestProject>true</IsTestProject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-02-04 09:15:08 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="GitHubActionsTestLogger" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
|
|
|
|
<PackageReference Include="coverlet.collector" PrivateAssets="all" />
|
|
|
|
|
<PackageReference Include="xunit" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-01-26 16:34:59 +00:00
|
|
|
</Project>
|