Skip to content

Commit a4b11e9

Browse files
committed
added .NET10 and VS2026 support
1 parent aa39f68 commit a4b11e9

23 files changed

Lines changed: 35 additions & 36 deletions

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
uses: actions/setup-dotnet@v4
4949
with:
5050
dotnet-version: |
51-
8.0.x
52-
9.0.x
51+
10.0.x
5352
# Initializes the CodeQL tools for scanning.
5453
- name: Initialize CodeQL
5554
uses: github/codeql-action/init@v3

.github/workflows/continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-dotnet@v4
3131
with:
3232
dotnet-version: |
33-
9.0.x
33+
10.0.x
3434
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
3535
uses: actions/cache@v4
3636
with:

.github/workflows/mudblazor-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: |
20-
9.0.x
20+
10.0.x
2121
- name: Install and build all templates
2222
shell: pwsh
2323
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-dotnet@v4
3535
with:
3636
dotnet-version: |
37-
9.0.x
37+
10.0.x
3838
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
3939
uses: actions/cache@v4
4040
with:

build/_build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<RootNamespace></RootNamespace>
77
<NoWarn>CS0649;CS0169;CA1050;CA1822;CA2211;IDE1006</NoWarn>
88
<NukeRootDirectory>..</NukeRootDirectory>
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Nuke.Common" Version="8.1.4" />
17-
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="9.0.0" />
17+
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="10.0.0" />
1818
</ItemGroup>
1919

2020
</Project>

src/MudBlazor.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<!-- Keep package type as 'Template' to show the package as a template package on nuget.org and make your template available in dotnet new search.-->
2020
<PackageType>Template</PackageType>
21-
<TargetFramework>net9.0</TargetFramework>
21+
<TargetFramework>net10.0</TargetFramework>
2222
<IncludeContentInPack>true</IncludeContentInPack>
2323
<IncludeBuildOutput>false</IncludeBuildOutput>
2424
<ContentTargetFolders>content</ContentTargetFolders>

src/mudblazor/.template.config/localize/templatestrings.cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Webová aplikace Blazor",
44
"description": "Šablona projektu pro vytvoření webové aplikace Blazor, která podporuje vykreslování na straně serveru i interaktivitu klienta. Tato šablona se dá použít pro webové aplikace s bohatými dynamickými uživatelskými rozhraními (UI).",
55
"symbols/Framework/description": "Cílová architektura pro projekt",
6-
"symbols/Framework/choices/net9.0/description": "Target net9.0",
6+
"symbols/Framework/choices/net10.0/description": "Target net10.0",
77
"symbols/UserSecretsId/description": "ID, které se má použít pro tajné kódy (používá se s individuálním ověřováním).",
88
"symbols/skipRestore/description": "Pokud se tato možnost zadá, přeskočí automatické obnovení projektu při vytvoření.",
99
"symbols/ExcludeLaunchSettings/description": "Určuje, jestli se má z vygenerované šablony vyloučit soubor launchSettings.json.",

src/mudblazor/.template.config/localize/templatestrings.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Blazor-Web-App",
44
"description": "Eine Projektvorlage zum Erstellen einer Blazor-Web-App, die sowohl serverseitiges Rendering als auch Clientinteraktivität unterstützt. Diese Vorlage kann für Web-Apps mit umfangreichen dynamischen Benutzeroberflächen (UIs) verwendet werden.",
55
"symbols/Framework/description": "Das Zielframework für das Projekt.",
6-
"symbols/Framework/choices/net9.0/description": "Target net9.0",
6+
"symbols/Framework/choices/net10.0/description": "Target net10.0",
77
"symbols/UserSecretsId/description": "Die für Geheimnisse zu verwendende ID (Verwendung mit individueller Authentifizierung).",
88
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.",
99
"symbols/ExcludeLaunchSettings/description": "Ob launchSettings.json aus der generierten Vorlage ausgeschlossen werden soll.",

src/mudblazor/.template.config/localize/templatestrings.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Blazor Web App",
44
"description": "A project template for creating a Blazor web app that supports both server-side rendering and client interactivity. This template can be used for web apps with rich dynamic user interfaces (UIs).",
55
"symbols/Framework/description": "The target framework for the project.",
6-
"symbols/Framework/choices/net9.0/description": "Target net9.0",
6+
"symbols/Framework/choices/net10.0/description": "Target net10.0",
77
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
88
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
99
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",

src/mudblazor/.template.config/localize/templatestrings.es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Aplicación web Blazor",
44
"description": "Plantilla de proyecto para crear una aplicación web de Blazor que admita tanto la representación del lado del servidor como la interactividad del cliente. Esta plantilla se puede usar para las aplicaciones web con interfaces de usuario dinámicas enriquecidas.",
55
"symbols/Framework/description": "Marco de destino del proyecto.",
6-
"symbols/Framework/choices/net9.0/description": "Target net9.0",
6+
"symbols/Framework/choices/net10.0/description": "Target net10.0",
77
"symbols/UserSecretsId/description": "Identificador que se va a usar para los secretos (se usa con la autenticación individual).",
88
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.",
99
"symbols/ExcludeLaunchSettings/description": "Indica si se va a excluir launchSettings.json de la plantilla generada.",

0 commit comments

Comments
 (0)