Fluent components test page
- @@ -118,6 +168,22 @@
diff --git a/.github/workflows/ci-daily.yml b/.github/workflows/ci-daily.yml index fc1f372af6..c45af75924 100644 --- a/.github/workflows/ci-daily.yml +++ b/.github/workflows/ci-daily.yml @@ -16,7 +16,8 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x + include-prerelease: true - name: Restore dependencies run: dotnet restore - name: Build diff --git a/README.md b/README.md index c01867b0f2..2649a00041 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The `Microsoft.Fast.Components.FluentUI` package provides a lightweight set of [Blazor](https://blazor.net) component wrappers around Microsoft's official FluentUI Web Components. The FluentUI Web Components are built on [FAST](https://www.fast.design/) and work in every major browser. To get up and running with `Microsoft.Fast.Components.FluentUI` see the Getting Started section below. -The source for `@fluentui/web-components` is hosted in [the Fluent UI monorepo](https://github.com/microsoft/fluentui/tree/master/packages/web-components). +The source for `@fluentui/web-components` is hosted in [the Fluent UI monorepo](https://github.com/microsoft/fluentui/tree/master/packages/web-components). An implementation of all the current Fluent Web Components can be found at https://aka.ms/fluentwebcomponents. ## Getting Started diff --git a/examples/FluentUIServerSample/Components/FluentDataGridTest.razor b/examples/FluentUIServerSample/Components/FluentDataGridTest.razor index d1ed6e8671..6a65caa303 100644 --- a/examples/FluentUIServerSample/Components/FluentDataGridTest.razor +++ b/examples/FluentUIServerSample/Components/FluentDataGridTest.razor @@ -36,13 +36,13 @@