Skip to content

Commit 03454b1

Browse files
committed
.
1 parent 892e9e3 commit 03454b1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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>34.0.0-beta.5</Version>
5+
<Version>34.0.0-beta.6</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>EntityFrameworkCore, EntityFramework, GraphQL</PackageTags>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.13" />
1717
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.2" />
1818
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
19-
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
19+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
2020
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.4" />
2121
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />
2222
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2" />

src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<PackageReference Include="ConfigureAwait.Fody" PrivateAssets="All" />
1111
<PackageReference Include="Fody" PrivateAssets="all" />
1212
<PackageReference Include="GraphQL" />
13-
<PackageReference Include="EfOrderBy" />
1413
<PackageReference Include="Microsoft.Data.SqlClient" />
1514
<PackageReference Include="Microsoft.EntityFrameworkCore" />
1615
<PackageReference Include="Polyfill" PrivateAssets="all" />

src/Tests/Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageReference Include="EfLocalDb" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
1313
<PackageReference Include="Verify.DiffPlex" />
14+
<PackageReference Include="EfOrderBy" />
1415
<PackageReference Include="Verify.SqlServer" />
1516
<PackageReference Include="xunit.v3" />
1617
<PackageReference Include="Verify.XunitV3" />
@@ -29,4 +30,4 @@
2930
<Using Include="Microsoft.Extensions.DependencyInjection" />
3031
<Using Include="GraphQL.SystemTextJson" />
3132
</ItemGroup>
32-
</Project>
33+
</Project>

0 commit comments

Comments
 (0)