File tree Expand file tree Collapse file tree 6 files changed +19
-29
lines changed
Package.BlazorComponentLibrary
TestHostPrerenderWASM.Client Expand file tree Collapse file tree 6 files changed +19
-29
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ jobs:
262262 dotnet build GitPageBlazorWASM.sln -c Release \
263263 /p:BCLVersion=$BCL_VERSION \
264264 /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
265- /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
265+ /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE \
266266
267267 # - name: List Created Package
268268 # run: ls -l $BCL_Local_Source
Original file line number Diff line number Diff line change 4343 </ItemGroup >
4444
4545 <Target Name =" WriteBclVersionToFile" BeforeTargets =" PrepareForBuild" >
46- <WriteLinesToFile File =" wwwroot/bclversion.txt" Lines =" $(BCLVersion)" Overwrite =" true" Encoding =" UTF-8" />
46+ <!-- < WriteLinesToFile File="wwwroot/bclversion.txt" Lines="$(BCLVersion)" Overwrite="true" Encoding="UTF-8" /> -- >
4747 <WriteLinesToFile File =" BCLVersion/VersionInfo.cs" Lines =" namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = " $(BCLVersion)" %3B; } }" Overwrite =" true" Encoding =" UTF-8" />
4848 </Target >
4949
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 <ItemGroup >
2020 <PackageReference Include =" Microsoft.AspNetCore.Components.Web" />
2121 <PackageReference Include =" TELBlazorComponentLibrary.GitPageBlazorWasm" />
22- <!-- not for production ideally we test against package version but for expedience can overide nuget package with project reference-->
23- <!-- Fixed version when UseHighestBCLVersionAvailable is false -->
24-
25- <!-- Use the latest available version when UseHighestBCLVersionAvailable is true -->
26- <!-- having floating just isnt possible-->
27- <!-- <PackageVersion Include="TELBlazorComponentLibrary.GitPageBlazorWasm" Version="1.0.2" Condition=" '$(UseHighestBCLVersionAvailable)' == 'true' "/>-->
2822 </ItemGroup >
2923 <ItemGroup >
3024 <Content Remove =" packages.lock.json" />
3125 </ItemGroup >
26+ <!-- qqqq try putting back in with a condition<ItemGroup>
27+ <ProjectReference Include="..\Package.BlazorComponentLibrary\Package.BlazorComponentLibrary.csproj" />
28+ </ItemGroup>-->
3229</Project >
Original file line number Diff line number Diff line change 248248 "TELBlazorComponentLibrary.GitPageBlazorWasm" : " [10.9.4, )"
249249 }
250250 },
251+ "TELBlazorComponentLibrary.GitPageBlazorWasm" : {
252+ "type" : " Project" ,
253+ "dependencies" : {
254+ "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
255+ "Microsoft.Extensions.Http" : " [8.0.0, )"
256+ }
257+ },
251258 "Microsoft.AspNetCore.Components.Web" : {
252259 "type" : " CentralTransitive" ,
253260 "requested" : " [8.0.14, )" ,
275282 "Microsoft.Extensions.Logging.Abstractions" : " 8.0.0" ,
276283 "Microsoft.Extensions.Options" : " 8.0.0"
277284 }
278- },
279- "TELBlazorComponentLibrary.GitPageBlazorWasm" : {
280- "type" : " CentralTransitive" ,
281- "requested" : " [10.9.4, )" ,
282- "resolved" : " 10.9.4" ,
283- "contentHash" : " 6RaXO8UiyYfHPn//WRe73cn0ZI2qXQKlEkBP99yHd2sMAZzKF1N8hMzRrlyz+60GjHslzjQnSQreCQhUnbs+UQ==" ,
284- "dependencies" : {
285- "Microsoft.AspNetCore.Components.Web" : " 8.0.14" ,
286- "Microsoft.Extensions.Http" : " 8.0.0"
287- }
288285 }
289286 },
290287 "net8.0/browser-wasm" : {}
Original file line number Diff line number Diff line change 223223 "TELBlazorComponentLibrary.GitPageBlazorWasm" : " [10.9.4, )"
224224 }
225225 },
226+ "TELBlazorComponentLibrary.GitPageBlazorWasm" : {
227+ "type" : " Project" ,
228+ "dependencies" : {
229+ "Microsoft.AspNetCore.Components.Web" : " [8.0.14, )" ,
230+ "Microsoft.Extensions.Http" : " [8.0.0, )"
231+ }
232+ },
226233 "testhostprerenderwasm.client" : {
227234 "type" : " Project" ,
228235 "dependencies" : {
277284 "Microsoft.Extensions.Logging.Abstractions" : " 8.0.0" ,
278285 "Microsoft.Extensions.Options" : " 8.0.0"
279286 }
280- },
281- "TELBlazorComponentLibrary.GitPageBlazorWasm" : {
282- "type" : " CentralTransitive" ,
283- "requested" : " [10.9.4, )" ,
284- "resolved" : " 10.9.4" ,
285- "contentHash" : " 6RaXO8UiyYfHPn//WRe73cn0ZI2qXQKlEkBP99yHd2sMAZzKF1N8hMzRrlyz+60GjHslzjQnSQreCQhUnbs+UQ==" ,
286- "dependencies" : {
287- "Microsoft.AspNetCore.Components.Web" : " 8.0.14" ,
288- "Microsoft.Extensions.Http" : " 8.0.0"
289- }
290287 }
291288 }
292289 }
You can’t perform that action at this time.
0 commit comments