diff --git a/JavaToCSharp.Tests/JavaToCSharp.Tests.csproj b/JavaToCSharp.Tests/JavaToCSharp.Tests.csproj index 9117d199..b76cd039 100644 --- a/JavaToCSharp.Tests/JavaToCSharp.Tests.csproj +++ b/JavaToCSharp.Tests/JavaToCSharp.Tests.csproj @@ -20,17 +20,12 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - diff --git a/JavaToCSharp/JavaToCSharp.csproj b/JavaToCSharp/JavaToCSharp.csproj index 019950af..f409195b 100644 --- a/JavaToCSharp/JavaToCSharp.csproj +++ b/JavaToCSharp/JavaToCSharp.csproj @@ -17,12 +17,13 @@ + - + diff --git a/Lib/javaparser-core-3.25.4.jar b/Lib/javaparser-core-3.25.4.jar deleted file mode 100644 index 22e3718c..00000000 Binary files a/Lib/javaparser-core-3.25.4.jar and /dev/null differ diff --git a/README.md b/README.md index b1a3a686..61289ebc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Java to C# converter. Uses [JavaParser](https://github.com/javaparser/javaparser) to parse the Java source code text, -[IKVM.NET](https://github.com/ikvmnet/ikvm/) to convert the javaparser .jar into a .NET .dll, +[IKVM.NET](https://github.com/ikvmnet/ikvm/) to convert the javaparser .jar (resolved from Maven Central at build time) into a .NET .dll, and [Roslyn](https://github.com/dotnet/roslyn) for C# AST generation. Pull requests and issue submission welcome.