Skip to content

Commit 14e503f

Browse files
authored
Add net6.0 support to .Source.csproj
Add net6.0 support to .Source.csproj
1 parent 7af9d52 commit 14e503f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.RabbitMq/ServiceStack.RabbitMq.Source.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<PackageId>ServiceStack.RabbitMq</PackageId>
55
<AssemblyName>ServiceStack.RabbitMq</AssemblyName>
6-
<TargetFrameworks>net451;netstandard2.0</TargetFrameworks>
6+
<TargetFrameworks>net451;netstandard2.0;net6.0</TargetFrameworks>
77
<Title>ServiceStack.RabbitMq</Title>
88
<PackageDescription>
99
Rabbit MQ client and server adapters for the ServiceStack web services framework.

0 commit comments

Comments
 (0)