|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
5 | | - </PropertyGroup> |
6 | | - |
7 | | - |
8 | | - <ItemGroup> |
9 | | - <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.0" /> |
10 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.2" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.2" /> |
12 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" /> |
13 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2"> |
14 | | - <PrivateAssets>all</PrivateAssets> |
15 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
16 | | - </PackageReference> |
17 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.2" /> |
18 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
19 | | - <PackageReference Include="System.Drawing.Common" Version="9.0.2" /> |
20 | | - <PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.2" /> |
21 | | - <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
22 | | - <PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2023.1.425" /> |
23 | | - <PackageReference Include="Telerik.Web.Captcha.Trial" Version="1.1.2" /> |
24 | | - <PackageReference Include="Telerik.Web.PDF.Trial" Version="2021.2.616" /> |
25 | | - </ItemGroup> |
26 | | - |
27 | | - <ItemGroup> |
28 | | - <Folder Include="Pages\Editor\" /> |
29 | | - <Folder Include="Pages\Shared\EditorTemplates\" /> |
30 | | - </ItemGroup> |
31 | | - |
32 | | - |
33 | | - <ItemGroup> |
34 | | - <None Include="Pages\ButtonGroup\ButtonGroupIndex.cshtml" /> |
35 | | - <None Include="wwwroot\Content\TabStrip\ajaxContent1.html" /> |
36 | | - <None Include="wwwroot\Content\TabStrip\ajaxContent2.html" /> |
37 | | - <None Include="wwwroot\Content\TabStrip\ajaxContent7.html" /> |
38 | | - </ItemGroup> |
39 | | - |
40 | | - |
41 | | - <ItemGroup> |
42 | | - <None Update="Pages\ScrollView\ScrollViewImages\image2.jpg"> |
43 | | - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
44 | | - </None> |
45 | | - </ItemGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + |
| 8 | + <ItemGroup> |
| 9 | + <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.3.0" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.5" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.2" /> |
| 12 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" /> |
| 13 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2"> |
| 14 | + <PrivateAssets>all</PrivateAssets> |
| 15 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 16 | + </PackageReference> |
| 17 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.2" /> |
| 18 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
| 19 | + <PackageReference Include="System.Drawing.Common" Version="9.0.2" /> |
| 20 | + <PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.2" /> |
| 21 | + <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
| 22 | + <PackageReference Include="Telerik.UI.for.AspNet.Core" Version="2025.2.520" /> |
| 23 | + <PackageReference Include="Telerik.Web.Captcha" Version="2.0.2" /> |
| 24 | + <PackageReference Include="Telerik.Web.PDF" Version="2025.2.520" /> |
| 25 | + </ItemGroup> |
| 26 | + |
| 27 | + <ItemGroup> |
| 28 | + <Folder Include="Pages\Editor\" /> |
| 29 | + <Folder Include="Pages\Shared\EditorTemplates\" /> |
| 30 | + </ItemGroup> |
| 31 | + |
| 32 | + |
| 33 | + <ItemGroup> |
| 34 | + <None Include="Pages\ButtonGroup\ButtonGroupIndex.cshtml" /> |
| 35 | + <None Include="wwwroot\Content\TabStrip\ajaxContent1.html" /> |
| 36 | + <None Include="wwwroot\Content\TabStrip\ajaxContent2.html" /> |
| 37 | + <None Include="wwwroot\Content\TabStrip\ajaxContent7.html" /> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | + |
| 41 | + <ItemGroup> |
| 42 | + <None Update="Pages\ScrollView\ScrollViewImages\image2.jpg"> |
| 43 | + <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 44 | + </None> |
| 45 | + </ItemGroup> |
46 | 46 |
|
47 | 47 | </Project> |
0 commit comments