Skip to content

Commit

Permalink
chore(mods): bump eng from c6a822e to 59bfcfa in the submodules g…
Browse files Browse the repository at this point in the history
…roup (#158)

* chore(mods): bump eng in the submodules group

Bumps the submodules group with 1 update: [eng](https://github.com/dailydevops/dotnet-engineering).


Updates `eng` from `c6a822e` to `59bfcfa`
- [Commits](dailydevops/dotnet-engineering@c6a822e...59bfcfa)

---
updated-dependencies:
- dependency-name: eng
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Switched to conditional ItemGroups

* fix: Added `PackageReleaseNotes`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Stühmer <[email protected]>
  • Loading branch information
dependabot[bot] and samtrion authored Jun 18, 2024
1 parent b385ff5 commit c2728c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
<PackageVersion Include="NetEvolve.Extensions.XUnit" Version="2.2.12" />
<PackageVersion Include="Polyfill" Version="5.4.0" />
<PackageVersion Include="xunit" Version="2.8.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' Or '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'net5.0' And '$(TargetFramework)' != 'netcoreapp3.1' ">
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.1" />
<PackageVersion Update="xunit.runner.visualstudio" Version="2.8.1" Condition=" '$(TargetFramework)' == 'net5.0' Or '$(TargetFramework)' == 'netcoreapp3.1' " />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion eng
2 changes: 2 additions & 0 deletions src/NetEvolve.Arguments/NetEvolve.Arguments.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<RepositoryUrl>https://github.com/dailydevops/arguments.git</RepositoryUrl>
<PackageTags>guard;clausel;exceptions</PackageTags>

<PackageReleaseNotes>$(PackageProjectUrl)/releases/</PackageReleaseNotes>

<CopyrightYearStart>2023</CopyrightYearStart>

<!-- Remove, when Polyfill has fixed this. -->
Expand Down

0 comments on commit c2728c9

Please sign in to comment.