diff --git a/Directory.Packages.props b/Directory.Packages.props index 6ac17f68e4..252cd25130 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -26,8 +26,8 @@ - - + + diff --git a/examples/Demo/Shared/FluentUI.Demo.Shared.csproj b/examples/Demo/Shared/FluentUI.Demo.Shared.csproj index 89bb8978d6..3320078ad0 100644 --- a/examples/Demo/Shared/FluentUI.Demo.Shared.csproj +++ b/examples/Demo/Shared/FluentUI.Demo.Shared.csproj @@ -29,8 +29,8 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/global.json b/global.json index aa94bef00e..1cccce57f8 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "7.0.403" + "version": "8.0.100-rc.2.23502.2" } } \ No newline at end of file diff --git a/nuget.config b/nuget.config index 9ac24e3976..cafff09c40 100644 --- a/nuget.config +++ b/nuget.config @@ -12,11 +12,15 @@ + + + + diff --git a/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj b/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj index 449d01cd55..90a3e5e1e1 100644 --- a/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj +++ b/src/Core/Microsoft.FluentUI.AspNetCore.Components.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 - Microsoft.Fast.Components.FluentUI + net8.0 + Microsoft.FluentUI.AspNetCore.Components A set of Blazor components wrapping Microsoft’s official Fluent UI Web Components. They implement the latest state of the Fluent design language, are built on FAST and work in every major browser. Fluent UI, Blazor, Web Components, .NET8