Import dotnetDBF for error handling.
This commit is contained in:
@@ -348,9 +348,6 @@
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DotNetDBF">
|
||||
<Version>6.0.0.3</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="FileHelpers">
|
||||
<Version>3.5.1</Version>
|
||||
</PackageReference>
|
||||
@@ -537,6 +534,16 @@
|
||||
<Version>2.5.1</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DotNetDBF.Enumerable\DotNetDBF.Enumerable.csproj">
|
||||
<Project>{83e3893b-e266-475f-baa4-0bfa8393cdcf}</Project>
|
||||
<Name>DotNetDBF.Enumerable</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\dotnetdbf\DotNetDBF.csproj">
|
||||
<Project>{9508821b-3b85-4088-8076-d0f0af00db55}</Project>
|
||||
<Name>DotNetDBF</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release'">
|
||||
<GetAssemblyIdentity AssemblyFiles="$(TargetPath)">
|
||||
|
||||
Reference in New Issue
Block a user