Skip to content

Commit d09c622

Browse files
committed
Framework upgrade and minor changes
1 parent e868f68 commit d09c622

2 files changed

Lines changed: 8 additions & 18 deletions

File tree

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFramework>netstandard2.1</TargetFramework>
55
<PackageId>DynamicExpressionBuilder.Surpass</PackageId>
66
<Authors>Surpass Software</Authors>
7-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
87
<Description>Simple C# expression builder at run-time.</Description>
98
<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>
1614
<Company>Surpass Software LLC.</Company>
1715
</PropertyGroup>
1816

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-
2717
</Project>

Examples/ExpressionBuilderExample/ExpressionBuilderExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.1</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)