Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 0e6b1a5

Browse files
authored
Merge pull request #4 from ProxyKit/netstandard
Target netstandard2.0 for broader compatibility.
2 parents 561156b + fb6f7bf commit 0e6b1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RoutingHandler/RoutingHandler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
4+
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>An HttpMessageHandler that routes requests to nested handlers based on origin.</Description>
66
<PackageId>ProxyKit.RoutingHandler</PackageId>
77
<Authors>Damian Hickey</Authors>
@@ -39,4 +39,4 @@
3939
<ItemGroup>
4040
<None Include="icon.png" Pack="true" PackagePath=""/>
4141
</ItemGroup>
42-
</Project>
42+
</Project>

0 commit comments

Comments
 (0)