Skip to content

Commit

Permalink
Update Corvus.ContentHandling package
Browse files Browse the repository at this point in the history
Move SimpleOpenApiContext into common Menes.Hosting package
  • Loading branch information
idg10 committed Feb 9, 2023
1 parent cdfac80 commit 9f426d6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Solutions/Menes.Abstractions/Menes.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Corvus.ContentHandling" Version="3.0.1-PullRequest0265.20" />
<PackageReference Include="Corvus.ContentHandling" Version="4.0.0-system-text-json.22" />
<PackageReference Include="Corvus.Extensions" Version="1.1.10" />
<PackageReference Include="Corvus.Monitoring.Instrumentation.Abstractions" Version="1.3.2" />
<PackageReference Include="Endjin.RecommendedPractices.GitHub" Version="2.1.4">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static IServiceCollection AddOpenApiAzureFunctionsWorkerHosting<TContext>
services.AddSingleton<IOpenApiContextBuilder<HttpRequestData>, OpenApiContextBuilder<HttpRequestData, TContext>>();
services.AddSingleton<IOpenApiParameterBuilder<HttpRequestData>, HttpRequestDataParameterBuilder>();

services.AddOpenApiHosting<HttpRequestData, HttpResponseData>(
services.AddOpenApiHosting<HttpRequestData, IHttpResponseDataResult>(
configureHost,
configureEnvironment);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"Corvus.ContentHandling": {
"type": "Transitive",
"resolved": "3.0.1-PullRequest0265.20",
"contentHash": "j/ZV8wfxcGiiTnXrQuUAKpDyiaAQq2sFN0+rzIKHvhugfogbLUQMIbKQt18v06Zgw1RXCh8yfTm/E61WpuIOpQ==",
"resolved": "4.0.0-system-text-json.22",
"contentHash": "cNHJiv8SsdMUz06vRiuhp9fM1ggCGxERaNQziKEwZYMhzcuZ/ff6j9fepw+HtHaW/Dq1mIugqQZ9+PmNslvgjA==",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "4.4.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
Expand Down Expand Up @@ -1086,7 +1086,7 @@
"menes.abstractions": {
"type": "Project",
"dependencies": {
"Corvus.ContentHandling": "[3.0.1-PullRequest0265.20, )",
"Corvus.ContentHandling": "[4.0.0-system-text-json.22, )",
"Corvus.Extensions": "[1.1.10, )",
"Corvus.Monitoring.Instrumentation.Abstractions": "[1.3.2, )",
"Microsoft.CSharp": "[4.7.0, )",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
},
"Corvus.ContentHandling": {
"type": "Transitive",
"resolved": "3.0.1-PullRequest0265.20",
"contentHash": "j/ZV8wfxcGiiTnXrQuUAKpDyiaAQq2sFN0+rzIKHvhugfogbLUQMIbKQt18v06Zgw1RXCh8yfTm/E61WpuIOpQ==",
"resolved": "4.0.0-system-text-json.22",
"contentHash": "cNHJiv8SsdMUz06vRiuhp9fM1ggCGxERaNQziKEwZYMhzcuZ/ff6j9fepw+HtHaW/Dq1mIugqQZ9+PmNslvgjA==",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "4.4.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
Expand Down Expand Up @@ -1722,7 +1722,7 @@
"menes.abstractions": {
"type": "Project",
"dependencies": {
"Corvus.ContentHandling": "[3.0.1-PullRequest0265.20, )",
"Corvus.ContentHandling": "[4.0.0-system-text-json.22, )",
"Corvus.Extensions": "[1.1.10, )",
"Corvus.Monitoring.Instrumentation.Abstractions": "[1.3.2, )",
"Microsoft.CSharp": "[4.7.0, )",
Expand Down
6 changes: 3 additions & 3 deletions Solutions/Menes.PetStore.Specs/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"Corvus.ContentHandling": {
"type": "Transitive",
"resolved": "3.0.1-PullRequest0265.20",
"contentHash": "j/ZV8wfxcGiiTnXrQuUAKpDyiaAQq2sFN0+rzIKHvhugfogbLUQMIbKQt18v06Zgw1RXCh8yfTm/E61WpuIOpQ==",
"resolved": "4.0.0-system-text-json.22",
"contentHash": "cNHJiv8SsdMUz06vRiuhp9fM1ggCGxERaNQziKEwZYMhzcuZ/ff6j9fepw+HtHaW/Dq1mIugqQZ9+PmNslvgjA==",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "4.4.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
Expand Down Expand Up @@ -2242,7 +2242,7 @@
"menes.abstractions": {
"type": "Project",
"dependencies": {
"Corvus.ContentHandling": "[3.0.1-PullRequest0265.20, )",
"Corvus.ContentHandling": "[4.0.0-system-text-json.22, )",
"Corvus.Extensions": "[1.1.10, )",
"Corvus.Monitoring.Instrumentation.Abstractions": "[1.3.2, )",
"Microsoft.CSharp": "[4.7.0, )",
Expand Down
6 changes: 3 additions & 3 deletions Solutions/Menes.Specs/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
"Corvus.ContentHandling": {
"type": "Transitive",
"resolved": "3.0.1-PullRequest0265.20",
"contentHash": "j/ZV8wfxcGiiTnXrQuUAKpDyiaAQq2sFN0+rzIKHvhugfogbLUQMIbKQt18v06Zgw1RXCh8yfTm/E61WpuIOpQ==",
"resolved": "4.0.0-system-text-json.22",
"contentHash": "cNHJiv8SsdMUz06vRiuhp9fM1ggCGxERaNQziKEwZYMhzcuZ/ff6j9fepw+HtHaW/Dq1mIugqQZ9+PmNslvgjA==",
"dependencies": {
"Microsoft.CodeAnalysis.CSharp": "4.4.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
Expand Down Expand Up @@ -1662,7 +1662,7 @@
"menes.abstractions": {
"type": "Project",
"dependencies": {
"Corvus.ContentHandling": "[3.0.1-PullRequest0265.20, )",
"Corvus.ContentHandling": "[4.0.0-system-text-json.22, )",
"Corvus.Extensions": "[1.1.10, )",
"Corvus.Monitoring.Instrumentation.Abstractions": "[1.3.2, )",
"Microsoft.CSharp": "[4.7.0, )",
Expand Down

0 comments on commit 9f426d6

Please sign in to comment.