Skip to content

Commit

Permalink
Merge pull request #932 from adamralph/dependabot/nuget/Microsoft.Ext…
Browse files Browse the repository at this point in the history
…ensions.FileSystemGlobbing-8.0.0

Bump Microsoft.Extensions.FileSystemGlobbing from 7.0.0 to 8.0.0
  • Loading branch information
adamralph authored Dec 17, 2023
2 parents 97e70ec + a1b8832 commit 37c08f6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions MinVerTests.Infra/MinVerTests.Infra.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

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

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>

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

</Project>

0 comments on commit 37c08f6

Please sign in to comment.