Wyatt J. Miller
818dd66f88
figured out that whatever is not compiled before call will result in a failure
28 lines
879 B
XML
28 lines
879 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<RootNamespace>DeskHubSharpRevised.Models</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="Commit.fs" />
|
|
<Compile Include="Branch.fs" />
|
|
<Compile Include="Email.fs" />
|
|
<Compile Include="License.fs" />
|
|
<Compile Include="Owner.fs" />
|
|
<Compile Include="Search.fs" />
|
|
<Compile Include="User.fs" />
|
|
<Compile Include="Sort.fs" />
|
|
<Compile Include="RepoDetail.fs" />
|
|
<Compile Include="RequestList.fs" />
|
|
<Content Include="README.md" />
|
|
</ItemGroup>
|
|
|
|
<!--ItemGroup>
|
|
<ProjectReference Include="..\DeskHubSharpRevised\DeskHubSharpRevised.csproj" />
|
|
</ItemGroup-->
|
|
|
|
</Project>
|