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 (#26)
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent cccb046 commit b87363f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
10 changes: 10 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
<Import Project="$(DirEngineeringSettings)src.build.props" Condition=" '$(IsTestableProject)' != 'true' " />
<Import Project="$(DirEngineeringSettings)tests.build.props" Condition=" '$(IsTestableProject)' == 'true' " />

<PropertyGroup Label="Package settings">
<Title>$(MSBuildProjectName)</Title>
<Description>Extensions for `ILogger` implementations to log messages to xUnit test output.</Description>
<RepositoryUrl>https://github.com/dailydevops/logging.xunit</RepositoryUrl>
<PackageProjectUrl>https://github.com/dailydevops/logging.xunit.git</PackageProjectUrl>
<PackageReleaseNotes>$(RepositoryUrl)/releases/tag/$(Version)</PackageReleaseNotes>
<PackageTags>logging;provider;xunit</PackageTags>
<CopyrightYearStart>2024</CopyrightYearStart>
</PropertyGroup>

<PropertyGroup>
<ProjectTargetFrameworks>net6.0;net7.0;net8.0</ProjectTargetFrameworks>
<TestTargetFrameworks>net6.0;net7.0;net8.0</TestTargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion eng
9 changes: 0 additions & 9 deletions src/NetEvolve.Logging.XUnit/NetEvolve.Logging.XUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Label="Package settings">
<Title>$(MSBuildProjectName)</Title>
<Description>Extensions for `ILogger` implementations to log messages to xUnit test output.</Description>
<RepositoryUrl>https://github.com/dailydevops/logging.xunit.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/dailydevops/logging.xunit.git</PackageProjectUrl>
<PackageTags>logging;provider;xunit</PackageTags>
<CopyrightYearStart>2024</CopyrightYearStart>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.TimeProvider" Condition=" !$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) " />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
Expand Down

0 comments on commit b87363f

Please sign in to comment.