This commit is contained in:
Vincent Baaij 2023-10-30 22:10:21 +01:00
Родитель 372d8dadd6
Коммит 5720864b3f
5 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -26,8 +26,8 @@
<PackageVersion Include="System.Text.Encodings.Web" Version="$(RuntimeVersion)" />
<PackageVersion Include="System.Text.Json" Version="$(RuntimeVersion)" />
<!-- test dependencies -->
<PackageVersion Include="bunit" Version="1.25.1-preview" />
<PackageVersion Include="FluentAssertions" Version="7.0.0-alpha.2" />
<PackageVersion Include="bunit" Version="1.24.10" />
<PackageVersion Include="FluentAssertions" Version="7.0.0-alpha.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23503-02" />
<PackageVersion Include="xunit" Version="2.5.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.3" />

Просмотреть файл

@ -29,8 +29,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
<PackageReference Include="Markdig" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" />
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
@ -39,7 +39,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\src\Core\Microsoft.FluentUI.AspNetCore.Components.csproj" />
<ProjectReference Include="..\DocGenerator\FluentUI.Demo.Generators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<TrimmerRootAssembly Include="Microsoft.Fast.Components.FluentUI" />
<TrimmerRootAssembly Include="Microsoft.FluentUI.AspNetCore.Components" />
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.403"
"version": "8.0.100-rc.2.23502.2"
}
}

Просмотреть файл

@ -12,11 +12,15 @@
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="Packages" value="D:\Source\Packages\" />
</packageSources>
<packageSourceMapping>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
<packageSource key="Packages">
<package pattern="Microsoft.Fluent.*" />
</packageSource>
</packageSourceMapping>
</configuration>

Просмотреть файл

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>Microsoft.Fast.Components.FluentUI</PackageId>
<TargetFrameworks>net8.0</TargetFrameworks>
<PackageId>Microsoft.FluentUI.AspNetCore.Components</PackageId>
<Summary>A set of Blazor components wrapping Microsofts 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.</Summary>
<PackageTags>Fluent UI, Blazor, Web Components, .NET8</PackageTags>