Skip to content

Commit 07d180b

Browse files
committed
renamed assembly
1 parent ceb4510 commit 07d180b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Http.Authentication.JwtBearer/Http.Authentication.JwtBearer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</AssemblyName>
5+
<AssemblyName>Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</AssemblyName>
66
<RootNamespace>Microsoft.Azure.Functions.Worker.Http</RootNamespace>
77
<PackageId>Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</PackageId>
88
<Nullable>enable</Nullable>

src/Http/Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Http</AssemblyName>
5+
<AssemblyName>Community.Azure.Functions.Worker.Extensions.Http</AssemblyName>
66
<RootNamespace>Microsoft.Azure.Functions.Worker.Http</RootNamespace>
77
<PackageId>Community.Azure.Functions.Worker.Extensions.Http</PackageId>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)