Make types testable (#55)

This commit is contained in:
Patrick Stevens
2023-08-05 01:00:53 +01:00
committed by GitHub
parent f247ef704d
commit 7dd7d768ae
9 changed files with 244 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="InMemoryGitea.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gitea.Declarative.Lib\Gitea.Declarative.Lib.fsproj" />
</ItemGroup>
</Project>