Skip to content

Commit c090213

Browse files
committed
Merge branch 'master' into dev
2 parents a289e9a + a9fc211 commit c090213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodingSeb.ExpressionEvaluator/CodingSeb.ExpressionEvaluator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PackageProjectUrl>https://github.com/codingseb/ExpressionEvaluator</PackageProjectUrl>
1616
<PackageTags>evaluation math expression-evaluator expression parser eval evaluate fluid C# calculation execute script</PackageTags>
1717
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
18+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugType>full</DebugType>
@@ -30,4 +31,4 @@
3031
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
3132
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
3233
</ItemGroup>
33-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)