Skip to content

Commit b22c24d

Browse files
committed
Consistency changes
1 parent 0fb13f4 commit b22c24d

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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>
8-
</PropertyGroup>
9-
<PropertyGroup>
107
<Description>FSharp.Data (JSON) integration package for FsHttp</Description>
118
<PackageId>FsHttp.FSharpData</PackageId>
129
</PropertyGroup>

src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
</PropertyGroup>
98
<PropertyGroup>
109
<Description>JSON.Net (Newtonsoft.Json) integration package for FsHttp</Description>

src/Tests/Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net6.0</TargetFrameworks>
4+
<TargetFramework>net6.0</TargetFramework>
55
<Configurations>Debug;Release</Configurations>
66
</PropertyGroup>
77
<ItemGroup>

0 commit comments

Comments
 (0)