File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 <EFCoreVersion >6.0.*</EFCoreVersion >
66 <EFCorePostgresVersion >6.0.*</EFCorePostgresVersion >
77 <MicrosoftCodeAnalysisVersion >4.1.*</MicrosoftCodeAnalysisVersion >
8- <HumanizerVersion >2.* </HumanizerVersion >
8+ <HumanizerVersion >2.14.1 </HumanizerVersion >
99 <JsonApiDotNetCoreVersionPrefix >5.0.0</JsonApiDotNetCoreVersionPrefix >
1010 <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
1111 <WarningLevel >9999</WarningLevel >
Original file line number Diff line number Diff line change 3939 <ItemGroup >
4040 <PackageReference Include =" Ben.Demystifier" Version =" 0.4.1" />
4141 <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 " />
4444 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
4545 <PackageReference Include =" SauceControl.InheritDoc" Version =" 1.3.0" PrivateAssets =" All" />
4646 <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" >
22 <PropertyGroup >
33 <TargetFramework >$(TargetFrameworkName)</TargetFramework >
44 </PropertyGroup >
1212 <PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
1313 <PackageReference Include =" FluentAssertions" Version =" 6.5.1" />
1414 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
15+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
1516 <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(AspNetVersion)" />
1617 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
1718 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
You can’t perform that action at this time.
0 commit comments