Skip to content

Commit fa88ed7

Browse files
committed
chore(sample-apps): automatic sync package version
1 parent f5065b6 commit fa88ed7

File tree

6 files changed

+89
-89
lines changed

6 files changed

+89
-89
lines changed

sample-applications/blazing-coffee/BlazingCoffee/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- /Commercial script file -->
2020
<!-- If main.css is missing, please `run npm install` and `npm run build` -->
2121
<link href="css/main.css" rel="stylesheet" />
22-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/8.1.0/kendo-theme-default/all.css" rel="stylesheet" />
22+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/9.0.0/kendo-theme-default/all.css" rel="stylesheet" />
2323
<!-- PWA -->
2424
<link href="manifest.json" rel="manifest" />
2525
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />

sample-applications/blazing-coffee/BlazingCoffee/Client/wwwroot/js/themeChooser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.themeChooser = {
2-
themeVersion: "8.1.0",
2+
themeVersion: "9.0.0",
33
themeList: [
44
{ themeValue: "default-ocean-blue", mainTheme:"default", isSwatch: true },
55
{ themeValue: "default", mainTheme: "default", isSwatch: false },

sample-applications/blazor-dashboard/BlazorDashboard/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>Telerik UI for Blazor Dashboard Sample App</title>
1010
<base href="/blazor-dashboard-app/" />
1111
<link href="favicon.ico" rel="icon" type="image/x-icon" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/8.1.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/9.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<link href="css/styles.css" rel="stylesheet" />
1414
<!-- Trial script file -->
1515
<!-- If you are using a commercial license, replace the telerik-blazor.js script tag with the one commented below. -->
Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
3-
4-
<PropertyGroup>
5-
<TargetFramework>net8.0</TargetFramework>
6-
<Nullable>enable</Nullable>
7-
<ImplicitUsings>enable</ImplicitUsings>
8-
</PropertyGroup>
9-
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
10-
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
11-
<ItemGroup>
12-
<PackageReference Include="Telerik.UI.for.Blazor" Version="8.1.1" />
13-
</ItemGroup>
14-
<ItemGroup>
15-
<Compile Update="Resources\TelerikMessages.Designer.cs">
16-
<DesignTime>True</DesignTime>
17-
<AutoGen>True</AutoGen>
18-
<DependentUpon>TelerikMessages.resx</DependentUpon>
19-
</Compile>
20-
</ItemGroup>
21-
22-
<ItemGroup>
23-
<EmbeddedResource Update="Resources\TelerikMessages.resx">
24-
<Generator>PublicResXFileCodeGenerator</Generator>
25-
<LastGenOutput>TelerikMessages.Designer.cs</LastGenOutput>
26-
</EmbeddedResource>
27-
</ItemGroup>
28-
29-
<ItemGroup>
30-
<None Remove="Data\" />
31-
</ItemGroup>
32-
<ItemGroup>
33-
<Folder Include="Data\" />
34-
</ItemGroup>
35-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
2+
3+
4+
<PropertyGroup>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<Nullable>enable</Nullable>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
</PropertyGroup>
9+
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
10+
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
11+
<ItemGroup>
12+
<PackageReference Include="Telerik.UI.for.Blazor" Version="9.0.0" />
13+
</ItemGroup>
14+
<ItemGroup>
15+
<Compile Update="Resources\TelerikMessages.Designer.cs">
16+
<DesignTime>True</DesignTime>
17+
<AutoGen>True</AutoGen>
18+
<DependentUpon>TelerikMessages.resx</DependentUpon>
19+
</Compile>
20+
</ItemGroup>
21+
22+
<ItemGroup>
23+
<EmbeddedResource Update="Resources\TelerikMessages.resx">
24+
<Generator>PublicResXFileCodeGenerator</Generator>
25+
<LastGenOutput>TelerikMessages.Designer.cs</LastGenOutput>
26+
</EmbeddedResource>
27+
</ItemGroup>
28+
29+
<ItemGroup>
30+
<None Remove="Data\" />
31+
</ItemGroup>
32+
<ItemGroup>
33+
<Folder Include="Data\" />
34+
</ItemGroup>
35+
</Project>
Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
@using System.Globalization
2-
@using Microsoft.AspNetCore.Localization
3-
4-
<!DOCTYPE html>
5-
<html lang="en">
6-
7-
<head>
8-
<meta charset="utf-8" />
9-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<base href="/blazor-financial-dashboard/" />
11-
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/8.1.1/kendo-theme-material/swatches/material-main-dark.css" />
12-
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
13-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
14-
<script src="https://blazor.cdn.telerik.com/blazor/8.1.1/telerik-blazor.min.js" defer></script>
15-
<link rel="stylesheet" href="app.css" />
16-
<link rel="stylesheet" href="BlazorFinancialDashboard.styles.css" />
17-
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png" />
18-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
19-
<link rel="shortcut icon" href="/favicon.ico" />
20-
<link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" />
21-
<HeadOutlet @rendermode="@InteractiveServer" />
22-
</head>
23-
24-
<body class="k-body">
25-
<Routes @rendermode="@InteractiveServer" />
26-
<script src="_framework/blazor.web.js" autostart="false"></script>
27-
<script src="app.js" autostart="false"></script>
28-
<script>
29-
document.addEventListener("DOMContentLoaded", function() {
30-
Blazor.start();
31-
});
32-
</script>
33-
</body>
34-
35-
</html>
36-
37-
@code {
38-
[CascadingParameter]
39-
public HttpContext? HttpContext { get; set; }
40-
41-
protected override void OnInitialized()
42-
{
43-
HttpContext?.Response.Cookies.Append(
44-
CookieRequestCultureProvider.DefaultCookieName,
45-
CookieRequestCultureProvider.MakeCookieValue(
46-
new RequestCulture(
47-
CultureInfo.CurrentCulture,
48-
CultureInfo.CurrentUICulture)));
49-
}
50-
}
1+
@using System.Globalization
2+
@using Microsoft.AspNetCore.Localization
3+
4+
<!DOCTYPE html>
5+
<html lang="en">
6+
7+
<head>
8+
<meta charset="utf-8" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10+
<base href="/blazor-financial-dashboard/" />
11+
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/9.0.0/kendo-theme-material/swatches/material-main-dark.css" />
12+
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
13+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
14+
<script src="https://blazor.cdn.telerik.com/blazor/8.1.1/telerik-blazor.min.js" defer></script>
15+
<link rel="stylesheet" href="app.css" />
16+
<link rel="stylesheet" href="BlazorFinancialDashboard.styles.css" />
17+
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png" />
18+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
19+
<link rel="shortcut icon" href="/favicon.ico" />
20+
<link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" />
21+
<HeadOutlet @rendermode="@InteractiveServer" />
22+
</head>
23+
24+
<body class="k-body">
25+
<Routes @rendermode="@InteractiveServer" />
26+
<script src="_framework/blazor.web.js" autostart="false"></script>
27+
<script src="app.js" autostart="false"></script>
28+
<script>
29+
document.addEventListener("DOMContentLoaded", function() {
30+
Blazor.start();
31+
});
32+
</script>
33+
</body>
34+
35+
</html>
36+
37+
@code {
38+
[CascadingParameter]
39+
public HttpContext? HttpContext { get; set; }
40+
41+
protected override void OnInitialized()
42+
{
43+
HttpContext?.Response.Cookies.Append(
44+
CookieRequestCultureProvider.DefaultCookieName,
45+
CookieRequestCultureProvider.MakeCookieValue(
46+
new RequestCulture(
47+
CultureInfo.CurrentCulture,
48+
CultureInfo.CurrentUICulture)));
49+
}
50+
}

sample-applications/blazor-stocks/Client/Host.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="favicon.ico" rel="icon" type="image/x-icon" />
1010
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
1111
<link href="css/styles.css" rel="stylesheet" />
12-
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/8.1.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
12+
<link id="theme" href="https://blazor.cdn.telerik.com/blazor/9.0.0/kendo-theme-bootstrap/all.css" rel="stylesheet" />
1313
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js"></script>
1414
<link href="manifest.json" rel="manifest" />
1515
<link rel="apple-touch-icon" sizes="512x512" href="default-icon-512x512.png" />

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy