This repository was archived by the owner on Feb 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
src/Microsoft.AspNetCore.Razor.Tools
test/Microsoft.AspNetCore.Razor.Tools.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ default TOOL_EXE_NAME='dotnet-razor-tooling.exe'
1010var VERSION='0.1'
1111var FULL_VERSION='0.1'
1212var AUTHORS='Microsoft Open Technologies, Inc.'
13- -BuildQuality = "preview2 ";
13+ -BuildQuality = "preview3 ";
1414
1515use-standard-lifecycle
1616k-standard-goals
Original file line number Diff line number Diff line change 3737 }
3838 },
3939 "dependencies" : {
40- "Microsoft.AspNetCore.Razor.Runtime" : " 1.0 .0-*" ,
40+ "Microsoft.AspNetCore.Razor.Runtime" : " 1.1 .0-*" ,
4141 "Microsoft.DotNet.Cli.Utils" : " 1.0.0-*" ,
42- "Microsoft.Extensions.CommandLineUtils" : " 1.0 .0-*" ,
42+ "Microsoft.Extensions.CommandLineUtils" : " 1.1 .0-*" ,
4343 "Microsoft.Extensions.DotnetToolDispatcher.Sources" : {
4444 "type" : " build" ,
45- "version" : " 1.0 .0-*"
45+ "version" : " 1.1 .0-*"
4646 },
47- "Microsoft.Extensions.PlatformAbstractions" : " 1.0 .0-*" ,
47+ "Microsoft.Extensions.PlatformAbstractions" : " 1.1 .0-*" ,
4848 "Newtonsoft.Json" : " 9.0.1"
4949 },
5050 "frameworks" : {
5959 "System.Runtime.Serialization.Primitives" : " 4.1.1-*"
6060 }
6161 },
62- "net451" : { }
62+ "net451" : {}
6363 }
6464}
Original file line number Diff line number Diff line change 99 },
1010 "Microsoft.AspNetCore.Razor.Tools" : " 1.0.0-*" ,
1111 "Microsoft.AspNetCore.Razor.Test.Sources" : {
12- "version" : " 1.0 .0-*" ,
12+ "version" : " 1.1 .0-*" ,
1313 "type" : " build"
1414 },
1515 "Microsoft.Extensions.HashCodeCombiner.Sources" : {
16- "version" : " 1.0 .0-*" ,
16+ "version" : " 1.1 .0-*" ,
1717 "type" : " build"
1818 },
1919 "System.Diagnostics.Process" : " 4.1.0-*" ,
You can’t perform that action at this time.
0 commit comments