Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 5, 2024
1 parent 0fb13f4 commit b22c24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<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>
</PropertyGroup>
<PropertyGroup>
<Description>FSharp.Data (JSON) integration package for FsHttp</Description>
<PackageId>FsHttp.FSharpData</PackageId>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>
</PropertyGroup>
<PropertyGroup>
<Description>JSON.Net (Newtonsoft.Json) integration package for FsHttp</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit b22c24d

Please sign in to comment.