File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >net5.0</TargetFramework >
5-
65 <IsPackable >false</IsPackable >
6+ <LangVersion >latest</LangVersion >
77 </PropertyGroup >
88
99 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Version >2.1.0</Version >
44 <TargetFramework >net5.0</TargetFramework >
55 <Nullable >enable</Nullable >
6- <LangVersion >latest</LangVersion >
76 <Authors >Paul Irwin</Authors >
87 <Description >A Java to C# converter.</Description >
98 <Copyright >Copyright 2021, Paul Irwin</Copyright >
109 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1110 <RepositoryUrl >https://github.com/paulirwin/JavaToCSharp</RepositoryUrl >
11+ <LangVersion >latest</LangVersion >
1212 </PropertyGroup >
1313 <ItemGroup >
1414 <None Include =" ..\.editorconfig" Link =" .editorconfig" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Version >2.1.0</Version >
44 <OutputType >Exe</OutputType >
55 <TargetFramework >net5.0</TargetFramework >
6+ <LangVersion >latest</LangVersion >
67 </PropertyGroup >
78 <ItemGroup >
89 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 5.0.0" />
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Version >2.1.0</Version >
44 <OutputType >WinExe</OutputType >
55 <TargetFramework >net5.0-windows</TargetFramework >
66 <UseWPF >true</UseWPF >
7+ <LangVersion >latest</LangVersion >
78 </PropertyGroup >
89 <ItemGroup >
910 <None Remove =" JavaToCSharpIcon.ico" />
You can’t perform that action at this time.
0 commit comments