Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.126 to 1.0.127 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.126 to 1.0.127.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent bdcd057 commit 3a26b76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="27.0.2" Condition="$(TargetFramework) == 'net6.0'" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Nullability.Source/Nullability.Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Code-only package that exposes top-level nullability information from reflection. Same API as net6, but can be consumed by any runtime supporting netstandard2.0.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />
</ItemGroup>
<Target Name="SetPackageDependencies" BeforeTargets="GenerateNuspec">
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Nullability.Tests/Nullability.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Verify.Xunit" Version="24.1.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />
<ProjectReference Include="..\Nullability\Nullability.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Nullability/Nullability.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProjectDefaults" Version="1.0.126" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.127" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit 3a26b76

Please sign in to comment.