File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
TELBlazor.Components.ShowCase.E2ETests.WasmServerHost
TELBlazor.Components.ShowCase.E2ETests.WasmServerHost.Client
TELBlazor.Components.ShowCase.E2ETests.WasmServerHost
TELBlazor.Components.ShowCase.E2ETests
TELBlazor.Components.ShowCase.WasmStaticClient Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 321321 "Markdig" : " [0.41.3, )" ,
322322 "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
323323 "Serilog" : " [4.2.0, )" ,
324- "TELBlazor.Components" : " [1.2.5 -local, )"
324+ "TELBlazor.Components" : " [1.2.6 -local, )"
325325 }
326326 },
327327 "Markdig" : {
Original file line number Diff line number Diff line change 358358 "Markdig" : " [0.41.3, )" ,
359359 "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
360360 "Serilog" : " [4.2.0, )" ,
361- "TELBlazor.Components" : " [1.2.5 -local, )"
361+ "TELBlazor.Components" : " [1.2.6 -local, )"
362362 }
363363 },
364364 "Markdig" : {
Original file line number Diff line number Diff line change 16111611 "Markdig" : " [0.41.3, )" ,
16121612 "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
16131613 "Serilog" : " [4.2.0, )" ,
1614- "TELBlazor.Components" : " [1.2.5 -local, )"
1614+ "TELBlazor.Components" : " [1.2.6 -local, )"
16151615 }
16161616 },
16171617 "Blazored.LocalStorage" : {
Original file line number Diff line number Diff line change 464464 "Markdig" : " [0.41.3, )" ,
465465 "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
466466 "Serilog" : " [4.2.0, )" ,
467- "TELBlazor.Components" : " [1.2.5 -local, )"
467+ "TELBlazor.Components" : " [1.2.6 -local, )"
468468 }
469469 },
470470 "Markdig" : {
Original file line number Diff line number Diff line change 6464 <!-- <Delete Files="TELBlazorPackageVersion/VersionInfo.TELBlazor.cs" />
6565 <Delete Files="TELBlazorPackageVersion/VersionInfo.cs" />-->
6666
67- <Target Name =" PreBuildCleanup" BeforeTargets =" GenerateTELBlazorPackageVersion" >
67+ <Target Name =" PreBuildCleanup" BeforeTargets =" GenerateTELBlazorPackageVersion;RunGulp " >
6868 <Delete Files =" TELBlazorPackageVersion/VersionInfo.TELBlazor.cs" />
6969 </Target >
70- <Target Name =" GenerateTELBlazorPackageVersion" DependsOnTargets =" PreBuildCleanup" BeforeTargets =" RunGulp" >
70+ <Target Name =" GenerateTELBlazorPackageVersion" DependsOnTargets =" PreBuildCleanup" BeforeTargets =" RunGulp;CoreCompile " >
7171 <WriteLinesToFile
7272 File=" TELBlazorPackageVersion\VersionInfo.TELBlazor.cs"
7373 Lines=" // This file is auto-generated. Do not edit manually.
@@ -81,8 +81,8 @@ namespace TELBlazor.Components.TELBlazorPackageVersion
8181 Overwrite=" true"
8282 Encoding=" UTF-8" />
8383 </Target >
84-
85- <Target Name =" RunGulp" DependsOnTargets =" GenerateTELBlazorPackageVersion" BeforeTargets =" PrepareForBuild " >
84+ <!-- qqqq was this beforetargets corecompile -->
85+ <Target Name =" RunGulp" DependsOnTargets =" GenerateTELBlazorPackageVersion" BeforeTargets =" CoreCompile " >
8686 <Exec WorkingDirectory =" $(MSBuildProjectDirectory)/.."
8787 Command =" npx gulp --cwd " $(MSBuildProjectDirectory)" --gulpfile " $(MSBuildProjectDirectory)/gulpfile.js" " />
8888 </Target >
You can’t perform that action at this time.
0 commit comments