Skip to content

Commit

Permalink
Merge pull request #967 from adamralph/dependabot/nuget/SimpleExec-12…
Browse files Browse the repository at this point in the history
….0.0

Bump SimpleExec from 12.0.0-rc.1 to 12.0.0
  • Loading branch information
adamralph committed Jan 17, 2024
2 parents 7ea6456 + 4d204f4 commit 3255f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MinVerTests.Infra/MinVerTests.Infra.csproj
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-rc.1" />
<PackageReference Include="SimpleExec" Version="12.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion targets/Targets.csproj
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Bullseye" Version="5.0.0" />
<PackageReference Include="SimpleExec" Version="12.0.0-rc.1" />
<PackageReference Include="SimpleExec" Version="12.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3255f31

Please sign in to comment.