Skip to content

Commit

Permalink
Merge pull request #319 from kaby76/dependabot/nuget/Antlr4.Runtime.S…
Browse files Browse the repository at this point in the history
…tandard-4.13.1

Bump Antlr4.Runtime.Standard from 4.13.0 to 4.13.1
  • Loading branch information
kaby76 authored Sep 12, 2023
2 parents 47d0dfa + 9590a25 commit 97d0a4d
Show file tree
Hide file tree
Showing 67 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/AntlrJson/AntlrJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="System.IO.Pipes" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Docs/Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProjectReference Include="../Workspaces/Workspaces.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/LspServer/LspServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="StreamJsonRpc" Version="2.16.36" />
<PackageReference Include="System.IO.Pipes" Version="4.3.0" />
<!--<PackageReference Include="Microsoft.VisualStudio.LanguageServer.Protocol" Version="17.2.8" /> -->
Expand Down
2 changes: 1 addition & 1 deletion src/ParseTreeEditing/ParseTreeEditing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Workspaces/Workspaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/grammars/abnf/Generated-CSharp/abnf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/antlr2/Generated-CSharp/antlr2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/antlr3/Generated-CSharp/antlr3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/antlr4/Generated-CSharp/Other.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/grammars/bison/Generated-CSharp/Other.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/javacc/Generated-CSharp/javacc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/lark/Generated-CSharp/lark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/lbnf/Generated-CSharp/lbnf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/pegen/Generated-CSharp/pegen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/pest/Generated-CSharp/pest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/princeton/Generated-CSharp/princeton.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/rex/Generated-CSharp/rex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/sjmachines/Generated-CSharp/sjmachines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/w3cebnf/Generated-CSharp/w3cebnf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/grammars/xtext/Generated-CSharp/xtext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version ="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.2" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/tragl/tragl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/tranalyze/tranalyze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trcaret/trcaret.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program is part of the Trash toolkit.
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trcombine/trcombine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trconvert/trconvert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syntax. This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/trcover/trcover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for the entire grammar. This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trdelabel/trdelabel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trdelete/trdelete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trdeltree/trdeltree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trdot/trdot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This program is part of the Trash toolkit.
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trfirst/trfirst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trfold/trfold.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trfoldlit/trfoldlit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trformat/trformat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trgen/trgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This program is part of the Trash toolkit.]]>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Domemtech.StringTemplate4" Version="4.3.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trgroup/trgroup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trinsert/trinsert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/tritext/tritext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This program is part of the Trash toolkit.
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trjson/trjson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This program is part of the Trash toolkit.
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trkleene/trkleene.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program is part of the Trash toolkit.
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trmove/trmove.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trparse/trparse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/trperf/trperf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This program is part of the Trash toolkit.]]>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.0" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="cs-codebuff" Version="4.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Domemtech.Symtab" Version="0.0.1" />
Expand Down
Loading

0 comments on commit 97d0a4d

Please sign in to comment.