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

Commit

Permalink
Pinning versions for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 18, 2016
1 parent 16acfb0 commit 70d289e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
9 changes: 5 additions & 4 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "Abstractions for dependency injection.\r\nCommonly used types:\r\nMicrosoft.Extensions.DependencyInjection.IServiceCollection",
"packOptions": {
"repository": {
Expand All @@ -22,14 +22,14 @@
"dependencies": {
"Microsoft.Extensions.ActivatorUtilities.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.1.0-rtm-22752"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.0": {
"dependencies": {
"System.ComponentModel": "4.3.0-*"
"System.ComponentModel": "4.3.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "Suite of xUnit.net tests to check for container compatibility with Microsoft.Extensions.DependencyInjection.",
"packOptions": {
"tags": [
Expand All @@ -8,8 +8,8 @@
]
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"NETStandard.Library": "1.6.1-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0",
"NETStandard.Library": "1.6.1",
"xunit.assert": "2.2.0-*",
"xunit.extensibility.core": "2.2.0-*"
},
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.DependencyInjection/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0",
"description": "Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.",
"packOptions": {
"repository": {
Expand All @@ -20,8 +20,8 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.1": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection.Specification.Tests": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.DependencyInjection.Specification.Tests": "1.1.0",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down

0 comments on commit 70d289e

Please sign in to comment.