File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >2.0.1 </Version >
3+ <Version >2.0.2 </Version >
44 <TargetFramework >net5.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
1616 <ItemGroup >
1717 <PackageReference Include =" IKVM" Version =" 8.1.5717" />
1818 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.11.0-1.final" />
19+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
1920 </ItemGroup >
2021 <ItemGroup >
2122 <Reference Include =" javaparser-core-3.0.0-SNAPSHOT" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >2.0.1 </Version >
3+ <Version >2.0.2 </Version >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
66 </PropertyGroup >
7- <ItemGroup >
8- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
9- </ItemGroup >
107 <ItemGroup >
118 <ProjectReference Include =" ..\JavaToCSharp\JavaToCSharp.csproj" />
129 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >2.0.1 </Version >
3+ <Version >2.0.2 </Version >
44 <OutputType >WinExe</OutputType >
55 <TargetFramework >net5.0-windows</TargetFramework >
66 <UseWPF >true</UseWPF >
You can’t perform that action at this time.
0 commit comments