Skip to content

Commit f9604aa

Browse files
committed
fix project dependencie
1 parent 6ee9f1a commit f9604aa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

FSharp.MinimalApi/FSharp.MinimalApi.fsproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2121
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
22-
</PropertyGroup>
23-
24-
<PropertyGroup>
2522
<PackageReadmeFile>README.md</PackageReadmeFile>
23+
<IncludeReferencedProjects>true</IncludeReferencedProjects>
2624
</PropertyGroup>
27-
<ItemGroup>
28-
<None Include="..\README.md" Pack="true" PackagePath="\"/>
29-
</ItemGroup>
25+
3026
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
3127
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3228
</PropertyGroup>
@@ -43,6 +39,7 @@
4339
</ItemGroup>
4440

4541
<ItemGroup>
42+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
4643
<Compile Include="Constants.fs"/>
4744
<Compile Include="Extensions\Utils.fs"/>
4845
<Compile Include="Extensions\DI.fs"/>
@@ -56,5 +53,4 @@
5653
<ItemGroup>
5754
<ProjectReference Include="..\FSharp.MinimalApi.Interop\FSharp.MinimalApi.Interop.csproj" />
5855
</ItemGroup>
59-
6056
</Project>

0 commit comments

Comments
 (0)