Skip to content

Commit ceb4510

Browse files
committed
rename package
1 parent 4ad5dab commit ceb4510

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

AzureFunctions.Worker.Extensions.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31521.260
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Http.Authentication.JwtBearer", "src\Http.Authentication.JwtBearer\Http.Authentication.JwtBearer.csproj", "{96EED901-92B2-4460-9D9D-FF981D5DFA66}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Http.ProblemDetails", "src\Http.ProblemDetails\Http.ProblemDetails.csproj", "{4A8E996C-9FC8-42F6-941B-0B967600D1D7}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Http", "src\Http\Http.csproj", "{4A8E996C-9FC8-42F6-941B-0B967600D1D7}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/Http.ProblemDetails/Http.ProblemDetails.csproj renamed to src/Http/Http.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

File renamed without changes.

0 commit comments

Comments
 (0)