Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Closes #153
Browse files Browse the repository at this point in the history
Update to .NET 4.7.2
  • Loading branch information
TrevorPilley committed May 15, 2020
1 parent 433b45c commit 4b10704
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Net.Http.WebApi.OData/Net.Http.WebApi.OData.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net472</TargetFramework>
<LangVersion>7.3</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Net.Http.WebApi.OData.snk</AssemblyOriginatorKeyFile>
<Version>5.1.0</Version>
<Version>6.0.0</Version>
<Authors>Trevor Pilley and Project Contributors</Authors>
<Description>A .NET 4.5 library which uses Net.Http.OData with an implementation for ASP.NET WebApi.</Description>
<Description>A .NET 4.7.2 library which uses Net.Http.OData with an implementation for ASP.NET WebApi.</Description>
<Copyright>Copyright 2012 - 2020 Project Contributors</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>OData Parser ASP.NET WebApi</PackageTags>
Expand All @@ -17,15 +17,15 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4b10704

Please sign in to comment.