|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <Authors>Dime Software</Authors> |
4 | | - <TargetFrameworks>net461;net6.0</TargetFrameworks> |
5 | | - <AssemblyName>Dime.ExtJs</AssemblyName> |
6 | | - <PackageId>Dime.ExtJs</PackageId> |
7 | | - <PackageIconUrl>https://cdn.dime-software.com/dime-software/logo-shape.png</PackageIconUrl> |
8 | | - <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
9 | | - <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
10 | | - <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
11 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
12 | | - <Version>1.1.3</Version> |
13 | | - <Description>.NET classes for ExtJS operations such as grouping, sorting and filtering</Description> |
14 | | - <Copyright>Copyright Dime Software © 2022</Copyright> |
15 | | - <NeutralLanguage>en</NeutralLanguage> |
16 | | - <IncludeSource>True</IncludeSource> |
17 | | - <IncludeSymbols>True</IncludeSymbols> |
18 | | - <RootNamespace>Dime.ExtJs</RootNamespace> |
19 | | - <AssemblyVersion>1.1.3.0</AssemblyVersion> |
20 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
21 | | - <RepositoryType>git</RepositoryType> |
22 | | - </PropertyGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> |
26 | | - <PackageReference Include="System.Runtime" Version="4.3.1" /> |
27 | | - <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" /> |
28 | | - </ItemGroup> |
29 | | - |
30 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net461' "> |
31 | | - <Reference Include="System" /> |
32 | | - <Reference Include="Microsoft.CSharp" /> |
33 | | - </ItemGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <Authors>Dime Software</Authors> |
| 4 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 5 | + <AssemblyName>Dime.ExtJs</AssemblyName> |
| 6 | + <PackageId>Dime.ExtJs</PackageId> |
| 7 | + <PackageIconUrl>https://cdn.dime-software.com/dime-software/logo-shape.png</PackageIconUrl> |
| 8 | + <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> |
| 9 | + <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> |
| 10 | + <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> |
| 11 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 12 | + <Version>1.2.0</Version> |
| 13 | + <Description>.NET classes for ExtJS operations such as grouping, sorting and filtering</Description> |
| 14 | + <Copyright>Dime Software © 2024</Copyright> |
| 15 | + <NeutralLanguage>en</NeutralLanguage> |
| 16 | + <IncludeSource>True</IncludeSource> |
| 17 | + <IncludeSymbols>True</IncludeSymbols> |
| 18 | + <RootNamespace>Dime.ExtJs</RootNamespace> |
| 19 | + <AssemblyVersion>1.2.0.0</AssemblyVersion> |
| 20 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 21 | + <RepositoryType>git</RepositoryType> |
| 22 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 23 | + </PropertyGroup> |
34 | 24 |
|
| 25 | + <ItemGroup> |
| 26 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 27 | + <PackageReference Include="System.Runtime" Version="4.3.1" /> |
| 28 | + <PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" /> |
| 29 | + </ItemGroup> |
| 30 | + <ItemGroup> |
| 31 | + <None Include="README.md" Pack="true" PackagePath="\" /> |
| 32 | + </ItemGroup> |
35 | 33 | </Project> |
0 commit comments