Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "spectre-console"]
path = src/externalPackages/src/spectre-console
url = https://github.com/spectreconsole/spectre.console
[submodule "src/externalPackages/src/antlr4"]
path = src/externalPackages/src/antlr4
url = https://github.com/antlr/antlr4
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<!-- External package versions -->
<PropertyGroup>
<Antlr4Version>4.13.1</Antlr4Version>
<AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>8.0.1</AzureActiveDirectoryIdentityModelExtensionsForDotNetReleaseVersion>
<CssParserReleaseVersionSuffix>20230414.1</CssParserReleaseVersionSuffix>
<HumanizerReleaseVersion>2.14.1</HumanizerReleaseVersion>
Expand Down
13 changes: 13 additions & 0 deletions src/externalPackages/projects/antlr4.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.Build.NoTargets">

<PropertyGroup>
<!-- Project Paths -->
<Antlr4Directory>$(ProjectDirectory)runtime/CSharp/src/</Antlr4Directory>
Comment thread
akoeplinger marked this conversation as resolved.
<Antlr4ProjectPath>$(Antlr4Directory)Antlr4.csproj</Antlr4ProjectPath>
<PackagesOutput>$(Antlr4Directory)bin/$(Configuration)/</PackagesOutput>

<DotNetToolArgs>$(DotNetToolArgs) /p:Configuration=$(Configuration)</DotNetToolArgs>

<BuildCommand>$(DotNetTool) build -c $(Configuration) -f netstandard2.0 /p:TargetFrameworks=netstandard2.0 $(Antlr4ProjectPath) /bl:$(ArtifactsLogRepoDir)build.binlog</BuildCommand>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/externalPackages/src/antlr4
Submodule antlr4 added at 7ed420