Advertisement
Guest User

Git patch test

a guest
Jan 20th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. Target file: lines 134-143
  2. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  3. <HintPath>
  4. ..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll
  5. </HintPath>
  6. </Reference>
  7. <Reference Include="Google.Protobuf, Version=3.11.2.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  8. <HintPath>
  9. ..\packages\Google.Protobuf.3.11.2\lib\net45\Google.Protobuf.dll
  10. </HintPath>
  11. </Reference>
  12.  
  13. --------------------------------------------------------------------------------------------
  14. Source file: lines 134-145
  15. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  16. <HintPath>
  17. ..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll
  18. </HintPath>
  19. </Reference>
  20. <Reference Include="Devart.Data, Version=5.0.2333.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL"/>
  21. <Reference Include="Devart.Data.MySql, Version=8.16.1541.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL"/>
  22. <Reference Include="Google.Protobuf, Version=3.11.2.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  23. <HintPath>
  24. ..\packages\Google.Protobuf.3.11.2\lib\net45\Google.Protobuf.dll
  25. </HintPath>
  26. </Reference>
  27. ----------------------------------------------------------------------------------------------
  28. Patch:
  29.  
  30. diff --git a/whi/PW.Framework.Data/PW.Framework.Data.csproj b/whi/PW.Framework.Data/PW.Framework.Data.csproj
  31. index 96f596d4..fb1788b0 100644
  32. --- a/whi/PW.Framework.Data/PW.Framework.Data.csproj
  33. +++ b/whi/PW.Framework.Data/PW.Framework.Data.csproj
  34. @@ -59,6 +59,8 @@
  35. <Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  36. <HintPath>..\packages\BouncyCastle.1.8.5\lib\BouncyCastle.Crypto.dll</HintPath>
  37. </Reference>
  38. + <Reference Include="Devart.Data, Version=5.0.2333.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL" />
  39. + <Reference Include="Devart.Data.MySql, Version=8.16.1541.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL" />
  40. <Reference Include="Google.Protobuf, Version=3.11.2.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Google.Protobuf.3.11.2\lib\net45\Google.Protobuf.dll</HintPath>
  42. </Reference>
  43. @@ -202,11 +204,11 @@
  44. </PropertyGroup>
  45. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.112.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.112.0\build\net46\System.Data.SQLite.Core.targets'))" />
  46. </Target>
  47. - <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  48.  
  49. - Other similar extension points exist, see Microsoft.Common.targets.
  50.  
  51. - <Target Name="BeforeBuild">
  52.  
  53. - </Target>
  54.  
  55. - <Target Name="AfterBuild">
  56.  
  57. - </Target>
  58.  
  59. + <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. + Other similar extension points exist, see Microsoft.Common.targets.
  61. + <Target Name="BeforeBuild">
  62. + </Target>
  63. + <Target Name="AfterBuild">
  64. + </Target>
  65. -->
  66. </Project>
  67. \ No newline at end of file
  68. --
  69. 2.25.0.windows.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement