File tree Expand file tree Collapse file tree 30 files changed +102
-104
lines changed
Microsoft.EntityFrameworkCore.Design
Microsoft.EntityFrameworkCore.InMemory
Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests
Microsoft.EntityFrameworkCore.Relational.Design
Microsoft.EntityFrameworkCore.Relational.Specification.Tests
Microsoft.EntityFrameworkCore.Relational
Microsoft.EntityFrameworkCore.Specification.Tests
Microsoft.EntityFrameworkCore.SqlServer.Design
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Sqlite.Design
Microsoft.EntityFrameworkCore.Sqlite
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.CrossStore.FunctionalTests
Microsoft.EntityFrameworkCore.Design.FunctionalTests
Microsoft.EntityFrameworkCore.Design.Tests
Microsoft.EntityFrameworkCore.FunctionalTests
Microsoft.EntityFrameworkCore.InMemory.FunctionalTests
Microsoft.EntityFrameworkCore.InMemory.Tests
Microsoft.EntityFrameworkCore.Relational.Design.Tests
Microsoft.EntityFrameworkCore.Relational.Tests
Microsoft.EntityFrameworkCore.SqlServer.Design.FunctionalTests
Microsoft.EntityFrameworkCore.SqlServer.Design.Tests
Microsoft.EntityFrameworkCore.SqlServer.FunctionalTests
Microsoft.EntityFrameworkCore.SqlServer.Tests
Microsoft.EntityFrameworkCore.Sqlite.Design.FunctionalTests
Microsoft.EntityFrameworkCore.Sqlite.Design.Tests
Microsoft.EntityFrameworkCore.Sqlite.FunctionalTests
Microsoft.EntityFrameworkCore.Sqlite.Tests
Microsoft.EntityFrameworkCore.Tests Expand file tree Collapse file tree 30 files changed +102
-104
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <packageRestore >
4
- <add key =" automatic" value =" False" />
5
- </packageRestore >
6
3
<packageSources >
7
- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
8
- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
4
+ <clear />
5
+ <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6
+ <add key =" AspNetCore" value =" https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
9
7
</packageSources >
10
8
</configuration >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared design-time components for Entity Framework Core tools." ,
4
4
"packOptions" : {
5
5
"tags" : [
22
22
}
23
23
},
24
24
"dependencies" : {
25
- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0-* " ,
26
- "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0-* " ,
27
- "NETStandard.Library" : " 1.6.1-* "
25
+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
26
+ "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0" ,
27
+ "NETStandard.Library" : " 1.6.1"
28
28
},
29
29
"frameworks" : {
30
30
"net451" : {},
31
31
"netstandard1.3" : {
32
32
"dependencies" : {
33
- "System.Collections.NonGeneric" : " 4.3.0-* "
33
+ "System.Collections.NonGeneric" : " 4.3.0"
34
34
}
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " In-memory database provider for Entity Framework Core (to be used for testing purposes)." ,
4
4
"packOptions" : {
5
5
"tags" : [
23
23
}
24
24
},
25
25
"dependencies" : {
26
- "Microsoft.EntityFrameworkCore" : " 1.1.0-* " ,
27
- "NETStandard.Library" : " 1.6.1-* "
26
+ "Microsoft.EntityFrameworkCore" : " 1.1.0" ,
27
+ "NETStandard.Library" : " 1.6.1"
28
28
},
29
29
"frameworks" : {
30
30
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared design-time test suite for Entity Framework Core relational database providers." ,
4
4
"packOptions" : {
5
5
"tags" : [
22
22
"dependencies" : {
23
23
"Microsoft.CodeAnalysis.CSharp" : " 1.3.0" ,
24
24
"Microsoft.DotNet.InternalAbstractions" : " 1.0.0" ,
25
- "Microsoft.EntityFrameworkCore.Design" : " 1.1.0-* " ,
26
- "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0-* " ,
27
- "Microsoft.EntityFrameworkCore.Relational.Specification.Tests" : " 1.1.0-* " ,
28
- "Microsoft.Extensions.DependencyModel" : " 1.1.0-* " ,
29
- "NETStandard.Library" : " 1.6.1-* "
25
+ "Microsoft.EntityFrameworkCore.Design" : " 1.1.0" ,
26
+ "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0" ,
27
+ "Microsoft.EntityFrameworkCore.Relational.Specification.Tests" : " 1.1.0" ,
28
+ "Microsoft.Extensions.DependencyModel" : " 1.1.0" ,
29
+ "NETStandard.Library" : " 1.6.1"
30
30
},
31
31
"frameworks" : {
32
32
"netstandard1.6" : {
33
33
"dependencies" : {
34
- "System.Threading.Tasks.Parallel" : " 4.3.0-* "
34
+ "System.Threading.Tasks.Parallel" : " 4.3.0"
35
35
}
36
36
},
37
37
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared design-time Entity Framework Core components for relational database providers." ,
4
4
"packOptions" : {
5
5
"tags" : [
22
22
}
23
23
},
24
24
"dependencies" : {
25
- "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0-* " ,
26
- "NETStandard.Library" : " 1.6.1-* "
25
+ "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0" ,
26
+ "NETStandard.Library" : " 1.6.1"
27
27
},
28
28
"frameworks" : {
29
29
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared test suite for Entity Framework Core relational database providers." ,
4
4
"packOptions" : {
5
5
"tags" : [
19
19
"xmlDoc" : true
20
20
},
21
21
"dependencies" : {
22
- "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0-* " ,
23
- "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0-* " ,
24
- "Microsoft.EntityFrameworkCore.Specification.Tests" : " 1.1.0-* " ,
25
- "NETStandard.Library" : " 1.6.1-* "
22
+ "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0" ,
23
+ "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0" ,
24
+ "Microsoft.EntityFrameworkCore.Specification.Tests" : " 1.1.0" ,
25
+ "NETStandard.Library" : " 1.6.1"
26
26
},
27
27
"frameworks" : {
28
28
"netstandard1.3" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared Entity Framework Core components for relational database providers." ,
4
4
"packOptions" : {
5
5
"tags" : [
25
25
}
26
26
},
27
27
"dependencies" : {
28
- "Microsoft.EntityFrameworkCore" : " 1.1.0-* " ,
29
- "NETStandard.Library" : " 1.6.1-* "
28
+ "Microsoft.EntityFrameworkCore" : " 1.1.0" ,
29
+ "NETStandard.Library" : " 1.6.1"
30
30
},
31
31
"frameworks" : {
32
32
"net451" : {
33
33
"dependencies" : {
34
- "System.Diagnostics.DiagnosticSource" : " 4.3.0-* "
34
+ "System.Diagnostics.DiagnosticSource" : " 4.3.0"
35
35
},
36
36
"frameworkAssemblies" : {
37
37
"System.Data" : " " ,
49
49
},
50
50
"netstandard1.3" : {
51
51
"dependencies" : {
52
- "Microsoft.CSharp" : " 4.3.0-* " ,
53
- "System.Data.Common" : " 4.3.0-* " ,
54
- "System.Diagnostics.DiagnosticSource" : " 4.3.0-* "
52
+ "Microsoft.CSharp" : " 4.3.0" ,
53
+ "System.Data.Common" : " 4.3.0" ,
54
+ "System.Diagnostics.DiagnosticSource" : " 4.3.0"
55
55
}
56
56
}
57
57
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Shared test suite for Entity Framework Core database providers." ,
4
4
"packOptions" : {
5
5
"tags" : [
19
19
"xmlDoc" : true
20
20
},
21
21
"dependencies" : {
22
- "Microsoft.EntityFrameworkCore.InMemory" : " 1.1.0-* " ,
22
+ "Microsoft.EntityFrameworkCore.InMemory" : " 1.1.0" ,
23
23
"Microsoft.Extensions.RuntimeEnvironment.Sources" : {
24
- "version" : " 1.1.0-* " ,
24
+ "version" : " 1.1.0-rtm-22752 " ,
25
25
"type" : " build"
26
26
},
27
- "NETStandard.Library" : " 1.6.1-* " ,
27
+ "NETStandard.Library" : " 1.6.1" ,
28
28
"xunit" : " 2.2.0-*"
29
29
},
30
30
"frameworks" : {
31
31
"netstandard1.3" : {
32
32
"dependencies" : {
33
- "Microsoft.CSharp" : " 4.3.0-* "
33
+ "Microsoft.CSharp" : " 4.3.0"
34
34
}
35
35
},
36
36
"net451" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Design-time Entity Framework Core Functionality for Microsoft SQL Server." ,
4
4
"packOptions" : {
5
5
"tags" : [
20
20
}
21
21
},
22
22
"dependencies" : {
23
- "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0-* " ,
24
- "Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0-* " ,
25
- "NETStandard.Library" : " 1.6.1-* "
23
+ "Microsoft.EntityFrameworkCore.Relational.Design" : " 1.1.0" ,
24
+ "Microsoft.EntityFrameworkCore.SqlServer" : " 1.1.0" ,
25
+ "NETStandard.Library" : " 1.6.1"
26
26
},
27
27
"frameworks" : {
28
28
"net451" : {},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0-* " ,
2
+ "version" : " 1.1.0" ,
3
3
"description" : " Microsoft SQL Server database provider for Entity Framework Core." ,
4
4
"packOptions" : {
5
5
"tags" : [
26
26
}
27
27
},
28
28
"dependencies" : {
29
- "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0-* " ,
30
- "NETStandard.Library" : " 1.6.1-* "
29
+ "Microsoft.EntityFrameworkCore.Relational" : " 1.1.0" ,
30
+ "NETStandard.Library" : " 1.6.1"
31
31
},
32
32
"frameworks" : {
33
33
"net451" : {},
34
34
"netstandard1.3" : {
35
35
"dependencies" : {
36
- "System.Data.SqlClient" : " 4.3.0-* " ,
37
- "System.Threading.Thread" : " 4.3.0-* "
36
+ "System.Data.SqlClient" : " 4.3.0" ,
37
+ "System.Threading.Thread" : " 4.3.0"
38
38
}
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments