Skip to content

Commit 11cd8df

Browse files
committed
remove Microsoft.AspNetCore.Http
1 parent a5dbee1 commit 11cd8df

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;NU5104;CS1573;CS9107;NU1608;NU1109</NoWarn>
5-
<Version>33.0.0</Version>
5+
<Version>33.0.1</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>EntityFrameworkCore, EntityFramework, GraphQL</PackageTags>

src/Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.8.0" />
1313
<PackageVersion Include="GraphQL.SystemTextJson" Version="8.8.0" />
1414
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.8" />
15-
<PackageVersion Include="Microsoft.AspNetCore.Http" Version="2.3.0" />
1615
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.0" />
1716
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.3" />
1817
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />

src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ItemGroup>
88
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
99
<PackageReference Include="Fody" PrivateAssets="all" />
10-
<PackageReference Include="Microsoft.AspNetCore.Http" />
1110
<PackageReference Include="GraphQL" />
1211
<PackageReference Include="Microsoft.Data.SqlClient" />
1312
<PackageReference Include="Microsoft.EntityFrameworkCore" />

0 commit comments

Comments
 (0)