Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit dfcde49

Browse files
committed
Pinning versions for 1.1.0 release
1 parent f2cbf9f commit dfcde49

File tree

9 files changed

+48
-48
lines changed

9 files changed

+48
-48
lines changed

NuGet.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
6-
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
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" />
77
</packageSources>
88
</configuration>

samples/IISSample/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
5-
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
6-
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
4+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
5+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
6+
"Microsoft.Extensions.Logging.Console": "1.1.0"
77
},
88
"buildOptions": {
99
"emitEntryPoint": true
@@ -13,7 +13,7 @@
1313
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.1.0-*",
16+
"version": "1.1.0",
1717
"type": "platform"
1818
}
1919
}

src/Microsoft.AspNetCore.Server.IISIntegration.Tools/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"outputName": "dotnet-publish-iis"
2323
},
2424
"dependencies": {
25-
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
2625
"Microsoft.DotNet.ProjectModel": "1.0.0-rc3-003121",
27-
"System.Diagnostics.Process": "4.3.0-*"
26+
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
27+
"System.Diagnostics.Process": "4.3.0"
2828
},
2929
"frameworks": {
3030
"netcoreapp1.0": {
3131
"dependencies": {
3232
"Microsoft.NETCore.App": {
3333
"type": "platform",
34-
"version": "1.1.0-*"
34+
"version": "1.1.0"
3535
}
3636
}
3737
}

src/Microsoft.AspNetCore.Server.IISIntegration/project.json

Lines changed: 11 additions & 11 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
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",
@@ -20,27 +20,27 @@
2020
]
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
24-
"Microsoft.AspNetCore.Http": "1.1.0-*",
25-
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*",
26-
"Microsoft.AspNetCore.HttpOverrides": "1.1.0-*",
27-
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
28-
"Microsoft.Extensions.Options": "1.1.0-*",
23+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
24+
"Microsoft.AspNetCore.Http": "1.1.0",
25+
"Microsoft.AspNetCore.Http.Extensions": "1.1.0",
26+
"Microsoft.AspNetCore.HttpOverrides": "1.1.0",
27+
"Microsoft.Extensions.Logging.Abstractions": "1.1.0",
28+
"Microsoft.Extensions.Options": "1.1.0",
2929
"Microsoft.Extensions.SecurityHelper.Sources": {
3030
"type": "build",
31-
"version": "1.1.0-*"
31+
"version": "1.1.0-rtm-22752"
3232
},
3333
"Microsoft.Extensions.TaskCache.Sources": {
34-
"version": "1.1.0-*",
34+
"version": "1.1.0-rtm-22752",
3535
"type": "build"
3636
},
37-
"NETStandard.Library": "1.6.1-*"
37+
"NETStandard.Library": "1.6.1"
3838
},
3939
"frameworks": {
4040
"net451": {},
4141
"netstandard1.3": {
4242
"dependencies": {
43-
"System.Security.Principal.Windows": "4.3.0-*"
43+
"System.Security.Principal.Windows": "4.3.0"
4444
}
4545
}
4646
}

test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"dependencies": {
2020
"dotnet-test-xunit": "2.2.0-*",
21-
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
22-
"Microsoft.Extensions.Logging": "1.1.0-*",
23-
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
24-
"Microsoft.Extensions.Logging.Debug": "1.1.0-*",
25-
"NETStandard.Library": "1.6.1-*",
21+
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-rtm-22752",
22+
"Microsoft.Extensions.Logging": "1.1.0",
23+
"Microsoft.Extensions.Logging.Console": "1.1.0",
24+
"Microsoft.Extensions.Logging.Debug": "1.1.0",
25+
"NETStandard.Library": "1.6.1",
2626
"xunit": "2.2.0-*"
2727
},
2828
"frameworks": {

test/Microsoft.AspNetCore.Server.IISIntegration.Tests/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
},
66
"dependencies": {
77
"dotnet-test-xunit": "2.2.0-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
9-
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
9+
"Microsoft.AspNetCore.TestHost": "1.1.0",
1010
"xunit": "2.2.0-*"
1111
},
1212
"frameworks": {
1313
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.1.0-*",
16+
"version": "1.1.0",
1717
"type": "platform"
1818
}
1919
}

test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
33
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
4-
"xunit": "2.1.0",
5-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
4+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
5+
"xunit": "2.1.0"
66
},
77
"frameworks": {
88
"netcoreapp1.0": {
@@ -12,11 +12,11 @@
1212
"portable-net45+win8"
1313
],
1414
"dependencies": {
15-
"System.Diagnostics.Process": "4.3.0-*",
1615
"Microsoft.NETCore.App": {
1716
"type": "platform",
18-
"version": "1.1.0-*"
19-
}
17+
"version": "1.1.0"
18+
},
19+
"System.Diagnostics.Process": "4.3.0"
2020
}
2121
}
2222
},

test/TestSites.Portable/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
]
1313
},
1414
"dependencies": {
15-
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
16-
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
17-
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
18-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
19-
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
20-
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
15+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
16+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
17+
"Microsoft.AspNetCore.WebUtilities": "1.1.0",
18+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
19+
"Microsoft.Extensions.Configuration.Json": "1.1.0",
20+
"Microsoft.Extensions.Logging.Console": "1.1.0",
2121
"xunit": "2.2.0-*"
2222
},
2323
"frameworks": {
2424
"netcoreapp1.1": {
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.1.0-*",
27+
"version": "1.1.0",
2828
"type": "platform"
2929
}
3030
}

test/TestSites/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
]
1010
},
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
13-
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
14-
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*",
15-
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
16-
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
17-
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
12+
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
13+
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
14+
"Microsoft.AspNetCore.WebUtilities": "1.1.0",
15+
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
16+
"Microsoft.Extensions.Configuration.Json": "1.1.0",
17+
"Microsoft.Extensions.Logging.Console": "1.1.0",
1818
"xunit": "2.2.0-*"
1919
},
2020
"frameworks": {
2121
"netcoreapp1.1": {
2222
"dependencies": {
23-
"Microsoft.NETCore.App": "1.1.0-*"
23+
"Microsoft.NETCore.App": "1.1.0"
2424
}
2525
},
2626
"net451": {}

0 commit comments

Comments
 (0)