File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
<EFCoreVersion >6.0.*</EFCoreVersion >
6
6
<EFCorePostgresVersion >6.0.*</EFCorePostgresVersion >
7
7
<MicrosoftCodeAnalysisVersion >4.1.*</MicrosoftCodeAnalysisVersion >
8
- <HumanizerVersion >2.* </HumanizerVersion >
8
+ <HumanizerVersion >2.14.1 </HumanizerVersion >
9
9
<JsonApiDotNetCoreVersionPrefix >5.0.0</JsonApiDotNetCoreVersionPrefix >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
11
11
<WarningLevel >9999</WarningLevel >
Original file line number Diff line number Diff line change 39
39
<ItemGroup >
40
40
<PackageReference Include =" Ben.Demystifier" Version =" 0.4.1" />
41
41
<PackageReference Include =" Humanizer.Core" Version =" $(HumanizerVersion)" />
42
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion) " />
43
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(EFCoreVersion) " />
42
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.0 " />
43
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 6.0.0 " />
44
44
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
45
45
<PackageReference Include =" SauceControl.InheritDoc" Version =" 1.3.0" PrivateAssets =" All" />
46
46
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(TargetFrameworkName)</TargetFramework >
4
4
</PropertyGroup >
12
12
<PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
13
13
<PackageReference Include =" FluentAssertions" Version =" 6.5.1" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
15
16
<PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(AspNetVersion)" />
16
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
17
18
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
You can’t perform that action at this time.
0 commit comments