Skip to content

Commit

Permalink
Merge pull request #57 from cosullivan/revert-33-dotnet-6-upgrade
Browse files Browse the repository at this point in the history
Revert "Upgraded to .NET 6"
  • Loading branch information
hughesjs authored Jul 24, 2022
2 parents e02c1b1 + 5b2e1d8 commit 80dd8be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Src/Hypermedia.Json/Hypermedia.Json.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard1.4</TargetFramework>
<PackageId>Hypermedia.Json</PackageId>
<Authors>Cain O'Sullivan</Authors>
<PackageProjectUrl>https://github.com/cosullivan/Hypermedia</PackageProjectUrl>
Expand All @@ -13,7 +13,6 @@
<AssemblyVersion>3.3.2.0</AssemblyVersion>
<FileVersion>3.3.2.0</FileVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<LangVersion>default</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard1.4</TargetFramework>
<Version>3.1.3</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Cain O'Sullivan</Authors>
Expand All @@ -11,7 +11,6 @@
<Description>A JSONAPI compatible set of extensions for the HttpClient.</Description>
<AssemblyVersion>3.1.3.0</AssemblyVersion>
<FileVersion>3.1.3.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
3 changes: 1 addition & 2 deletions Src/Hypermedia.JsonApi/Hypermedia.JsonApi.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>netstandard1.4</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>Cain O'Sullivan</Authors>
<Company></Company>
Expand All @@ -11,7 +11,6 @@
<Version>3.1.3</Version>
<AssemblyVersion>3.1.3.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
<LangVersion>default</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
3 changes: 1 addition & 2 deletions Src/Hypermedia/Hypermedia.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.4</TargetFrameworks>
<PackageId>Hypermedia.Core</PackageId>
<Authors>Cain O'Sullivan</Authors>
<PackageProjectUrl>https://github.com/cosullivan/Hypermedia</PackageProjectUrl>
Expand All @@ -11,8 +12,6 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>3.1.2.0</AssemblyVersion>
<FileVersion>3.1.2.0</FileVersion>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>default</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 80dd8be

Please sign in to comment.