We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This patch may help, but not work on other platform
diff --git a/qpmodel/qpmodel.csproj b/qpmodel/qpmodel.csproj index db3c017..a648932 100644 --- a/qpmodel/qpmodel.csproj +++ b/qpmodel/qpmodel.csproj @@ -1,6 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> + <Antlr4UseCSharpGenerator>True</Antlr4UseCSharpGenerator> <OutputType>Exe</OutputType> <IsWebBootstrapper>false</IsWebBootstrapper> <PublishUrl>publish\</PublishUrl> @@ -39,10 +40,11 @@ <LangVersion>8.0</LangVersion> </PropertyGroup> <ItemGroup> - <Antlr4 Update="SQLite.g4"> + <Antlr4 Include="SQLite.g4"> <Generator>MSBuild:Compile</Generator> <CustomToolNamespace>qpmodel.sqlparser</CustomToolNamespace> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + <TargetLanguage>CSharp</TargetLanguage> </Antlr4> </ItemGroup> <ItemGroup>
The text was updated successfully, but these errors were encountered:
CI indicates ubuntu does not like this but windows is ok
Sorry, something went wrong.
No branches or pull requests
This patch may help, but not work on other platform
The text was updated successfully, but these errors were encountered: