File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
CodingSeb.ExpressionEvaluator Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2323* Correction of assignation of strongly typed variables (Not really as C# but better than before)</PackageReleaseNotes >
2424 <PackageLicenseFile >LICENSE.md</PackageLicenseFile >
2525 <RepositoryUrl >https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl >
26+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
2627 </PropertyGroup >
2728 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2829 <DebugType >full</DebugType >
3334 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'" >
3435 <DefineConstants >DEBUG;TRACE</DefineConstants >
3536 </PropertyGroup >
37+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'" >
38+ <DocumentationFile />
39+ </PropertyGroup >
3640 <ItemGroup >
3741 <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
3842 <PackageReference Include =" System.Dynamic.Runtime" Version =" 4.3.0" />
You can’t perform that action at this time.
0 commit comments