Skip to content

Commit

Permalink
Merge pull request #48 from ChrisPulman/renovate/nerdbank.gitversioni…
Browse files Browse the repository at this point in the history
…ng-3.x

Update dependency Nerdbank.GitVersioning to 3.6.146
  • Loading branch information
ChrisPulman authored Oct 23, 2024
2 parents ebca9b3 + d00ce83 commit ca37bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</PropertyGroup>
<ItemGroup>
<!--<Compile Update="**\*.cs" DependentUpon="I%(Filename).cs" />-->
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" Condition="!Exists('packages.config')" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" PrivateAssets="all" Condition="!Exists('packages.config')" />
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.8" PrivateAssets="All" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" />
<PackageReference Include="Nuke.Common" Version="8.1.2" />
</ItemGroup>

Expand Down

0 comments on commit ca37bdf

Please sign in to comment.