Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.106 to 1.0.107 in /src (#460)
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.106 to 1.0.107.
- [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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 911d981 commit e5e9545
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<PackageReference Include="NServiceBus.Extensions.DependencyInjection" Version="2.0.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<ProjectReference Include="..\NServiceBus.DataAnnotations\NServiceBus.DataAnnotations.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="MarkdownSnippets.MsBuild" Version="26.0.0" PrivateAssets="all" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<ProjectReference Include="..\NServiceBus.DataAnnotations\NServiceBus.DataAnnotations.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
<Using Include="NUnit.Framework.Assert" Static="True" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="NServiceBus.Extensions.DependencyInjection" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="NServiceBus.Extensions.DependencyInjection" Version="2.0.0" />
<PackageReference Include="NServiceBus.Testing" Version="8.1.0" />
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectReference Include="..\NServiceBus.FluentValidation.Sample\NServiceBus.FluentValidation.Sample.csproj" />
<ProjectReference Include="..\NServiceBus.FluentValidation.Testing\NServiceBus.FluentValidation.Testing.csproj" />
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<Using Include="NUnit.Framework.Legacy.ClassicAssert" Static="True" />
<Using Include="NUnit.Framework.Assert" Static="True" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="NServiceBus" Version="8.1.6" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.106" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>

0 comments on commit e5e9545

Please sign in to comment.