1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
23
23
<PropertyGroup >
24
24
<TargetFramework >netstandard2.0</TargetFramework >
25
25
<PackageId >EfCore.TestSupport</PackageId >
26
- <PackageVersion >1.3.1</PackageVersion >
26
+ <PackageVersion >1.4.0</PackageVersion >
27
+ <Version >1.4.0</Version >
28
+ <AssemblyVersion >1.4.0.0</AssemblyVersion >
29
+ <FileVersion >1.4.0.0</FileVersion >
27
30
<Authors >Jon P Smith</Authors >
28
31
<Description >Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description >
29
32
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
30
33
<PackageReleaseNotes >
31
- - Package: EntityFrameworkCore libraies updated to version 2.0.2, and specific versions defined to match with SqlClient
32
- - Bug fix: DeleteAllUnitTestDatabases directly referenced LocalDB, which meant it couldn't be used with other databases. This is fixed.
33
- - Feature: TimeThings now allows you to input the number of runs being timed and gives you average time per run
34
+ - Package: Updated to .NET Core 2.1 and EF Core 2.1
34
35
</PackageReleaseNotes >
35
36
<Copyright >Copyright (c) 2017 Jon P Smith. Licenced under MIT licence</Copyright >
36
37
<PackageTags >Entity Framework Core, xUnit</PackageTags >
40
41
<PackageIconUrl >https://raw.githubusercontent.com/JonPSmith/EfCore.TestSupport/master/EfCoreTestSupportNuGetIcon128.png</PackageIconUrl >
41
42
<RepositoryUrl ></RepositoryUrl >
42
43
<PackageLicenseUrl >https://github.com/JonPSmith/EfCore.TestSupport/blob/master/LICENSE</PackageLicenseUrl >
43
- <Version >1.3.1</Version >
44
- <AssemblyVersion >1.3.1.0</AssemblyVersion >
45
- <FileVersion >1.3.1.0</FileVersion >
46
44
</PropertyGroup >
47
45
48
46
</Project >
0 commit comments