Skip to content

Commit

Permalink
Depend on Microsoft.AspNet.WebApi.WebHost directly
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed May 26, 2024
1 parent 2e7350c commit 32277f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
1 change: 0 additions & 1 deletion examples/Web/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<package id="Microsoft.AspNet.Mvc" version="5.3.0" targetFramework="net472" />
<package id="Microsoft.AspNet.Razor" version="3.3.0" targetFramework="net472" />
<package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi" version="5.3.0" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Client" version="6.0.0" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.3.0" targetFramework="net472" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.3.0" targetFramework="net472" />
Expand Down
6 changes: 0 additions & 6 deletions examples/Web/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
"resolved": "1.1.3",
"contentHash": "TWKKpTWEdB8jXp2Vl2TXNKW30GBQg6nnh0y8iZWmGY5c1XY4f649vfDslNHsCsvk9JZxc1Rkm/UGDdfq4gjWRQ=="
},
"Microsoft.AspNet.WebApi": {
"type": "Direct",
"requested": "[5.3.0, 5.3.0]",
"resolved": "5.3.0",
"contentHash": "KDk0HCAkz+bB/pmk+tHS/NDpoYvdj8VeetdaDv7kKX/c4+XbuGQsDzOeBhgWjeeqgxybPuHURteius0ZYVcSFA=="
},
"Microsoft.AspNet.WebApi.Client": {
"type": "Direct",
"requested": "[6.0.0, 6.0.0]",
Expand Down
2 changes: 1 addition & 1 deletion src/AspNet.WebApi/Unravel.AspNet.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.WebHost" Version="5.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 3 additions & 11 deletions src/AspNet.WebApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"version": 1,
"dependencies": {
".NETFramework,Version=v4.7.2": {
"Microsoft.AspNet.WebApi": {
"Microsoft.AspNet.WebApi.WebHost": {
"type": "Direct",
"requested": "[5.3.0, )",
"resolved": "5.3.0",
"contentHash": "KDk0HCAkz+bB/pmk+tHS/NDpoYvdj8VeetdaDv7kKX/c4+XbuGQsDzOeBhgWjeeqgxybPuHURteius0ZYVcSFA==",
"contentHash": "8eE0saCz7qWVwEBd/1vwycROmD8+UTbnw9aJmBAMVbn/Sh8lTDvDMOHt2NjrdmsZTLXELhAIbXg3Ffhy2u63mA==",
"dependencies": {
"Microsoft.AspNet.WebApi.WebHost": "5.3.0"
"Microsoft.AspNet.WebApi.Core": "5.3.0"
}
},
"Microsoft.SourceLink.GitHub": {
Expand Down Expand Up @@ -46,14 +46,6 @@
"Microsoft.AspNet.WebApi.Client": "6.0.0"
}
},
"Microsoft.AspNet.WebApi.WebHost": {
"type": "Transitive",
"resolved": "5.3.0",
"contentHash": "8eE0saCz7qWVwEBd/1vwycROmD8+UTbnw9aJmBAMVbn/Sh8lTDvDMOHt2NjrdmsZTLXELhAIbXg3Ffhy2u63mA==",
"dependencies": {
"Microsoft.AspNet.WebApi.Core": "5.3.0"
}
},
"Microsoft.AspNetCore.Hosting": {
"type": "Transitive",
"resolved": "2.1.1",
Expand Down

0 comments on commit 32277f3

Please sign in to comment.