Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Aug 28, 2024
1 parent 278e799 commit c3f4c21
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _tests/multi-no-java/multitarget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.4" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions _tests/multi/multitarget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.4" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion _tests/noref/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</Antlr4>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Antlr4BuildTasks" Version="12.4" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" />
</ItemGroup>
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
Expand Down
4 changes: 2 additions & 2 deletions _tests/single-no-java/single.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.4" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions _tests/single/single.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.11.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.4" />
<PackageReference Include="Antlr4.Runtime.Standard" Version="4.13.1" />
<PackageReference Include="Antlr4BuildTasks" Version="12.8" />
</ItemGroup>

</Project>

0 comments on commit c3f4c21

Please sign in to comment.