File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments