Skip to content

Commit

Permalink
Bump Glob.cs from 5.1.1253 to 5.1.1491
Browse files Browse the repository at this point in the history
Bumps [Glob.cs](https://github.com/mganss/Glob.cs) from 5.1.1253 to 5.1.1491.
- [Release notes](https://github.com/mganss/Glob.cs/releases)
- [Commits](mganss/Glob.cs@v5.1.1253...v5.1.1491)

---
updated-dependencies:
- dependency-name: Glob.cs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent a36795e commit 5fcac5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.1253" />
<PackageReference Include="Glob.cs" Version="5.1.1491" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Glob.cs" Version="5.1.1253" />
<PackageReference Include="Glob.cs" Version="5.1.1491" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="System.CodeDom" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion xscgen-proj/xscgen-proj.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Compile Include="..\XmlSchemaClassGenerator.Console\**\*.cs" Exclude="..\XmlSchemaClassGenerator.Console\obj\**\*;..\XmlSchemaClassGenerator.Console\bin\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.1253" />
<PackageReference Include="Glob.cs" Version="5.1.1491" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion xscgen/xscgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Compile Include="..\XmlSchemaClassGenerator.Console\**\*.cs" Exclude="..\XmlSchemaClassGenerator.Console\obj\**\*;..\XmlSchemaClassGenerator.Console\bin\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.1253" />
<PackageReference Include="Glob.cs" Version="5.1.1491" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit 5fcac5f

Please sign in to comment.