Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.96 to 1.0.97 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.96 to 1.0.97.
- [Commits](https://github.com/SimonCropp/ProjectDefaults/commits)

---
updated-dependencies:
- dependency-name: ProjectDefaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent b31f2e3 commit 3f5897a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/GraphQL.EntityFramework/GraphQL.EntityFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="GraphQL" Version="7.6.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Nullability" Version="2.2.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.96" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<Using Include="System.Linq.Expressions" />
<Using Include="GraphQL.Types" />
Expand Down
2 changes: 1 addition & 1 deletion src/SampleWeb.Tests/SampleWeb.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\SampleWeb\SampleWeb.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.96" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/SampleWeb/SampleWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.10" />
<ProjectReference Include="..\GraphQL.EntityFramework\GraphQL.EntityFramework.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.96" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\GraphQL.EntityFramework\GraphQL.EntityFramework.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.96" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<ProjectReference Include="..\GraphQL.EntityFramework\GraphQL.EntityFramework.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.96" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.97" PrivateAssets="all" />

<Using Include="GraphQL.EntityFramework" />
<Using Include="GraphQL" />
Expand Down

0 comments on commit 3f5897a

Please sign in to comment.