File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net9 .0</TargetFramework >
5+ <TargetFramework >net10 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 <Optimize >true</Optimize >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0 ;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1 ;net8.0;net9.0;net10 .0</TargetFrameworks >
55 </PropertyGroup >
66
77 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" System.Buffers" Version =" 4.5.1" />
17- <PackageReference Include =" System.Memory" Version =" 4.5.5" />
18- <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.0.0" />
16+ <PackageReference Include =" System.Runtime.CompilerServices.Unsafe" Version =" 6.1.2" />
1917 </ItemGroup >
2018
2119</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <LangVersion >9.0</LangVersion >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0 ;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1 ;net8.0;net9.0;net10 .0</TargetFrameworks >
55 </PropertyGroup >
66
77 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" DBDefsLib" Version =" 1.0.0.22 " />
12+ <PackageReference Include =" DBDefsLib" Version =" 1.0.1 " />
1313 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
14- <PackageReference Include =" System.Reflection.Emit" Version =" 4.7.0" />
1514 </ItemGroup >
1615
1716 <ItemGroup >
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <DebugType >embedded</DebugType >
44 <LangVersion >latest</LangVersion >
5- <Version >2.1.4 </Version >
5+ <Version >2.2.0 </Version >
66 </PropertyGroup >
77 <PropertyGroup >
88 <Authors >WoWDev</Authors >
You can’t perform that action at this time.
0 commit comments