File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.0-preview.2.22153.1 " >
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.0" >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.0-rc.2.22472.11 " >
9
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7.0.0" >
10
10
<PrivateAssets >all</PrivateAssets >
11
11
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12
12
</PackageReference >
13
- <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 6 .0.2 " />
13
+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 7 .0.0-alpha.1 " />
14
14
</ItemGroup >
15
15
16
16
</Project >
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" BuildBundlerMinifier" Version =" 3.2.449" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.0-preview.2.22153.1 " >
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.0" >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
</PackageReference >
Original file line number Diff line number Diff line change 1
1
@{
2
2
Layout = " _Layout" ;
3
- ViewBag .FrameworkVersion = Environment .Version .ToString () + " -rc.2.22472.2 " ;
3
+ ViewBag .FrameworkVersion = Environment .Version .ToString ();
4
4
ViewBag .Profile = ProfileService .Config ;
5
5
ViewBag .Theme = ThemeService .Config ;
6
6
}
You can’t perform that action at this time.
0 commit comments