Skip to content

Commit c88d9c3

Browse files
committed
Update CLAUDE.md for .NET 10 and dependency versions
1 parent 7d5b064 commit c88d9c3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

CLAUDE.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
This is a .NET 9 Razor SDK library that provides common infrastructure components for Pro Reception distributed applications. The library is packaged and distributed as a NuGet package (`ProReception.DistributionServerInfrastructure`).
7+
This is a .NET 10 Razor SDK library that provides common infrastructure components for Pro Reception distributed applications. The library is packaged and distributed as a NuGet package (`ProReception.DistributionServerInfrastructure`).
88

99
## Build and Development Commands
1010

@@ -77,16 +77,12 @@ Optional proxy configuration:
7777

7878
### Dependencies
7979
Key external dependencies:
80-
- MudBlazor 8.1.0 (UI components)
80+
- MudBlazor 8.14.0 (UI components)
8181
- Flurl.Http 4.0.2 (HTTP client)
8282
- Serilog.AspNetCore 9.0.0 (logging)
8383
- AuthenticatedEncryption 2.0.0 (settings encryption)
84-
- System.Reactive 6.0.1 (reactive extensions)
84+
- System.Reactive 6.1.0 (reactive extensions)
8585

8686
## Publishing
8787

88-
The library is automatically published to NuGet when `version.props` is updated on the main branch via GitHub Actions workflow.
89-
90-
## MudBlazor Hosting Issue
91-
92-
Due to a known issue with MudBlazor CSS/JS loading in Windows Services, the library uses Azure-hosted MudBlazor assets. When updating MudBlazor versions, the new CSS/JS files must be uploaded to the Pro Reception Azure storage account.
88+
The library is automatically published to NuGet when `version.props` is updated on the main branch via GitHub Actions workflow.

0 commit comments

Comments
 (0)