Tests passed

This commit is contained in:
2024-04-29 14:16:49 -07:00
parent c36b7f41b9
commit cc0e0c9965
10 changed files with 120 additions and 11 deletions

View File

@ -39,6 +39,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFrameworkVersion)' == 'v4.8' ">
<DefineConstants>NETFRAMEWORK;NET20;NET35;NET40;NET45;NET451;NET452;NET46;NET461;NET462;NET47;NET471;NET472;NET48;$(DefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="AssemblyName" Value="DEP08SIHTRPLC" />
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -144,7 +150,7 @@
<Version>4.7.0</Version>
</PackageReference>
<PackageReference Include="Infineon.EAF.Runtime">
<Version>2.52.0</Version>
<Version>2.56.0</Version>
</PackageReference>
<PackageReference Include="Instances">
<Version>1.6.1</Version>