Skip to content

Commit 5b31b9f

Browse files
authored
[General] Use latest .NET SDKs (including .NET 10 preview 4) (#3789)
* Update SDKs * Update Fluent UI System Icons to 1.1.300 * Update WhatsNew
1 parent 983da34 commit 5b31b9f

File tree

15 files changed

+171
-57
lines changed

15 files changed

+171
-57
lines changed

Directory.Packages.props

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<RuntimeVersion8>8.0.0</RuntimeVersion8>
5-
<AspNetCoreVersion8>8.0.15</AspNetCoreVersion8>
6-
<EfCoreVersion8>8.0.15</EfCoreVersion8>
7-
<RuntimeVersion9>9.0.4</RuntimeVersion9>
8-
<AspNetCoreVersion9>9.0.4</AspNetCoreVersion9>
9-
<EfCoreVersion9>9.0.4</EfCoreVersion9>
10-
<RuntimeVersion10>10.0.0-preview.3.25171.5</RuntimeVersion10>
11-
<AspNetCoreVersion10>10.0.0-preview.3.25172.1</AspNetCoreVersion10>
12-
<EfCoreVersion10>10.0.0-preview.3.25171.6</EfCoreVersion10>
5+
<AspNetCoreVersion8>8.0.16</AspNetCoreVersion8>
6+
<EfCoreVersion8>8.0.16</EfCoreVersion8>
7+
<RuntimeVersion9>9.0.5</RuntimeVersion9>
8+
<AspNetCoreVersion9>9.0.5</AspNetCoreVersion9>
9+
<EfCoreVersion9>9.0.5</EfCoreVersion9>
10+
<RuntimeVersion10>10.0.0-preview.4.25258.110</RuntimeVersion10>
11+
<AspNetCoreVersion10>10.0.0-preview.4.25258.110</AspNetCoreVersion10>
12+
<EfCoreVersion10>10.0.0-preview.4.25258.110</EfCoreVersion10>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<!-- For Sample Apps -->
16-
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.11.8" />
17-
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.11.8" />
18-
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.11.8" />
16+
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.11.9" />
17+
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.11.9" />
18+
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.11.9" />
1919
<!-- Test dependencies -->
2020
<PackageVersion Include="bunit" Version="1.38.5" />
2121
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />

WHATSNEW.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## V4.12.0
1+
## V4.12.0
2+
3+
### General
4+
- \[General\] Use latest .NET SDKs (including .NET 10 preview 4)([#3789](https://github.com/microsoft/fluentui-blazor/pull/3789))
5+
6+
### Components
7+
8+
### Demo site and documentation
9+
10+
### Icons and Emoji
11+
- Update to Fluent UI System Icons 1.1.300.
12+
See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes.
13+
214

315
## V4.11.9
416

examples/Demo/Shared/wwwroot/docs/WhatsNew.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## V4.12.0
22

3+
### General
4+
- \[General\] Use latest .NET SDKs (including .NET 10 preview 4)([#3789](https://github.com/microsoft/fluentui-blazor/pull/3789))
5+
6+
### Components
7+
8+
### Demo site and documentation
9+
10+
### Icons and Emoji
11+
- Update to Fluent UI System Icons 1.1.300.
12+
See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes.
13+
14+
315
## V4.11.9
416

517
### General

src/Assets/FluentUI.Icons/Icons/Filled/Filled16.cs

Lines changed: 13 additions & 2 deletions
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled20.cs

Lines changed: 13 additions & 7 deletions
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled24.cs

Lines changed: 13 additions & 7 deletions
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled28.cs

Lines changed: 11 additions & 4 deletions
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled32.cs

Lines changed: 8 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled48.cs

Lines changed: 10 additions & 2 deletions
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Regular/Regular16.cs

Lines changed: 13 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)