From 4b10704a7f25bde3e86ca759e7475ba8566ffbfc Mon Sep 17 00:00:00 2001 From: Trevor Pilley Date: Fri, 15 May 2020 16:26:38 +0100 Subject: [PATCH] Closes #153 Update to .NET 4.7.2 --- Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj | 12 ++++++------ README.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj b/Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj index ac4b460..3d68395 100644 --- a/Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj +++ b/Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj @@ -1,13 +1,13 @@  - net45 + net472 7.3 true ..\Net.Http.WebApi.OData.snk - 5.1.0 + 6.0.0 Trevor Pilley and Project Contributors - A .NET 4.5 library which uses Net.Http.OData with an implementation for ASP.NET WebApi. + A .NET 4.7.2 library which uses Net.Http.OData with an implementation for ASP.NET WebApi. Copyright 2012 - 2020 Project Contributors Apache-2.0 OData Parser ASP.NET WebApi @@ -17,15 +17,15 @@ git - + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - + bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - + diff --git a/README.md b/README.md index ef2695c..4a78992 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Net.Http.WebApi.OData -Net.Http.WebApi.OData is a .NET 4.5 library which uses [Net.Http.OData](https://github.com/Net-Http-OData/Net.Http.OData) with an implementation for ASP.NET WebApi. +Net.Http.WebApi.OData is a .NET 4.7.2 library which uses [Net.Http.OData](https://github.com/Net-Http-OData/Net.Http.OData) with an implementation for ASP.NET WebApi. ![Nuget](https://img.shields.io/nuget/dt/Net.Http.WebApi.OData) @@ -74,7 +74,7 @@ The library supports OData 4.0 query syntax, for a full list of supported featur The NuGet Package contains binaries compiled against: -* .NET Framework 4.5 +* .NET Framework 4.7.2 * Microsoft.AspNet.WebApi.Core 5.2.7 * Net.Http.OData 5.0.0