Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 454c59b

Browse filesBrowse files
committed
refs
1 parent 6f320e4 commit 454c59b
Copy full SHA for 454c59b

5 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj‎

Copy file name to clipboardExpand all lines: src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="Fody" Version="6.6.4" PrivateAssets="all" />
99
<PackageReference Include="Virtuosity.Fody" Version="3.1.1" PrivateAssets="All" />
1010
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
11-
<PackageReference Include="GraphQL" Version="7.2.0" />
11+
<PackageReference Include="GraphQL" Version="7.2.1" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
1313
<PackageReference Include="Nullability" Version="2.1.0" />
1414
<PackageReference Include="ProjectDefaults" Version="1.0.82" PrivateAssets="all" />
Collapse file

‎src/SampleWeb.Tests/SampleWeb.Tests.csproj‎

Copy file name to clipboardExpand all lines: src/SampleWeb.Tests/SampleWeb.Tests.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SignAssembly>false</SignAssembly>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="GraphQL" Version="7.2.0" />
7+
<PackageReference Include="GraphQL" Version="7.2.1" />
88
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.0" />
99
<PackageReference Include="Xunit" Version="2.4.2" />
1010
<PackageReference Include="Verify.Xunit" Version="19.3.0" />
Collapse file

‎src/SampleWeb/SampleWeb.csproj‎

Copy file name to clipboardExpand all lines: src/SampleWeb/SampleWeb.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<Folder Include="wwwroot\" />
88
<PackageReference Include="EfLocalDb" Version="14.0.0" />
99
<PackageReference Include="graphiql" Version="2.0.0" />
10-
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.0" />
11-
<PackageReference Include="GraphQL" Version="7.2.0" />
10+
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.1" />
11+
<PackageReference Include="GraphQL" Version="7.2.1" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
1414
<ProjectReference Include="..\GraphQL.EntityFramework\GraphQL.EntityFramework.csproj" />
Collapse file

‎src/Snippets/Snippets.csproj‎

Copy file name to clipboardExpand all lines: src/Snippets/Snippets.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net7.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="GraphQL" Version="7.2.0" />
6+
<PackageReference Include="GraphQL" Version="7.2.1" />
77
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.5.0" PrivateAssets="all" />
88
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
99
<PackageReference Include="Xunit" Version="2.4.2" />
Collapse file

‎src/Tests/Tests.csproj‎

Copy file name to clipboardExpand all lines: src/Tests/Tests.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<NoWarn>EF1000</NoWarn>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="GraphQL" Version="7.2.0" />
8-
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.0" />
7+
<PackageReference Include="GraphQL" Version="7.2.1" />
8+
<PackageReference Include="GraphQL.SystemTextJson" Version="7.2.1" />
99
<PackageReference Include="EfLocalDb" Version="14.0.0" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" />
1111
<PackageReference Include="Verify.SqlServer" Version="5.0.0" />

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.