Skip to content

Commit

Permalink
Merge pull request #366 from mganss/dependabot/nuget/Glob.cs-5.1.1198
Browse files Browse the repository at this point in the history
Bump Glob.cs from 5.1.766 to 5.1.1198
  • Loading branch information
mganss authored Dec 16, 2022
2 parents 990b09d + cac076f commit 1ce26a1
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 @@ -35,7 +35,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.766" />
<PackageReference Include="Glob.cs" Version="5.1.1198" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" 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.766" />
<PackageReference Include="Glob.cs" Version="5.1.1198" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="System.CodeDom" Version="7.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 @@ -33,7 +33,7 @@
<Compile Include="..\XmlSchemaClassGenerator.Console\**\*.cs" Exclude="..\XmlSchemaClassGenerator.Console\obj\**\*;..\XmlSchemaClassGenerator.Console\bin\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.766" />
<PackageReference Include="Glob.cs" Version="5.1.1198" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" 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 @@ -35,7 +35,7 @@
<Compile Include="..\XmlSchemaClassGenerator.Console\**\*.cs" Exclude="..\XmlSchemaClassGenerator.Console\obj\**\*;..\XmlSchemaClassGenerator.Console\bin\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Glob.cs" Version="5.1.766" />
<PackageReference Include="Glob.cs" Version="5.1.1198" />
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
Expand Down

0 comments on commit 1ce26a1

Please sign in to comment.