Skip to content
This repository was archived by the owner on Jan 19, 2019. 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 42fb58f commit 3e883ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 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>
6 changes: 3 additions & 3 deletions src/Microsoft.Extensions.PlatformAbstractions/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": "Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono",
"packOptions": {
"tags": [
Expand All @@ -16,13 +16,13 @@
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Reflection.TypeExtensions": "4.3.0-*"
"System.Reflection.TypeExtensions": "4.3.0"
}
}
}
Expand Down

0 comments on commit 3e883ee

Please sign in to comment.