File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >ASP.NET Core Identity provider that uses LinqToDB.</Description >
5- <VersionPrefix >3.0 .0</VersionPrefix >
6- <Version >3.0 .0</Version >
7- <PackageVersion >3.0 .0</PackageVersion >
5+ <VersionPrefix >3.2 .0</VersionPrefix >
6+ <Version >3.2 .0</Version >
7+ <PackageVersion >3.2 .0</PackageVersion >
88
99 <Authors >Ilya Chudin</Authors >
1010
3535 </PropertyGroup >
3636
3737 <ItemGroup >
38- <None Include =" ..\..\MIT-LICENSE.txt" Pack =" true" PackagePath =" $(PackageLicenseFile)" />
39- <None Include =" ..\..\icon64.png" Pack =" true" PackagePath =" $(PackageIcon)" />
38+ <None Include =" ..\..\MIT-LICENSE.txt" Pack =" true" PackagePath =" $(PackageLicenseFile)" />
39+ <None Include =" ..\..\icon64.png" Pack =" true" PackagePath =" $(PackageIcon)" />
4040 <EmbeddedResource Include =" **\*.resx" Exclude =" bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
4141 </ItemGroup >
4242
4343 <ItemGroup >
44- <PackageReference Include =" linq2db" Version =" 3.1.3 " />
44+ <PackageReference Include =" linq2db" Version =" 3.2.0 " />
4545
4646 <PackageReference Include =" Microsoft.AspNetCore.Identity" Version =" 2.1.2" />
4747 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.1.1" />
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ public class TestConnectionFactory : IConnectionFactory
3434 public TestConnectionFactory ( IDataProvider provider , string configuration , string connectionString )
3535 {
3636 _provider = provider ;
37- Configuration . Linq . AllowMultipleQuery = true ;
3837 //DataConnection.AddConfiguration(configuration, connectionString, provider);
3938 _configuration = configuration ;
4039 _connectionString = connectionString ;
You can’t perform that action at this time.
0 commit comments