11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFramework >net10.0</TargetFramework >
4- <OutputType >Library</OutputType >
5- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
7- <RootNamespace >WarcraftPlugin</RootNamespace >
8- </PropertyGroup >
9- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11- </PropertyGroup >
12- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14- </PropertyGroup >
15- <ItemGroup >
16- <PackageReference Include =" Dapper" Version =" 2.0.78" />
17- <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
18- <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 5.0.2" />
19- <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
20- </ItemGroup >
21- <ItemGroup >
22- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
23- </ItemGroup >
24-
25- </Project >
2+ <PropertyGroup >
3+ <TargetFramework >net10.0</TargetFramework >
4+ <OutputType >Library</OutputType >
5+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
7+ <RootNamespace >WarcraftPlugin</RootNamespace >
8+ </PropertyGroup >
9+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
10+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
13+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14+ </PropertyGroup >
15+ <ItemGroup >
16+ <PackageReference Include =" Dapper" Version =" 2.0.78" />
17+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
18+ <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 5.0.2" />
19+ <PackageReference Include =" System.Data.DataSetExtensions" Version =" 4.5.0" />
20+ </ItemGroup >
21+ <ItemGroup >
22+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
23+ </ItemGroup >
24+ <ItemGroup >
25+ <ProjectReference Include =" ..\..\managed\CounterStrikeSharp.API\CounterStrikeSharp.API.csproj" />
26+ </ItemGroup >
27+ </Project >
0 commit comments