Skip to content

Commit

Permalink
add dotnet 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YusufMavzer committed May 10, 2022
1 parent 944ac8b commit 03eb49a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dotnet test src/Test/AspNetCore.Proxy.Tests.csproj

### Compatibility

.NET Standard 2.0 or .NET Core 3.0.
.NET Standard 2.0, .NET Core 3.0, .NET Core 5.0 and .NET Core 6.0.

### Examples

Expand Down
2 changes: 1 addition & 1 deletion src/Core/AspNetCore.Proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Version>4.3.0</Version>
<PackageProjectUrl>https://github.com/twitchax/aspnetcore.proxy</PackageProjectUrl>

<TargetFrameworks>netcoreapp3.1;netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net5.0;net6.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<IsTestProject>false</IsTestProject>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Test/AspNetCore.Proxy.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 03eb49a

Please sign in to comment.