Skip to content

Commit 95b6912

Browse files
committed
fix(hardcode shared version): gogo
1 parent cbe071b commit 95b6912

File tree

5 files changed

+18
-202
lines changed

5 files changed

+18
-202
lines changed

.github/workflows/dev.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,21 +331,30 @@ jobs:
331331
#qqqqq
332332
# fails because clieant as id expect if release
333333
# also fails becuase running at the solution level it does not respect the condition on not using the project reference
334+
334335
# - name: Build Solution
335336
# run: |
336337
# echo "Building the solution..."
337-
# dotnet build GitPageBlazorWASM.sln -c Debug \
338+
# dotnet build GitPageBlazorWASM.sln -c Release \
338339
# /p:BCLVersion=$BCL_VERSION \
339340
# /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
340341
# /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
341-
342-
- name: Build Shared Pages
342+
343+
- name: Build Solution
343344
run: |
344-
dotnet build SharedPages -c Release \
345+
echo "Building the solution..."
346+
dotnet build GitPageBlazorWASM.sln -c Release \
345347
/p:BCLVersion=$BCL_VERSION \
346348
/p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
347349
/p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
348350
351+
# - name: Build Shared Pages
352+
# run: |
353+
# dotnet build SharedPages -c Release \
354+
# /p:BCLVersion=$BCL_VERSION \
355+
# /p:NupkgOutputPath=$NUPKG_OUTPUT_PATH \
356+
# /p:UseBCLProjectReference=$USE_BCL_PROJECT_REFERENCE
357+
349358
- name: Debug Package References
350359
run: |
351360
echo "Debugging package references..."

SharedPages/SharedPages.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<ItemGroup>
1919
<SupportedPlatform Include="browser" />
2020
</ItemGroup>
21-
2221
<ItemGroup>
2322
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
2423
<!--not for production ideally we test against package version but for expedience can overide nuget package with project reference-->
2524
<!-- Fixed version when UseHighestBCLVersionAvailable is false -->
26-
<PackageReference Include="TELBlazorComponentLibrary.GitPageBlazorWasm"/>
25+
<!--qqqq come back remove version should be centralised-->
26+
<PackageReference Include="TELBlazorComponentLibrary.GitPageBlazorWasm" Version="8.4.0-feat-version-work-on-branch-maybe.18-250410-1341"/>
2727

2828
<!-- Use the latest available version when UseHighestBCLVersionAvailable is true -->
2929
<!--having floating just isnt possible-->

SharedPages/packages.lock.json

Lines changed: 1 addition & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -1,199 +1,6 @@
11
{
22
"version": 2,
33
"dependencies": {
4-
"net8.0": {
5-
"Microsoft.AspNetCore.Components.Web": {
6-
"type": "Direct",
7-
"requested": "[8.0.14, )",
8-
"resolved": "8.0.14",
9-
"contentHash": "h/XSCAHmBywDF6San0FGPyXxK6PZh1g/xz4Ln9yeJNgSmKq5F1ehgVStDkJr4d6pWGr2RRkNxgGYMLRnULMnKw==",
10-
"dependencies": {
11-
"Microsoft.AspNetCore.Components": "8.0.14",
12-
"Microsoft.AspNetCore.Components.Forms": "8.0.14",
13-
"Microsoft.Extensions.DependencyInjection": "8.0.1",
14-
"Microsoft.Extensions.Primitives": "8.0.0",
15-
"Microsoft.JSInterop": "8.0.14",
16-
"System.IO.Pipelines": "8.0.0"
17-
}
18-
},
19-
"TELBlazorComponentLibrary.GitPageBlazorWasm": {
20-
"type": "Direct",
21-
"requested": "[3.0.9, )",
22-
"resolved": "3.0.9",
23-
"contentHash": "FlpUksZgp9vm+q/Ifu/IDA4TT8rJmGuMQZDem1O3vFOac9nb9w/w8qYZdOJ0Uy4lURg8NkH3xFO1wutunqMZwQ==",
24-
"dependencies": {
25-
"Microsoft.AspNetCore.Components.Web": "8.0.14",
26-
"Microsoft.Extensions.Http": "8.0.0"
27-
}
28-
},
29-
"Microsoft.AspNetCore.Authorization": {
30-
"type": "Transitive",
31-
"resolved": "8.0.14",
32-
"contentHash": "lcKWEvzaJz+ahDj5J0zz05NGyv4vqEa2vLalBuBf69vL0qrWqqB/rwI4/zdyloun+fLTq1bCnsAwiplbFgQtAA==",
33-
"dependencies": {
34-
"Microsoft.AspNetCore.Metadata": "8.0.14",
35-
"Microsoft.Extensions.Logging.Abstractions": "8.0.3",
36-
"Microsoft.Extensions.Options": "8.0.2"
37-
}
38-
},
39-
"Microsoft.AspNetCore.Components": {
40-
"type": "Transitive",
41-
"resolved": "8.0.14",
42-
"contentHash": "b/6dwE/ESturk5VHHzq/GP15qkcxb196T+qxFs4wzUkeZtCx2OuK+1rPIHSgsOjthnHNOAhCY7/9n5uLqyenKA==",
43-
"dependencies": {
44-
"Microsoft.AspNetCore.Authorization": "8.0.14",
45-
"Microsoft.AspNetCore.Components.Analyzers": "8.0.14"
46-
}
47-
},
48-
"Microsoft.AspNetCore.Components.Analyzers": {
49-
"type": "Transitive",
50-
"resolved": "8.0.14",
51-
"contentHash": "pHPb1bqV2ECTfOw2QcGQzO1/fdpo8mwekY8Jbycm2UZ6yvqLtZRRPd+RVzL74oXR/HTakvqSh2Un1W1rIFTnoQ=="
52-
},
53-
"Microsoft.AspNetCore.Components.Forms": {
54-
"type": "Transitive",
55-
"resolved": "8.0.14",
56-
"contentHash": "U83TX0obbdIh1DeIGCix62RILHRa4HC7h0fgEYrV9Gl8tz0wzv6AoYkU4PvnxXAqpYA2wPTMgNOuqt1X2XxCoQ==",
57-
"dependencies": {
58-
"Microsoft.AspNetCore.Components": "8.0.14"
59-
}
60-
},
61-
"Microsoft.AspNetCore.Metadata": {
62-
"type": "Transitive",
63-
"resolved": "8.0.14",
64-
"contentHash": "4dkb/7GoyaFtEggCEHStc/t05nKgnEr1QUJIP8QaDvxdZTXk9SebVeMMPBSR4zbj6dK2tUwBAOdHLA215lmOWg=="
65-
},
66-
"Microsoft.Extensions.Configuration": {
67-
"type": "Transitive",
68-
"resolved": "8.0.0",
69-
"contentHash": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
70-
"dependencies": {
71-
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
72-
"Microsoft.Extensions.Primitives": "8.0.0"
73-
}
74-
},
75-
"Microsoft.Extensions.Configuration.Abstractions": {
76-
"type": "Transitive",
77-
"resolved": "8.0.0",
78-
"contentHash": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
79-
"dependencies": {
80-
"Microsoft.Extensions.Primitives": "8.0.0"
81-
}
82-
},
83-
"Microsoft.Extensions.Configuration.Binder": {
84-
"type": "Transitive",
85-
"resolved": "8.0.0",
86-
"contentHash": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
87-
"dependencies": {
88-
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
89-
}
90-
},
91-
"Microsoft.Extensions.DependencyInjection": {
92-
"type": "Transitive",
93-
"resolved": "8.0.1",
94-
"contentHash": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==",
95-
"dependencies": {
96-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
97-
}
98-
},
99-
"Microsoft.Extensions.DependencyInjection.Abstractions": {
100-
"type": "Transitive",
101-
"resolved": "8.0.2",
102-
"contentHash": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg=="
103-
},
104-
"Microsoft.Extensions.Diagnostics": {
105-
"type": "Transitive",
106-
"resolved": "8.0.0",
107-
"contentHash": "3PZp/YSkIXrF7QK7PfC1bkyRYwqOHpWFad8Qx+4wkuumAeXo1NHaxpS9LboNA9OvNSAu+QOVlXbMyoY+pHSqcw==",
108-
"dependencies": {
109-
"Microsoft.Extensions.Configuration": "8.0.0",
110-
"Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
111-
"Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0"
112-
}
113-
},
114-
"Microsoft.Extensions.Diagnostics.Abstractions": {
115-
"type": "Transitive",
116-
"resolved": "8.0.0",
117-
"contentHash": "JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==",
118-
"dependencies": {
119-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
120-
"Microsoft.Extensions.Options": "8.0.0",
121-
"System.Diagnostics.DiagnosticSource": "8.0.0"
122-
}
123-
},
124-
"Microsoft.Extensions.Logging": {
125-
"type": "Transitive",
126-
"resolved": "8.0.0",
127-
"contentHash": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
128-
"dependencies": {
129-
"Microsoft.Extensions.DependencyInjection": "8.0.0",
130-
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
131-
"Microsoft.Extensions.Options": "8.0.0"
132-
}
133-
},
134-
"Microsoft.Extensions.Logging.Abstractions": {
135-
"type": "Transitive",
136-
"resolved": "8.0.3",
137-
"contentHash": "dL0QGToTxggRLMYY4ZYX5AMwBb+byQBd/5dMiZE07Nv73o6I5Are3C7eQTh7K2+A4ct0PVISSr7TZANbiNb2yQ==",
138-
"dependencies": {
139-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
140-
}
141-
},
142-
"Microsoft.Extensions.Options": {
143-
"type": "Transitive",
144-
"resolved": "8.0.2",
145-
"contentHash": "dWGKvhFybsaZpGmzkGCbNNwBD1rVlWzrZKANLW/CcbFJpCEceMCGzT7zZwHOGBCbwM0SzBuceMj5HN1LKV1QqA==",
146-
"dependencies": {
147-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
148-
"Microsoft.Extensions.Primitives": "8.0.0"
149-
}
150-
},
151-
"Microsoft.Extensions.Options.ConfigurationExtensions": {
152-
"type": "Transitive",
153-
"resolved": "8.0.0",
154-
"contentHash": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==",
155-
"dependencies": {
156-
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
157-
"Microsoft.Extensions.Configuration.Binder": "8.0.0",
158-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
159-
"Microsoft.Extensions.Options": "8.0.0",
160-
"Microsoft.Extensions.Primitives": "8.0.0"
161-
}
162-
},
163-
"Microsoft.Extensions.Primitives": {
164-
"type": "Transitive",
165-
"resolved": "8.0.0",
166-
"contentHash": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g=="
167-
},
168-
"Microsoft.JSInterop": {
169-
"type": "Transitive",
170-
"resolved": "8.0.14",
171-
"contentHash": "eg5HYSshwlO1oOzOg4WdT2ZSPKOu3hv556zPkfNpKEi5qoLuQt49mE1tegsL4H7ENl1dL0vBLRv4+YAuLKt/nA=="
172-
},
173-
"System.Diagnostics.DiagnosticSource": {
174-
"type": "Transitive",
175-
"resolved": "8.0.0",
176-
"contentHash": "c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ=="
177-
},
178-
"System.IO.Pipelines": {
179-
"type": "Transitive",
180-
"resolved": "8.0.0",
181-
"contentHash": "FHNOatmUq0sqJOkTx+UF/9YK1f180cnW5FVqnQMvYUN0elp6wFzbtPSiqbo1/ru8ICp43JM1i7kKkk6GsNGHlA=="
182-
},
183-
"Microsoft.Extensions.Http": {
184-
"type": "CentralTransitive",
185-
"requested": "[8.0.0, )",
186-
"resolved": "8.0.0",
187-
"contentHash": "cWz4caHwvx0emoYe7NkHPxII/KkTI8R/LC9qdqJqnKv2poTJ4e2qqPGQqvRoQ5kaSA4FU5IV3qFAuLuOhoqULQ==",
188-
"dependencies": {
189-
"Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
190-
"Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
191-
"Microsoft.Extensions.Diagnostics": "8.0.0",
192-
"Microsoft.Extensions.Logging": "8.0.0",
193-
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
194-
"Microsoft.Extensions.Options": "8.0.0"
195-
}
196-
}
197-
}
4+
"net8.0": {}
1985
}
1996
}

TestHostPrerenderWASM/TestHostPrerenderWASM.Client/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
"type": "Project",
246246
"dependencies": {
247247
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
248-
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[3.0.9, )"
248+
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[8.4.0-feat-version-work-on-branch-maybe.18-250410-1341, )"
249249
}
250250
},
251251
"Microsoft.AspNetCore.Components.Web": {

TestHostPrerenderWASM/TestHostPrerenderWASM/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"type": "Project",
221221
"dependencies": {
222222
"Microsoft.AspNetCore.Components.Web": "[8.0.14, )",
223-
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[3.0.9, )"
223+
"TELBlazorComponentLibrary.GitPageBlazorWasm": "[8.4.0-feat-version-work-on-branch-maybe.18-250410-1341, )"
224224
}
225225
},
226226
"testhostprerenderwasm.client": {

0 commit comments

Comments
 (0)