Commit 02056b7 1 parent 895a4d4 commit 02056b7 Copy full SHA for 02056b7
File tree 6 files changed +18
-18
lines changed
Store.SharedDatabaseSetup
6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<ImplicitUsings >disable</ImplicitUsings >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6 .0.9 " />
9
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7 .0.0 " />
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<ImplicitUsings >disable</ImplicitUsings >
6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
7
<NoWarn >$(NoWarn);1591</NoWarn >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 6 .0.9 " >
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7 .0.0 " >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
</PackageReference >
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 6 .0.9 " >
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 7 .0.0 " >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<Nullable >disable</Nullable >
6
6
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6 .0.9 " />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 6 .0.9 " />
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7 .0.0 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7 .0.0 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
14
14
<PackageReference Include =" xunit" Version =" 2.4.2" />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
</PackageReference >
19
- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
19
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0 " >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6 .0.9 " />
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
11
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 7 .0.0 " />
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
13
13
<PackageReference Include =" xunit" Version =" 2.4.2" />
14
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
</PackageReference >
18
- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
18
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0 " >
19
19
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
20
20
<PrivateAssets >all</PrivateAssets >
21
21
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net7 .0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
6
7
7
<IsPackable >false</IsPackable >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3.2 " />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0 " />
12
12
<PackageReference Include =" xunit" Version =" 2.4.2" />
13
13
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
</PackageReference >
17
- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
17
+ <PackageReference Include =" coverlet.collector" Version =" 3.2.0 " >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
You can’t perform that action at this time.
0 commit comments