Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1b8184

Browse filesBrowse files
Complete HTTP client upgrade to .NET 7.0
1 parent 2e8794c commit f1b8184
Copy full SHA for f1b8184

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed

‎src/Client/src/Asp.Versioning.Http.Client/Asp.Versioning.Http.Client.csproj

Copy file name to clipboardExpand all lines: src/Client/src/Asp.Versioning.Http.Client/Asp.Versioning.Http.Client.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionPrefix>7.0.0</VersionPrefix>
55
<AssemblyVersion>7.0.0.0</AssemblyVersion>
6-
<TargetFrameworks>net7.0;netstandard2.0;netstandard1.1</TargetFrameworks>
6+
<TargetFrameworks>net7.0;netstandard1.1;netstandard2.0</TargetFrameworks>
77
<RootNamespace>Asp.Versioning.Http</RootNamespace>
88
<AssemblyTitle>API Versioning Client Extensions</AssemblyTitle>
99
<Description>The HTTP client extensions library for API versioning.</Description>
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Support reading custom HTTP headers (#875)
1+


‎src/Client/test/Asp.Versioning.Http.Client.Tests/Asp.Versioning.Http.Client.Tests.csproj

Copy file name to clipboardExpand all lines: src/Client/test/Asp.Versioning.Http.Client.Tests/Asp.Versioning.Http.Client.Tests.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net452;net472</TargetFrameworks>
4+
<TargetFrameworks>net7.0;net452;net472</TargetFrameworks>
55
<RootNamespace>Asp.Versioning.Http</RootNamespace>
66
</PropertyGroup>
77

88
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
9-
<Compile Remove="net6.0\**\*.cs" />
10-
<None Include="net6.0\**\*.cs" />
9+
<Compile Remove="net7.0\**\*.cs" />
10+
<None Include="net7.0\**\*.cs" />
1111
</ItemGroup>
1212

1313
<ItemGroup Condition="'$(TargetFramework)' != 'net452'">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.