|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>netstandard2.0</TargetFramework> |
| 4 | + <TargetFramework>netstandard2.1</TargetFramework> |
5 | 5 | <PackageId>DynamicExpressionBuilder.Surpass</PackageId> |
6 | 6 | <Authors>Surpass Software</Authors> |
7 | | - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
8 | 7 | <Description>Simple C# expression builder at run-time.</Description> |
9 | 8 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
10 | | - <Copyright>Copyright 2018 (c) Surpass Software LLC. All rights reserved.</Copyright> |
11 | | - <PackageTags>Expression Expression-Builder Csharp-Dynamic-Expression-Builder</PackageTags> |
12 | | - <Version>1.0.10</Version> |
13 | | - <AssemblyVersion>1.0.0.10</AssemblyVersion> |
14 | | - <FileVersion>1.0.0.9</FileVersion> |
15 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 9 | + <Copyright>Surpass Software LLC. All rights reserved.</Copyright> |
| 10 | + <Version>1.0.11</Version> |
| 11 | + <AssemblyVersion>1.0.0.11</AssemblyVersion> |
| 12 | + <FileVersion>1.0.0.11</FileVersion> |
| 13 | + <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
16 | 14 | <Company>Surpass Software LLC.</Company> |
17 | 15 | </PropertyGroup> |
18 | 16 |
|
19 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
20 | | - <DocumentationFile>bin\Debug\netstandard2.0\DynamicExpressionBuilder.xml</DocumentationFile> |
21 | | - </PropertyGroup> |
22 | | - |
23 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
24 | | - <DocumentationFile>bin\Release\netstandard2.0\DynamicExpressionBuilder.xml</DocumentationFile> |
25 | | - </PropertyGroup> |
26 | | - |
27 | 17 | </Project> |
0 commit comments