Skip to content

Commit 0fb13f4

Browse files
committed
Add ExcludeAssets for FSharp.Core
1 parent 31fd23a commit 0fb13f4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/FsHttp/FsHttp.fsproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0</TargetFrameworks>
3+
<TargetFramework>net6.0</TargetFramework>
44
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
55
<Configurations>Debug;Release</Configurations>
66
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
7-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
87
<LangVersion>8</LangVersion>
98
<GenerateDocumentationFile>true</GenerateDocumentationFile>
109
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\FsHttp.xml</DocumentationFile>
11-
</PropertyGroup>
12-
<PropertyGroup>
1310
<Description>A .Net HTTP client library for F#, C#, and friends</Description>
1411
<PackageId>FsHttp</PackageId>
1512
</PropertyGroup>
@@ -49,6 +46,6 @@
4946
Removal triggers issues in dotnet publish, e.g. for Lambda projects
5047
Also avoids Rider search finding stuff in FSharp.Core.xml
5148
-->
52-
<PackageReference Include="FSharp.Core" Version="5.0.2" />
49+
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
5350
</ItemGroup>
5451
</Project>

0 commit comments

Comments
 (0)