|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netstandard2.0;net462;net6.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks> |
5 | 5 | <LangVersion>10</LangVersion>
|
6 | 6 | <AssemblyName>ClosedXML.Report</AssemblyName>
|
7 | 7 | <PackageId>ClosedXML.Report</PackageId>
|
8 | 8 | <Configurations>Debug;Release</Configurations>
|
9 |
| - <PackageLicenseUrl></PackageLicenseUrl> |
10 | 9 | <PackageProjectUrl>https://github.com/ClosedXML/ClosedXML.Report</PackageProjectUrl>
|
11 | 10 | <RepositoryUrl>https://github.com/ClosedXML/ClosedXML.Report</RepositoryUrl>
|
12 |
| - <Authors>Alexey Rozhkov</Authors> |
| 11 | + <Authors>Alexey Rozhkov, Alexey Pankratev</Authors> |
13 | 12 | <Copyright>MIT</Copyright>
|
14 | 13 | <Product>ClosedXML.Report</Product>
|
15 | 14 | <PackageReleaseNotes>See https://github.com/ClosedXML/ClosedXML.Report/releases/tag/$(productVersion)</PackageReleaseNotes>
|
|
37 | 36 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
38 | 37 | </PropertyGroup>
|
39 | 38 |
|
40 |
| - <PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' "> |
41 |
| - <DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants> |
42 |
| - </PropertyGroup> |
43 |
| - |
44 |
| - <PropertyGroup Condition=" '$(TargetFramework)' == 'net40' "> |
45 |
| - <DefineConstants>$(DefineConstants);NETFRAMEWORK</DefineConstants> |
46 |
| - </PropertyGroup> |
47 |
| - |
48 |
| - <PropertyGroup Condition=" '$(TargetFramework)' == 'net46' "> |
49 |
| - <DefineConstants>$(DefineConstants);NETFRAMEWORK</DefineConstants> |
50 |
| - </PropertyGroup> |
51 |
| - |
52 | 39 | <ItemGroup>
|
53 |
| - <PackageReference Include="ClosedXML" Version="0.100.3" /> |
| 40 | + <PackageReference Include="ClosedXML" Version="0.101.0" /> |
| 41 | + <PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> |
54 | 42 | <PackageReference Include="morelinq" Version="3.4.1" />
|
55 | 43 | <PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
|
56 | 44 | </ItemGroup>
|
|
0 commit comments