Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2f66dab
feat(templates): improve bit Boilerplate AppChatbot follow-up suggest…
ysmoradi Dec 3, 2025
c44577e
feat(pipelines): use unique bundle names in CD pipelines #11798 (#11799)
ysmoradi Dec 3, 2025
ec8d08c
feat(tooling): Improve bit resx translator #11801 (#11802)
ysmoradi Dec 4, 2025
f65a045
feat(blazorui): add Params infrastructure to BlazorUI #11794 (#11803)
msynk Dec 5, 2025
8ac3f2c
feat(blazorui): add Params implementation for BitCard #11806 (#11808)
msynk Dec 5, 2025
cbedac6
feat(blazorui): set ASP.NET autoRefreshOption setting in vs settings …
msynk Dec 5, 2025
7c096ef
feat(blazorui): add Params implementation for BitText #11810 (#11811)
msynk Dec 5, 2025
7af3a47
feat(infra): run bit Boilerplate UI tests with additional configurati…
ysmoradi Dec 5, 2025
a42dc10
feat(infra): update repo ReadMe demo links #11819 (#11820)
ysmoradi Dec 5, 2025
aa3a465
fix(blazorui): correct typos of hero section of home page #11815 (#11…
msynk Dec 6, 2025
36e97fd
feat(blazorui): further improve Overview page #11816 (#11817)
msynk Dec 6, 2025
c4298a6
feat(blazorui): add Params implementation for BitTag #11823 (#11825)
msynk Dec 6, 2025
d9328f6
feat(templates): add keycloak integration to bit Boilerplate #11821 (…
ysmoradi Dec 6, 2025
8185728
feat(blazorui): improve GettingStarted page #11824 (#11826)
msynk Dec 7, 2025
300d3cd
feat(blazorui): add new UI layout to Overview page #11829 (#11830)
msynk Dec 7, 2025
94c62fa
feat(blazorui): add missing Params infrastructure for BitComponentBas…
msynk Dec 7, 2025
17249bc
feat(blazorui): improve Iconography page #11832 (#11834)
msynk Dec 7, 2025
fa5cdca
feat(blazorui): add Language parameter to CodeBox component of Blazor…
msynk Dec 7, 2025
a168763
feat(blazorui): improve Theming page of BlazorUI demo #11833 (#11839)
msynk Dec 7, 2025
4547377
feat(blazorui): improve FeedbackSection demo component #11841 (#11842)
msynk Dec 8, 2025
f966416
feat(blazorui): update description of BitComponentBase members in dem…
msynk Dec 8, 2025
0f2a006
feat(blazorui): add missing language parameter to CodeBoxes on Gettin…
msynk Dec 8, 2025
2c4972a
feat(blazorui): apply further improvements to BitActionButton #11845 …
msynk Dec 8, 2025
f458bc4
feat(blazorui): add missing tests of BitCascadingValueProvider #11850…
msynk Dec 9, 2025
c464005
feat(blazorui): add missing tests of BitParams #11852 (#11853)
msynk Dec 9, 2025
315554a
feat(blazorui): add demo page of BitCascadingValueProvider #11854 (#1…
msynk Dec 9, 2025
1ab1c49
feat(templates): Retrieves keycloak claims dynamically #11837 (#11838)
ysmoradi Dec 9, 2025
bb27878
feat(deps): update project dependencies #11857 (#11858)
ysmoradi Dec 9, 2025
87a9cec
feat(deps): update to dotnet 10.0.1 #11859 (#11860)
ysmoradi Dec 10, 2025
d7628a5
feat(templates): improve bit Boilerplate docs #11864 (#11865)
ysmoradi Dec 10, 2025
88d9858
feat(blazorui): add BitParams component demo page #11856 (#11861)
msynk Dec 11, 2025
eecda56
feat(blazorui): correct default selected item behavior in BitMenuButt…
msynk Dec 11, 2025
2282e59
feat(blazorui): add missing disable hot-reload settings to BlazorUI V…
msynk Dec 11, 2025
98d867b
feat(prerelease): v-10.2.1-pre-01 #11862 (#11869)
msynk Dec 11, 2025
2a328fb
feat(bswup): prevent caching failed responses in passive mode fetches…
msynk Dec 11, 2025
1c3fd30
feat(templates): improve bit Boilerplate copilot instructions #11875 …
ysmoradi Dec 12, 2025
68900cb
feat(template): apply required updates to BlazorEmpty project templat…
msynk Dec 13, 2025
660a0f5
feat(bswup): add cleanup command #11870 (#11872)
msynk Dec 13, 2025
bd21b5c
feat(blazorui): update BitCss implementations #11878 (#11880)
msynk Dec 13, 2025
77d36e6
feat(blazorui): modernize Overview page of BlazorUI demo website #118…
msynk Dec 16, 2025
aad3a02
feat(templates): read WasmApplicationEnvironmentName from Environment…
ysmoradi Dec 17, 2025
0b34ff5
feat(templates): improve bit Boilerplate copilot instructions #11881 …
ysmoradi Dec 17, 2025
830199a
feat(deps): update projects dependencies #11892 (#11893)
ysmoradi Dec 17, 2025
c59e931
feat(prerelease): v-10.2.1-pre-02 #11894 (#11895)
msynk Dec 17, 2025
8282c44
feat(infra): apply recent Bit.BlazorUI's BitCss enhancements across p…
ysmoradi Dec 18, 2025
607a7c1
feat(prerelease): v-10.2.1-pre-03 #11898 (#11899)
msynk Dec 18, 2025
a5561ab
feat(release): v-10.2.1 #11902 (#11904)
msynk Dec 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"ghcr.io/devcontainers/features/node:1": { "version": "24" }
},
"image": "mcr.microsoft.com/dotnet/nightly/sdk:10.0.100",
"image": "mcr.microsoft.com/dotnet/nightly/sdk:10.0.101",
"postStartCommand": "dotnet workload install wasm-tools && dotnet dev-certs https --trust",
"waitFor": "onCreateCommand",
"customizations": {
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- name: Upload server web artifact
uses: actions/upload-artifact@v5
with:
name: server-web-bundle
name: AdminPanelWeb
path: server-web
include-hidden-files: true # Required for wwwroot/.well-known folder

- name: Upload server api artifact
uses: actions/upload-artifact@v5
with:
name: server-api-bundle
name: AdminPanelApi
path: server-api
include-hidden-files: true # Required for wwwroot/.well-known folder

Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: win-exe-bundle
name: WinAdminPanel
path: AdminPanel\src\Client\AdminPanel.Client.Windows\Releases

build_blazor_hybrid_android:
Expand Down
17 changes: 15 additions & 2 deletions .github/workflows/bit.full.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
- name: Create project from template with PostgreSQL
run: dotnet new bit-bp --name TestPostgreSQL --database PostgreSQL --module Sales --signalR --aspire

- name: Create appsettings.json for Client.Web
run: |
echo '{"ServerAddress":"/"}' > TestPostgreSQL/src/Client/TestPostgreSQL.Client.Web/wwwroot/appsettings.json

- name: Build and setup database
run: |
cd TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/
Expand All @@ -85,7 +89,10 @@ jobs:
cd TestPostgreSQL/src/Tests
dotnet build
pwsh bin/Debug/net10.0/playwright.ps1 install --with-deps
dotnet test
dotnet test --no-build
WebAppRender__BlazorMode=BlazorWebAssembly dotnet test --filter "TestCategory=UITest" --no-build
WebAppRender__BlazorMode=BlazorWebAssembly WebAppRender__PrerenderEnabled=true ResponseCaching__EnableOutputCaching=true BROWSER=firefox dotnet test --filter "TestCategory=UITest" --no-build
WebAppRender__BlazorMode=BlazorWebAssembly WebAppRender__PrerenderEnabled=true ResponseCaching__EnableOutputCaching=true dotnet test -p:InvariantGlobalization=true --filter "TestCategory=UITest"

- name: Upload Test Results on Failure
uses: actions/upload-artifact@v5
Expand Down Expand Up @@ -130,6 +137,10 @@ jobs:
- name: Create project from template with SQL Server
run: dotnet new bit-bp --name TestSqlServer --database SqlServer --module Admin --signalR --aspire false

- name: Create appsettings.json for Client.Web
run: |
echo '{"ServerAddress":"/"}' > TestSqlServer/src/Client/TestSqlServer.Client.Web/wwwroot/appsettings.json

- name: Build and setup database
run: |
cd TestSqlServer/src/Server/TestSqlServer.Server.Api/
Expand All @@ -150,7 +161,9 @@ jobs:
cd TestSqlServer/src/Tests
dotnet build
pwsh bin/Debug/net10.0/playwright.ps1 install --with-deps
dotnet test
dotnet test --no-build
WebAppRender__BlazorMode=BlazorWebAssembly dotnet test --filter "TestCategory=UITest" --no-build
WebAppRender__BlazorMode=BlazorWebAssembly WebAppRender__PrerenderEnabled=true ResponseCaching__EnableOutputCaching=true BROWSER=firefox dotnet test --filter "TestCategory=UITest" --no-build

- name: Upload Test Results on Failure
uses: actions/upload-artifact@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/blazorui.demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload server artifact
uses: actions/upload-artifact@v5
with:
name: server-bundle
name: BlazorUIDemo
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: win-exe-bundle
name: WinBlazorUIDemo
path: src\BlazorUI\Demo\Client\Bit.BlazorUI.Demo.Client.Windows\Releases

build_blazor_hybrid_android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload server artifact
uses: actions/upload-artifact@v5
with:
name: server-bundle
name: PlatformWebsite
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder
4 changes: 2 additions & 2 deletions .github/workflows/sales-module-demo.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Upload server artifact
uses: actions/upload-artifact@v5
with:
name: server-bundle
name: SalesModule
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder

Expand Down Expand Up @@ -137,5 +137,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: win-exe-bundle
name: WinSalesModule
path: SalesModule\src\Client\SalesModule.Client.Windows\Releases
2 changes: 1 addition & 1 deletion .github/workflows/sales.website.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: Upload server artifact
uses: actions/upload-artifact@v5
with:
name: server-bundle
name: BitServices
path: server
include-hidden-files: true # Required for wwwroot/.well-known folder
8 changes: 4 additions & 4 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Upload server api artifact
uses: actions/upload-artifact@v5
with:
name: server-api-bundle
name: TodoApi
path: server-api
include-hidden-files: true # Required for wwwroot/.well-known folder

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Upload server web artifact
uses: actions/upload-artifact@v5
with:
name: server-web-bundle
name: Todo
path: server-web
include-hidden-files: true # Required for wwwroot/.well-known folder

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
cd src/Templates/Boilerplate && dotnet build -c Release
dotnet pack -c Release -o . -p:ReleaseVersion=0.0.0 -p:PackageVersion=0.0.0
dotnet new install Bit.Boilerplate.0.0.0.nupkg
cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --ads
cd ../../../ && dotnet new bit-bp --name TodoSample --database PostgreSQL --sample --appInsights --apiServerUrl ${{ env.SERVER_API_ADDRESS }} --webAppUrl ${{ env.SERVER_WEB_ADDRESS }} --filesStorage AzureBlobStorage --notification --captcha reCaptcha --offlineDb --signalR --ads

- name: Update core appsettings.json
uses: devops-actions/variable-substitution@v1.2
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: win-exe-bundle
name: WinTodo
path: TodoSample\src\Client\TodoSample.Client.Windows\Releases

build_blazor_hybrid_android:
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ The following apps are our open-source projects powered by the bit platform show
| AdminPanel | [![Prerendered PWA](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381583-8b8eb895-80c9-4811-9641-57a5a08db163.png)](https://adminpanel.bitplatform.dev) | [![iOS app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381842-e72976ce-fd20-431d-a677-ca1ed625b83b.png)](https://apps.apple.com/us/app/bit-adminpanel/id6450611349) | [![Android app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381958-24931682-87f6-44fc-a1c7-eecf46387005.png)](https://play.google.com/store/apps/details?id=com.bitplatform.AdminPanel.Template) | [![Windows app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251382080-9ae97fea-934c-4097-aca4-124a2aed1595.png)](https://windows-admin.bitplatform.dev/AdminPanel.Client.Windows-win-Setup.exe) | [![macOS app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251382211-0d58f9ba-1a1f-4481-a0ca-b23a393cca9f.png)](https://apps.apple.com/nl/app/bit-adminpanel/id6450611349) |
| Todo | [![Prerendered PWA](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381583-8b8eb895-80c9-4811-9641-57a5a08db163.png)](https://todo.bitplatform.dev) | [![iOS app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381842-e72976ce-fd20-431d-a677-ca1ed625b83b.png)](https://apps.apple.com/us/app/bit-todotemplate/id6450611072) | [![Android app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251381958-24931682-87f6-44fc-a1c7-eecf46387005.png)](https://play.google.com/store/apps/details?id=com.bitplatform.Todo.Template) | [![Windows app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251382080-9ae97fea-934c-4097-aca4-124a2aed1595.png)](https://windows-todo.bitplatform.dev/TodoSample.Client.Windows-win-Setup.exe) | [![macOS app](https://github-production-user-asset-6210df.s3.amazonaws.com/6169846/251382211-0d58f9ba-1a1f-4481-a0ca-b23a393cca9f.png)](https://apps.apple.com/nl/app/bit-todotemplate/id6450611072)

1. [bitplatform.dev](https://bitplatform.dev): .NET 9 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
2. [sales.bitplatform.dev](https://sales.bitplatform.dev): .NET 9 Sales Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
3. [blazorui.bitplatform.dev](https://blazorui.bitplatform.dev): .NET 9 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
4. [adminpanel.bitplatform.dev](https://adminpanel.bitplatform.dev): .NET 9 PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
5. [todo.bitplatform.dev](https://todo.bitplatform.dev): .NET 8 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
6. [adminpanel.bitplatform.cc](https://adminpanel.bitplatform.cc): .NET 9 PWA with Blazor WebAssembly Standalone (Azure static web app)
7. [todo-aot.bitplatform.cc](https://todo-aot.bitplatform.cc): .NET 9 AOT Compiled PWA with Blazor WebAssembly Standalone (Azure static web app)
8. [todo-small.bitplatform.cc](https://todo-small.bitplatform.cc): .NET 9 Todo demo app with smaller download footprint (Azure static web app)
9. [todo-offline.bitplatform.cc](https://todo-offline.bitplatform.cc): .NET 9 Todo demo app with ef-core & sqlite (Azure static web app)
1. [bitplatform.dev](https://bitplatform.dev): .NET 10 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
2. [sales.bitplatform.dev](https://sales.bitplatform.dev): .NET 10 Sales Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
3. [blazorui.bitplatform.dev](https://blazorui.bitplatform.dev): .NET 10 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
4. [adminpanel.bitplatform.dev](https://adminpanel.bitplatform.dev): .NET 10 PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
5. [todo.bitplatform.dev](https://todo.bitplatform.dev): .NET 10 Pre-rendered PWA with Blazor WebAssembly (Azure Web App + Cloudflare CDN)
6. [todo-offline.bitplatform.cc](https://todo-offline.bitplatform.cc): .NET 10 Todo demo app with ef-core, sqlite & sync (Azure static web app)
7. [todo-aot.bitplatform.cc](https://todo-aot.bitplatform.cc): .NET 10 AOT Compiled PWA with Blazor WebAssembly Standalone (Azure static web app)
8. [todo-small.bitplatform.cc](https://todo-small.bitplatform.cc): .NET 10 Todo demo app with smaller download footprint (Azure static web app)
9. [adminpanel.bitplatform.cc](https://adminpanel.bitplatform.cc): .NET 10 PWA with Blazor WebAssembly Standalone (Azure static web app)

[Todo](https://todo.bitplatform.dev) & [Adminpanel](https://adminpanel.bitplatform.dev) web apps will launch their respective Android and iOS applications if you have already installed them, mirroring the behavior of apps like YouTube and Instagram.

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ building each one of them requires some specific steps that are explained below.

Building each of the bit platform projects needs the following basic requirements other than the specific requirements that are explained later:

- [.NET 10 SDK (10.0.100)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
- [.NET 10 SDK (10.0.101)](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
- [Node.js](https://nodejs.org)

<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/Besql/Bit.Besql/wwwroot/bit-besql.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var BitBesql = window.BitBesql || {};
BitBesql.version = window['bit-besql version'] = '10.2.0';
BitBesql.version = window['bit-besql version'] = '10.2.1';

BitBesql.persist = async function besqlPersist(fileName) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Besql/Demo/Bit.Besql.Demo/Bit.Besql.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<ProjectReference Include="..\Bit.Besql.Demo.Client\Bit.Besql.Demo.Client.csproj" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="10.0.1" />
</ItemGroup>

<ItemGroup>
Expand All @@ -17,11 +17,11 @@
and open Nuget Package Manager Console, and select `Bit.Besql.Demo.Client` project as default project
Then run either Add-Migration MigrationName -OutputDir Data\Migrations or
Optimize-DbContext -OutputDir Data\CompiledModel commands. -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Tasks" Version="10.0.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tasks" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0">
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/Bit.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageProjectUrl>https://github.com/bitfoundation/bitplatform</PackageProjectUrl>

<!-- Version -->
<ReleaseVersion>10.2.0</ReleaseVersion>
<ReleaseVersion>10.2.1</ReleaseVersion>
<PackageVersion>$(ReleaseVersion)</PackageVersion>
<PackageReleaseNotes>https://github.com/bitfoundation/bitplatform/releases/tag/v-$(ReleaseVersion)</PackageReleaseNotes>
<Version Condition=" '$(Configuration)' == 'Release' ">$([System.String]::Copy($(ReleaseVersion)).Replace('-pre-', '.'))</Version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<ItemGroup>
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.2.0/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.2.0/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))">
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.2.1/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.2.1/contentFiles/any/net9.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net9.0'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Link>wwwroot\_framework\%(Filename)%(Extension)</Link>
</Content>
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.2.0/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.2.0/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))">
<Content Remove="$(NuGetPackageRoot)/bit.blazores2019/10.2.1/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))" />
<Content Include="$(NuGetPackageRoot)/bit.blazores2019/10.2.1/contentFiles/any/net10.0/wwwroot/_framework/*.js" Condition="$(TargetFramework.Contains('net10.0'))">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<Link>wwwroot\_framework\%(Filename)%(Extension)</Link>
Expand Down
8 changes: 4 additions & 4 deletions src/BlazorUI/Bit.BlazorUI.Assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BlazorUI/Bit.BlazorUI.Assets/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devDependencies": {
"sass": "1.94.2"
"sass": "1.97.0"
}
}

This file was deleted.

Loading
Loading