cs-codex-dist-tests/Tests/CodexReleaseTests/CodexReleaseTests.csproj

18 lines
394 B
XML
Raw Normal View History

2024-11-21 09:03:09 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-11-21 09:46:11 +00:00
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodexTests\CodexTests.csproj" />
</ItemGroup>
2024-11-21 09:03:09 +00:00
</Project>