Created
June 14, 2020 14:10
-
-
Save rafaeldalsenter/709b032dfd55679fd33e7c18854831f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -93,14 +93,14 @@ | |
<Prefer32Bit>true</Prefer32Bit> | |
</PropertyGroup> | |
<ItemGroup> | |
- <Reference Include="System.Data, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
- <HintPath>..\..\packages\System.Generics.1.1.3\lib\net452\System.Data.dll</HintPath> | |
+ <Reference Include="System.Data, Version=1.0.24.0, Culture=neutral, processorArchitecture=MSIL"> | |
+ <HintPath>..\..\packages\System.Generics.1.0.24-antonio-1.0.25\lib\net452\System.Data.dll</HintPath> | |
</Reference> | |
<Reference Include="System.Other, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
<HintPath>..\..\packages\System.Other.1.1.3\lib\net452\System.Other.dll</HintPath> | |
</Reference> | |
<Reference Include="System.Generics, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL"> | |
<HintPath>..\..\packages\System.Generics.1.1.3\lib\net452\System.Generics.dll</HintPath> | |
<Reference Include="System.Generics, Version=1.0.24.0, Culture=neutral, processorArchitecture=MSIL"> | |
<HintPath>..\..\packages\System.Generics.1.0.24-antonio-1.0.25\lib\net452\System.Generics.dll</HintPath> | |
</Reference> | |
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | |
<HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment