Pinning versions for 1.1.0 release

This commit is contained in:
Pranav K 2016-11-18 12:12:17 -08:00
parent fd2aec9d34
commit 4faf89030c
3 changed files with 15 additions and 14 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" /> <clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <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> </packageSources>
</configuration> </configuration>

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.1.0",
"description": "ASP.NET Core support for JSON PATCH.", "description": "ASP.NET Core support for JSON PATCH.",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
@ -21,19 +21,19 @@
] ]
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*",
"Newtonsoft.Json": "9.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-rtm-22752"
} },
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.3.0-*", "Microsoft.CSharp": "4.3.0",
"System.Reflection.TypeExtensions": "4.3.0-*" "System.Reflection.TypeExtensions": "4.3.0"
} }
} }
} }

View File

@ -4,8 +4,8 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.JsonPatch": "1.1.0-*", "Microsoft.AspNetCore.JsonPatch": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -14,10 +14,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": { "net451": {