File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <OutputType >Exe</OutputType >
5- <TargetFramework >net9.0</TargetFramework >
6- <Nullable >enable</Nullable >
7- <LangVersion >latestmajor</LangVersion >
8- </PropertyGroup >
9-
10- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
11- <Optimize >false</Optimize >
12- </PropertyGroup >
13-
14- <ItemGroup >
15- <PackageReference Include =" Antlr4.Runtime.Standard" Version =" 4.13.1" />
16- <PackageReference Include =" EPPlus" Version =" 8.2 .1" />
17- </ItemGroup >
18-
19- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <OutputType >Exe</OutputType >
5+ <TargetFramework >net9.0</TargetFramework >
6+ <Nullable >enable</Nullable >
7+ <LangVersion >latestmajor</LangVersion >
8+ </PropertyGroup >
9+
10+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
11+ <Optimize >false</Optimize >
12+ </PropertyGroup >
13+
14+ <ItemGroup >
15+ <PackageReference Include =" Antlr4.Runtime.Standard" Version =" 4.13.1" />
16+ <PackageReference Include =" EPPlus" Version =" 8.4 .1" />
17+ </ItemGroup >
18+
19+ </Project >
You can’t perform that action at this time.
0 commit comments