Skip to content
This repository has been archived by the owner on Feb 23, 2021. 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 b89e77f commit 7857050
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 28 deletions.
5 changes: 3 additions & 2 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" />
<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>
8 changes: 4 additions & 4 deletions src/Microsoft.AspNetCore.Razor.Design/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0-preview4-final",
"description": "Design-time components for Razor tooling.",
"packOptions": {
"repository": {
Expand Down Expand Up @@ -36,9 +36,9 @@
}
},
"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0",
"Microsoft.Extensions.CommandLineUtils": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0",
"Microsoft.Extensions.CommandLineUtils": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
Expand Down
14 changes: 7 additions & 7 deletions src/Microsoft.AspNetCore.Razor.Tools/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.1.0-preview4-final",
"description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
"packOptions": {
"repository": {
Expand All @@ -25,13 +25,13 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Razor.Design": "1.1.0-*",
"Microsoft.AspNetCore.Razor.Design": "1.1.0-preview4-final",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
"type": "build",
"version": "1.1.0-*"
}
"version": "1.1.0-rtm-22752"
},
"Microsoft.Extensions.PlatformAbstractions": "1.1.0"
},
"frameworks": {
"netcoreapp1.0": {
Expand All @@ -41,8 +41,8 @@
"type": "platform",
"version": "1.1.0"
},
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1"
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
"System.Runtime.Serialization.Primitives": "4.3.0"
}
},
"net451": {}
Expand Down
4 changes: 2 additions & 2 deletions src/RazorToolingTestApp.LibraryPackage/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0",
"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0",
"NETStandard.Library": "1.6.1-*"
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {},
Expand Down
8 changes: 4 additions & 4 deletions test/Microsoft.AspNetCore.Razor.Design.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
},
"xunit": "2.2.0-*"
Expand Down
10 changes: 5 additions & 5 deletions test/Microsoft.AspNetCore.Razor.Tools.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*",
"version": "1.1.0-rtm-22752",
"type": "build"
},
"RazorToolingTestApp.Library": "1.0.0",
Expand All @@ -20,7 +20,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down
4 changes: 2 additions & 2 deletions testapps/RazorToolingTestApp.Library/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "1.0.0",
"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0",
"NETStandard.Library": "1.6.1"
},
"frameworks": {
"netstandard1.6": {},
Expand Down
4 changes: 2 additions & 2 deletions testapps/RazorToolingTestApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"Microsoft.AspNetCore.Razor.Design": {
"type": "build",
"version": "1.1.0-*",
"version": "1.1.0-preview4-final",
"target": "package"
},
"RazorToolingTestApp.Library": "1.0.0",
Expand All @@ -18,7 +18,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.1.0",
"type": "platform"
}
}
Expand Down

0 comments on commit 7857050

Please sign in to comment.