|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | </PropertyGroup> |
7 | 7 |
|
8 | 8 | <ItemGroup> |
9 | 9 | <ProjectReference Include="..\DevExtreme.AspNet.Data\DevExtreme.AspNet.Data.csproj" /> |
10 | 10 | <PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" /> |
11 | 11 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
12 | | - </ItemGroup> |
13 | | - |
14 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
15 | | - <DefineConstants>NET6.0</DefineConstants> |
16 | | - </PropertyGroup> |
17 | | - |
18 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' "> |
19 | | - <!--<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.28" />--> |
20 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.28" /> |
21 | | - </ItemGroup> |
22 | | - |
23 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0' "> |
24 | | - <DefineConstants>NET7.0</DefineConstants> |
25 | | - </PropertyGroup> |
26 | | - |
27 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' "> |
28 | | - <!--<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.17" />--> |
29 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.17" /> |
30 | | - </ItemGroup> |
31 | | - |
32 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
33 | | - <DefineConstants>NET8.0</DefineConstants> |
34 | | - </PropertyGroup> |
35 | | - |
36 | | - <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> |
37 | | - <!--<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.3" />--> |
38 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.7" /> |
| 13 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.7" /> |
39 | 14 | </ItemGroup> |
40 | 15 |
|
41 | 16 | <Target Name="Clean dx-aspnet-data-js" BeforeTargets="LibraryManagerRestore"> |
|
0 commit comments