Skip to content

Commit

Permalink
Merge pull request #267 from telerik/update-sql-definition-storage-ex…
Browse files Browse the repository at this point in the history
…ample-to-net8

Updated to .NET 8 and latest NuGet packages
  • Loading branch information
DimitarNikolovv06 authored Oct 14, 2024
2 parents ed74ea5 + 7236f2c commit e2de19f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions SqlDefinitionStorageExample/SqlDefinitionStorageExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SccLocalPath>SAK</SccLocalPath>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\ReportViewer\**" />
Expand All @@ -16,10 +16,10 @@
</ItemGroup>
<ItemGroup>
<!--The following lines are replaced with package refs during the product build-->
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.4" />
<PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="17.0.23.315" />
<PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="17.0.23.315" />
<PackageReference Include="Telerik.WebReportDesigner.Services" Version="17.0.23.315" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Telerik.Reporting.OpenXmlRendering" Version="18.2.24.924" />
<PackageReference Include="Telerik.Reporting.Services.AspNetCore" Version="18.2.24.924" />
<PackageReference Include="Telerik.WebReportDesigner.Services" Version="18.2.24.924" />
</ItemGroup>
<ItemGroup>
<None Update="SampleReport.trdp">
Expand Down
5 changes: 2 additions & 3 deletions SqlDefinitionStorageExample/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
</div>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://reporting.cdn.telerik.com/16.2.22.1109/js/webReportDesigner.kendo.min.js"></script>
<script src="https://reporting.cdn.telerik.com/18.2.24.924/js/webReportDesigner.kendo.min.js"></script>

<script src="/api/reports/resources/js/telerikReportViewer"></script>

<script src="api/reportdesigner/designerresources/js/webReportDesigner-17.0.23.315.min.js/"></script>
<script src="/api/reportdesigner/designerresources/js/webReportDesigner-18.2.24.924.min.js/"></script>

<script type="text/javascript">
$(document).ready(function () {
Expand Down

0 comments on commit e2de19f

Please sign in to comment.