File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed
ClassLibrary.EFCore.Tests Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" Bogus" Version =" 35.6.1" />
13
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.0 " />
13
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 9.0.1 " />
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
15
- <PackageReference Include =" xunit" Version =" 2.9.2 " />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
15
+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
20
- <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
20
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
21
21
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
22
22
<PrivateAssets >all</PrivateAssets >
23
23
</PackageReference >
Original file line number Diff line number Diff line change 19
19
</PropertyGroup >
20
20
21
21
<ItemGroup >
22
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.0 " />
23
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.0 " >
22
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.1 " />
23
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9.0.1 " >
24
24
<PrivateAssets >all</PrivateAssets >
25
25
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
26
26
</PackageReference >
27
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.146 " >
27
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.7.115 " >
28
28
<PrivateAssets >all</PrivateAssets >
29
29
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
30
30
</PackageReference >
31
31
</ItemGroup >
32
32
33
- <ItemGroup >
34
- <None Include =" ..\..\LibraryTools.png" >
35
- <Pack >True</Pack >
36
- <PackagePath ></PackagePath >
37
- </None >
38
- <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
39
- </ItemGroup >
40
-
41
33
</Project >
You can’t perform that action at this time.
0 commit comments