Skip to content

Commit

Permalink
Configure 'tests' project
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Apr 16, 2024
1 parent a3f2509 commit 4bd29a6
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 15 deletions.
16 changes: 9 additions & 7 deletions tests/Gazelle.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Authors>James S. Bayley</Authors>
<Company>GazelleKit</Company>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<RepositoryUrl>https://github.com/gazellekit/gazelle</RepositoryUrl>
<GenerateProgramFile>false</GenerateProgramFile>
<IsTestProject>true</IsTestProject>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<Compile Include="Tests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="xunit" Version="2.4.2" />
Expand All @@ -26,4 +23,9 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Compile Include="Geometry.Tests.fs" />
<Compile Include="Program.fs" />
</ItemGroup>

</Project>
Loading

0 comments on commit 4bd29a6

Please sign in to comment.