Skip to content

Commit 3b7d9b8

Browse files
committed
.NET 6.0 support
1 parent 3173a1a commit 3b7d9b8

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/core/Dime.ExtJs.csproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup Label="Globals">
4-
<SccProjectName>SAK</SccProjectName>
5-
<SccProvider>SAK</SccProvider>
6-
<SccAuxPath>SAK</SccAuxPath>
7-
<SccLocalPath>SAK</SccLocalPath>
8-
</PropertyGroup>
9-
102
<PropertyGroup>
113
<Authors>Dime Software</Authors>
12-
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
4+
<TargetFrameworks>net461;net6.0</TargetFrameworks>
135
<AssemblyName>Dime.ExtJs</AssemblyName>
146
<PackageId>Dime.ExtJs</PackageId>
157
<PackageIconUrl>https://cdn.dime-software.com/dime-software/logo-shape.png</PackageIconUrl>
168
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
179
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1810
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1911
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
20-
<Version>1.1.2</Version>
12+
<Version>1.1.3</Version>
2113
<Description>.NET classes for ExtJS operations such as grouping, sorting and filtering</Description>
22-
<Copyright>Copyright © 2020</Copyright>
14+
<Copyright>Copyright Dime Software © 2022</Copyright>
2315
<NeutralLanguage>en</NeutralLanguage>
2416
<IncludeSource>True</IncludeSource>
2517
<IncludeSymbols>True</IncludeSymbols>
2618
<RootNamespace>Dime.ExtJs</RootNamespace>
27-
<AssemblyVersion>1.1.2.0</AssemblyVersion>
19+
<AssemblyVersion>1.1.3.0</AssemblyVersion>
2820
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2921
<RepositoryType>git</RepositoryType>
3022
</PropertyGroup>

0 commit comments

Comments
 (0)