Skip to content

Commit

Permalink
Framework upgrade and minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
janaks09 committed Dec 26, 2020
1 parent e868f68 commit d09c622
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 7 additions & 17 deletions DynamicExpressionBuilder/DynamicExpressionBuilder.csproj
@@ -1,27 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>DynamicExpressionBuilder.Surpass</PackageId>
<Authors>Surpass Software</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>Simple C# expression builder at run-time.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright 2018 (c) Surpass Software LLC. All rights reserved.</Copyright>
<PackageTags>Expression Expression-Builder Csharp-Dynamic-Expression-Builder</PackageTags>
<Version>1.0.10</Version>
<AssemblyVersion>1.0.0.10</AssemblyVersion>
<FileVersion>1.0.0.9</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Surpass Software LLC. All rights reserved.</Copyright>
<Version>1.0.11</Version>
<AssemblyVersion>1.0.0.11</AssemblyVersion>
<FileVersion>1.0.0.11</FileVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Company>Surpass Software LLC.</Company>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\netstandard2.0\DynamicExpressionBuilder.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\DynamicExpressionBuilder.xml</DocumentationFile>
</PropertyGroup>

</Project>
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d09c622

Please sign in to comment.