Skip to content

Commit

Permalink
Merge pull request #486 from mganss/dependabot/nuget/Glob.cs-5.1.1491
Browse files Browse the repository at this point in the history
Bump Glob.cs from 5.1.1253 to 5.1.1491
  • Loading branch information
mganss authored Feb 13, 2024
2 parents a36795e + 5fcac5f commit 3d94def
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 3d94def

Please sign in to comment.