Skip to content

Commit 1cce074

Browse files
committed
Pinning versions for 1.1.0 release
1 parent 539c9e6 commit 1cce074

File tree

30 files changed

+102
-104
lines changed

30 files changed

+102
-104
lines changed

NuGet.config

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageRestore>
4-
<add key="automatic" value="False" />
5-
</packageRestore>
63
<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" />
97
</packageSources>
108
</configuration>

src/Microsoft.EntityFrameworkCore.Design/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared design-time components for Entity Framework Core tools.",
44
"packOptions": {
55
"tags": [
@@ -22,15 +22,15 @@
2222
}
2323
},
2424
"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"
2828
},
2929
"frameworks": {
3030
"net451": {},
3131
"netstandard1.3": {
3232
"dependencies": {
33-
"System.Collections.NonGeneric": "4.3.0-*"
33+
"System.Collections.NonGeneric": "4.3.0"
3434
}
3535
}
3636
}

src/Microsoft.EntityFrameworkCore.InMemory/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "In-memory database provider for Entity Framework Core (to be used for testing purposes).",
44
"packOptions": {
55
"tags": [
@@ -23,8 +23,8 @@
2323
}
2424
},
2525
"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"
2828
},
2929
"frameworks": {
3030
"net451": {},

src/Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared design-time test suite for Entity Framework Core relational database providers.",
44
"packOptions": {
55
"tags": [
@@ -22,16 +22,16 @@
2222
"dependencies": {
2323
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
2424
"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"
3030
},
3131
"frameworks": {
3232
"netstandard1.6": {
3333
"dependencies": {
34-
"System.Threading.Tasks.Parallel": "4.3.0-*"
34+
"System.Threading.Tasks.Parallel": "4.3.0"
3535
}
3636
},
3737
"net451": {

src/Microsoft.EntityFrameworkCore.Relational.Design/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared design-time Entity Framework Core components for relational database providers.",
44
"packOptions": {
55
"tags": [
@@ -22,8 +22,8 @@
2222
}
2323
},
2424
"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"
2727
},
2828
"frameworks": {
2929
"net451": {},

src/Microsoft.EntityFrameworkCore.Relational.Specification.Tests/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared test suite for Entity Framework Core relational database providers.",
44
"packOptions": {
55
"tags": [
@@ -19,10 +19,10 @@
1919
"xmlDoc": true
2020
},
2121
"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"
2626
},
2727
"frameworks": {
2828
"netstandard1.3": {},

src/Microsoft.EntityFrameworkCore.Relational/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared Entity Framework Core components for relational database providers.",
44
"packOptions": {
55
"tags": [
@@ -25,13 +25,13 @@
2525
}
2626
},
2727
"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"
3030
},
3131
"frameworks": {
3232
"net451": {
3333
"dependencies": {
34-
"System.Diagnostics.DiagnosticSource": "4.3.0-*"
34+
"System.Diagnostics.DiagnosticSource": "4.3.0"
3535
},
3636
"frameworkAssemblies": {
3737
"System.Data": "",
@@ -49,9 +49,9 @@
4949
},
5050
"netstandard1.3": {
5151
"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"
5555
}
5656
}
5757
}

src/Microsoft.EntityFrameworkCore.Specification.Tests/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Shared test suite for Entity Framework Core database providers.",
44
"packOptions": {
55
"tags": [
@@ -19,18 +19,18 @@
1919
"xmlDoc": true
2020
},
2121
"dependencies": {
22-
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0-*",
22+
"Microsoft.EntityFrameworkCore.InMemory": "1.1.0",
2323
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
24-
"version": "1.1.0-*",
24+
"version": "1.1.0-rtm-22752",
2525
"type": "build"
2626
},
27-
"NETStandard.Library": "1.6.1-*",
27+
"NETStandard.Library": "1.6.1",
2828
"xunit": "2.2.0-*"
2929
},
3030
"frameworks": {
3131
"netstandard1.3": {
3232
"dependencies": {
33-
"Microsoft.CSharp": "4.3.0-*"
33+
"Microsoft.CSharp": "4.3.0"
3434
}
3535
},
3636
"net451": {

src/Microsoft.EntityFrameworkCore.SqlServer.Design/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Design-time Entity Framework Core Functionality for Microsoft SQL Server.",
44
"packOptions": {
55
"tags": [
@@ -20,9 +20,9 @@
2020
}
2121
},
2222
"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"
2626
},
2727
"frameworks": {
2828
"net451": {},

src/Microsoft.EntityFrameworkCore.SqlServer/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0",
33
"description": "Microsoft SQL Server database provider for Entity Framework Core.",
44
"packOptions": {
55
"tags": [
@@ -26,15 +26,15 @@
2626
}
2727
},
2828
"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"
3131
},
3232
"frameworks": {
3333
"net451": {},
3434
"netstandard1.3": {
3535
"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"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)