Skip to content

Commit

Permalink
Add ExcludeAssets for FSharp.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 5, 2024
1 parent 31fd23a commit 0fb13f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Configurations>Debug;Release</Configurations>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<LangVersion>8</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FsHttp.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Description>A .Net HTTP client library for F#, C#, and friends</Description>
<PackageId>FsHttp</PackageId>
</PropertyGroup>
Expand Down Expand Up @@ -49,6 +46,6 @@
Removal triggers issues in dotnet publish, e.g. for Lambda projects
Also avoids Rider search finding stuff in FSharp.Core.xml
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>

0 comments on commit 0fb13f4

Please sign in to comment.