mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-13 20:48:43 +00:00
19 lines
425 B
XML
19 lines
425 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Filter.fs" />
|
|
<Compile Include="Program.fs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NUnit" Version="4.1.0" />
|
|
<PackageReference Include="WoofWare.PrattParser" Version="0.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|