This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Microsoft.AspNetCore.Razor.Design
Microsoft.AspNetCore.Razor.Tools
RazorToolingTestApp.LibraryPackage
RazorToolingTestApp.Library
Microsoft.AspNetCore.Razor.Design.Test
Microsoft.AspNetCore.Razor.Tools.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key = " AspNetCore " value = " https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json " />
4+ <clear />
55 <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" />
67 </packageSources >
78</configuration >
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0-* " ,
2+ "version" : " 1.1.0-preview4-final " ,
33 "description" : " Design-time components for Razor tooling." ,
44 "packOptions" : {
55 "repository" : {
3636 }
3737 },
3838 "dependencies" : {
39- "Microsoft.AspNetCore.Razor.Runtime" : " 1.0 .0" ,
40- "Microsoft.Extensions.CommandLineUtils" : " 1.0 .0" ,
41- "Microsoft.Extensions.DependencyInjection" : " 1.0 .0" ,
39+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1 .0" ,
40+ "Microsoft.Extensions.CommandLineUtils" : " 1.1 .0" ,
41+ "Microsoft.Extensions.DependencyInjection" : " 1.1 .0" ,
4242 "Newtonsoft.Json" : " 9.0.1"
4343 },
4444 "frameworks" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0-* " ,
2+ "version" : " 1.1.0-preview4-final " ,
33 "description" : " TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time." ,
44 "packOptions" : {
55 "repository" : {
2525 "xmlDoc" : true
2626 },
2727 "dependencies" : {
28- "Microsoft.AspNetCore.Razor.Design" : " 1.1.0-* " ,
28+ "Microsoft.AspNetCore.Razor.Design" : " 1.1.0-preview4-final " ,
2929 "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*" ,
30- "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0" ,
3130 "Microsoft.Extensions.DotnetToolDispatcher.Sources" : {
3231 "type" : " build" ,
33- "version" : " 1.1.0-*"
34- }
32+ "version" : " 1.1.0-rtm-22752"
33+ },
34+ "Microsoft.Extensions.PlatformAbstractions" : " 1.1.0"
3535 },
3636 "frameworks" : {
3737 "netcoreapp1.0" : {
4141 "type" : " platform" ,
4242 "version" : " 1.1.0"
4343 },
44- "System.Runtime.InteropServices.RuntimeInformation" : " 4.3.0-* " ,
45- "System.Runtime.Serialization.Primitives" : " 4.1.1 "
44+ "System.Runtime.InteropServices.RuntimeInformation" : " 4.3.0" ,
45+ "System.Runtime.Serialization.Primitives" : " 4.3.0 "
4646 }
4747 },
4848 "net451" : {}
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0" ,
33 "dependencies" : {
4- "Microsoft.AspNetCore.Razor.Runtime" : " 1.0 .0" ,
5- "NETStandard.Library" : " 1.6.1-* "
4+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1 .0" ,
5+ "NETStandard.Library" : " 1.6.1"
66 },
77 "frameworks" : {
88 "netstandard1.6" : {},
Original file line number Diff line number Diff line change 33 "dependencies" : {
44 "dotnet-test-xunit" : " 2.2.0-*" ,
55 "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources" : {
6- "version" : " 1.1.0-* " ,
6+ "version" : " 1.1.0-rtm-22752 " ,
77 "type" : " build"
88 },
9- "Microsoft.AspNetCore.Razor.Tools" : " 1.0 .0-* " ,
9+ "Microsoft.AspNetCore.Razor.Tools" : " 1.1 .0-preview4-final " ,
1010 "Microsoft.Extensions.HashCodeCombiner.Sources" : {
11- "version" : " 1.1.0-* " ,
11+ "version" : " 1.1.0-rtm-22752 " ,
1212 "type" : " build"
1313 },
1414 "Microsoft.NETCore.App" : {
15- "version" : " 1.1.0-* " ,
15+ "version" : " 1.1.0" ,
1616 "type" : " platform"
1717 },
1818 "xunit" : " 2.2.0-*"
Original file line number Diff line number Diff line change 33 "dependencies" : {
44 "dotnet-test-xunit" : " 2.2.0-*" ,
55 "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources" : {
6- "version" : " 1.1.0-* " ,
6+ "version" : " 1.1.0-rtm-22752 " ,
77 "type" : " build"
88 },
9- "Microsoft.AspNetCore.Razor.Tools" : " 1.0 .0-* " ,
10- "Microsoft.AspNetCore.Testing" : " 1.1.0-* " ,
9+ "Microsoft.AspNetCore.Razor.Tools" : " 1.1 .0-preview4-final " ,
10+ "Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752 " ,
1111 "Microsoft.Extensions.HashCodeCombiner.Sources" : {
12- "version" : " 1.1.0-* " ,
12+ "version" : " 1.1.0-rtm-22752 " ,
1313 "type" : " build"
1414 },
1515 "RazorToolingTestApp.Library" : " 1.0.0" ,
2020 "netcoreapp1.0" : {
2121 "dependencies" : {
2222 "Microsoft.NETCore.App" : {
23- "version" : " 1.1.0-* " ,
23+ "version" : " 1.1.0" ,
2424 "type" : " platform"
2525 }
2626 }
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.0.0" ,
33 "dependencies" : {
4- "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0-* " ,
5- "NETStandard.Library" : " 1.6.1-* "
4+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1.0" ,
5+ "NETStandard.Library" : " 1.6.1"
66 },
77 "frameworks" : {
88 "netstandard1.6" : {},
Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "Microsoft.AspNetCore.Razor.Design" : {
44 "type" : " build" ,
5- "version" : " 1.1.0-* " ,
5+ "version" : " 1.1.0-preview4-final " ,
66 "target" : " package"
77 },
88 "RazorToolingTestApp.Library" : " 1.0.0" ,
1818 "netcoreapp1.0" : {
1919 "dependencies" : {
2020 "Microsoft.NETCore.App" : {
21- "version" : " 1.1.0-* " ,
21+ "version" : " 1.1.0" ,
2222 "type" : " platform"
2323 }
2424 }
You can’t perform that action at this time.
0 commit comments