Skip to content

Commit 597472f

Browse files
Add .NET 6 TFM
1 parent d7c805c commit 597472f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer/Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionPrefix>5.1.0</VersionPrefix>
55
<AssemblyVersion>5.1.0.0</AssemblyVersion>
6-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<AssemblyTitle>Microsoft ASP.NET Core API Versioning</AssemblyTitle>
88
<Description>ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of API-versioned controllers and actions, and their URLs and allowed HTTP methods.</Description>
99
<RootNamespace>Microsoft.AspNetCore.Mvc.ApiExplorer</RootNamespace>

src/Microsoft.AspNetCore.Mvc.Versioning/Microsoft.AspNetCore.Mvc.Versioning.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<VersionPrefix>5.1.0</VersionPrefix>
55
<AssemblyVersion>5.1.0.0</AssemblyVersion>
6-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
6+
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
77
<AssemblyTitle>Microsoft ASP.NET Core API Versioning</AssemblyTitle>
88
<Description>A service API versioning library for Microsoft ASP.NET Core.</Description>
99
<RootNamespace>Microsoft.AspNetCore.Mvc</RootNamespace>

0 commit comments

Comments
 (0)