File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/DatatablesParser.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
<ProjectReference Include =" ../../src/DatatablesParser/DatatablesParser.csproj" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.2.0-preview3-35497 " />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.2.0-preview3-35497 " />
13
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.2.0-preview1 " />
14
- <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 2.1.2 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 2.0.0 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.0 " />
13
+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 2.0.0 " />
14
+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 2.0.1 " />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
16
16
<PackageReference Include =" xunit" Version =" 2.2.0" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
You can’t perform that action at this time.
0 commit comments