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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >2.0.1 </Version >
3
+ <Version >2.0.2 </Version >
4
4
<TargetFramework >net5.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
<LangVersion >latest</LangVersion >
16
16
<ItemGroup >
17
17
<PackageReference Include =" IKVM" Version =" 8.1.5717" />
18
18
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.11.0-1.final" />
19
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
19
20
</ItemGroup >
20
21
<ItemGroup >
21
22
<Reference Include =" javaparser-core-3.0.0-SNAPSHOT" >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >2.0.1 </Version >
3
+ <Version >2.0.2 </Version >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net5.0</TargetFramework >
6
6
</PropertyGroup >
7
- <ItemGroup >
8
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 5.0.0" />
9
- </ItemGroup >
10
7
<ItemGroup >
11
8
<ProjectReference Include =" ..\JavaToCSharp\JavaToCSharp.csproj" />
12
9
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >2.0.1 </Version >
3
+ <Version >2.0.2 </Version >
4
4
<OutputType >WinExe</OutputType >
5
5
<TargetFramework >net5.0-windows</TargetFramework >
6
6
<UseWPF >true</UseWPF >
You can’t perform that action at this time.
0 commit comments