|
6 | 6 | </PropertyGroup>
|
7 | 7 |
|
8 | 8 | <ItemGroup>
|
9 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> |
10 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" /> |
11 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" /> |
12 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.0"> |
| 9 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" /> |
| 10 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.2" /> |
| 11 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.2" /> |
| 12 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.2"> |
13 | 13 | <PrivateAssets>all</PrivateAssets>
|
14 | 14 | </PackageReference>
|
15 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
16 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" /> |
| 17 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" /> |
17 | 18 | <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
18 | 19 | <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
|
19 |
| - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" /> |
20 | 20 | <PackageReference Include="xunit.assert" Version="2.5.3" />
|
21 | 21 | <PackageReference Include="xunit.core" Version="2.5.3" />
|
22 | 22 | </ItemGroup>
|
23 | 23 |
|
24 | 24 | <PropertyGroup>
|
25 | 25 | <PackageId>EfCore.TestSupport</PackageId>
|
26 |
| - <PackageVersion>8.0.0</PackageVersion> |
27 |
| - <Version>8.0.0</Version> |
| 26 | + <PackageVersion>8.0.1</PackageVersion> |
| 27 | + <Version>8.0.1</Version> |
28 | 28 | <Authors>Jon P Smith</Authors>
|
29 | 29 | <Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
|
30 | 30 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
31 | 31 | <PackageReleaseNotes>
|
32 |
| - - Simpified to one NET type. This makes it easier to update for future NET releases |
33 |
| - - Only supports .NET 8 |
34 |
| - - Updated xunit NuGets to 2.5.3 |
| 32 | + - Updated Microsoft.EntityFrameworkCore.* NuGets to 8.0.2 to remove the vulnerable Microsoft.Data.SqlClient version |
35 | 33 | </PackageReleaseNotes>
|
36 | 34 | <Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
|
37 | 35 | <PackageTags>Entity Framework Core, xUnit</PackageTags>
|
|
0 commit comments