modified library fsproj

figured out that whatever is not compiled before call will result in a failure
This commit is contained in:
Wyatt J. Miller 2022-07-02 14:36:59 -04:00
parent d73f21d7ac
commit 818dd66f88

View File

@ -7,15 +7,16 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Commit.fs" />
<Compile Include="Branch.fs" />
<Compile Include="Email.fs" />
<Compile Include="License.fs" />
<Compile Include="Owner.fs" />
<Compile Include="RepoDetail.fs" />
<Compile Include="Search.fs" />
<Compile Include="RequestList.fs" />
<Compile Include="Sort.fs" />
<Compile Include="User.fs" />
<Compile Include="Sort.fs" />
<Compile Include="RepoDetail.fs" />
<Compile Include="RequestList.fs" />
<Content Include="README.md" />
</ItemGroup>