File tree Expand file tree Collapse file tree 6 files changed +18
-17
lines changed
Mythetech.Components.Desktop
Mythetech.Components.Storybook
Mythetech.Components.Test
Mythetech.Components.WebAssembly Expand file tree Collapse file tree 6 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 11# Simple workflow for deploying static content to GitHub Pages
22name : Deploy Component Storybook
33env :
4- PUBLISH_DIR : Mythetech.Components.Storybook/bin/Release/net9 .0/publish/wwwroot
4+ PUBLISH_DIR : Mythetech.Components.Storybook/bin/Release/net10 .0/publish/wwwroot
55
66on :
77 # Runs on pushes targeting the default branch and PRs
88 push :
99 paths :
1010 - Mythetech.Components.*/**
11- - ' .github/workflows/storybook.yml'
11+ - " .github/workflows/storybook.yml"
1212 branches :
1313 - main
1414 pull_request :
4040 - name : Get latest .NET SDK
4141 uses : actions/setup-dotnet@v4
4242 with :
43- dotnet-version : ' 9.0 '
43+ dotnet-version : " 10.0 "
4444
4545 - name : Install .Net WASM workload
4646 run : dotnet workload install wasm-tools
7070 - name : Get latest .NET SDK
7171 uses : actions/setup-dotnet@v4
7272 with :
73- dotnet-version : ' 9.0 '
73+ dotnet-version : " 10.0 "
7474
7575 - name : Install .Net WASM workload
7676 run : dotnet workload install wasm-tools
8989 with :
9090 html_path : ${{ env.PUBLISH_DIR }}/iframe.html
9191 base_href : /Mythetech.Components/
92-
92+
9393 - name : Setup Pages
9494 uses : actions/configure-pages@v5
9595
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <PackageId >Mythetech.Components.Desktop</PackageId >
8- <Version >0.0.7 </Version >
8+ <Version >0.0.8 </Version >
99 <Authors >Mythetech</Authors >
1010 <Description >Desktop-specific components for cross platform blazor applications</Description >
1111 <PackageTags >blazor;desktop;photino;components;ui</PackageTags >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <GenerateDocumentationFile >True</GenerateDocumentationFile >
8+ <AttachWeakETagToCompressedAssetsDuringDevelopment >true</AttachWeakETagToCompressedAssetsDuringDevelopment >
89 </PropertyGroup >
910
10-
1111 <ItemGroup >
1212 <PackageReference Include =" BlazingStory" Version =" 1.0.0-preview.47" />
13- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.4 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.4 " PrivateAssets =" all" />
13+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0 " PrivateAssets =" all" />
1515 <PackageReference Include =" MudBlazor.Markdown" Version =" 8.6.0" />
1616 </ItemGroup >
1717
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <PackageId >Mythetech.Components.WebAssembly</PackageId >
8- <Version >0.0.7 </Version >
8+ <Version >0.0.8 </Version >
99 <Authors >Mythetech</Authors >
1010 <Description >WebAssembly-specific components for building blazor applications</Description >
1111 <PackageTags >blazor;wasm;components;ui</PackageTags >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <Company >Mythetech</Company >
88 <GenerateDocumentationFile >True</GenerateDocumentationFile >
99 <PackageId >Mythetech.Components</PackageId >
10- <Version >0.0.7 </Version >
10+ <Version >0.0.8 </Version >
1111 <Authors >Mythetech</Authors >
1212 <Description >Base component library for Mythetech applications</Description >
1313 <PackageTags >blazor;components;ui</PackageTags >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1515 <RepositoryUrl >https://github.com/mythetech/Mythetech.Components</RepositoryUrl >
1616 <StaticWebAssetsEnabled >true</StaticWebAssetsEnabled >
17+ <AttachWeakETagToCompressedAssetsDuringDevelopment >true</AttachWeakETagToCompressedAssetsDuringDevelopment >
1718 </PropertyGroup >
1819
1920 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
3132 <ItemGroup >
3233 <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 9.0.4" />
3334 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.4" />
34- <PackageReference Include =" MudBlazor" Version =" 8.5.1 " />
35+ <PackageReference Include =" MudBlazor" Version =" 8.14.0 " />
3536 </ItemGroup >
3637
3738</Project >
You can’t perform that action at this time.
0 commit comments