Skip to content

Commit

Permalink
Q3 2024 Product Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMcCarthy committed Sep 25, 2024
1 parent b4e7cf6 commit 84b7116
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
8 changes: 4 additions & 4 deletions src/AspNetCore/MyAspNetCoreApp/MyAspNetCoreApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="Telerik.Drawing.Skia" Version="18.2.24.806" />
<PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="18.2.24.806" />
<PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="18.2.24.806" />
<PackageReference Include="Telerik.Drawing.Skia" Version="18.2.24.924" />
<PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="18.2.24.924" />
<PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="18.2.24.924" />
<PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2024.3.806" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.8" />
</ItemGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
6 changes: 3 additions & 3 deletions src/Blazor/MyBlazorApp/MyBlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.7" />
<PackageReference Include="Telerik.UI.for.Blazor" Version="6.1.0" />
<PackageReference Include="Telerik.Drawing.Skia" Version="18.2.24.806" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Telerik.UI.for.Blazor" Version="6.2.0" />
<PackageReference Include="Telerik.Drawing.Skia" Version="18.2.24.924" />
</ItemGroup>

<ItemGroup>
Expand Down
20 changes: 9 additions & 11 deletions src/MAUI/MauiDemo/MauiDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.71" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.71" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.90" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.90" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="CommonHelpers" Version="1.3.2" />
<PackageReference Include="CommonHelpers" Version="1.4.0" />
<PackageReference Include="Telerik.UI.for.Maui" Version="7.1.0" />
</ItemGroup>


<PropertyGroup>
<WindowsSdkPackageVersion>10.0.19041.38</WindowsSdkPackageVersion>
</PropertyGroup>

<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
<PackageReference Include="WinUIEx" Version="2.3.4" />
</ItemGroup>

<ItemGroup>
<MauiXaml Update="RowDetailsView.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<PackageReference Include="WinUIEx" Version="2.4.2" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/WinForms/MyWinFormsApp/MyWinFormsApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="UI.for.WinForms.SyntaxEditor">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
10 changes: 5 additions & 5 deletions src/Wpf/MyWpfApp/MyWpfApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Telerik.Windows.Controls.for.Wpf">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
<PackageReference Include="Telerik.Windows.Controls.GridView.for.Wpf">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
<PackageReference Include="Telerik.Windows.Controls.Input.for.Wpf">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
<PackageReference Include="Telerik.Windows.Data.for.Wpf">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
<PackageReference Include="Telerik.Windows.Themes.VisualStudio2019.for.Wpf">
<Version>2024.3.806</Version>
<Version>2024.3.924</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 84b7116

Please sign in to comment.