Skip to content

Commit

Permalink
renamed assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
smokedlinq committed Feb 7, 2022
1 parent ceb4510 commit 07d180b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</AssemblyName>
<AssemblyName>Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Http</RootNamespace>
<PackageId>Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</PackageId>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Microsoft.Azure.Functions.Worker.Extensions.Http</AssemblyName>
<AssemblyName>Community.Azure.Functions.Worker.Extensions.Http</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.Http</RootNamespace>
<PackageId>Community.Azure.Functions.Worker.Extensions.Http</PackageId>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 07d180b

Please sign in to comment.