File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/JsonApiDotNetCore.SourceGenerators Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 <AspNetVersion >6.0.*</AspNetVersion >
55 <EFCoreVersion >6.0.*</EFCoreVersion >
66 <EFCorePostgresVersion >6.0.*</EFCorePostgresVersion >
7- <MicrosoftCodeAnalysisVersion >4.1 .*</MicrosoftCodeAnalysisVersion >
7+ <MicrosoftCodeAnalysisVersion >4.2 .*</MicrosoftCodeAnalysisVersion >
88 <HumanizerVersion >2.14.1</HumanizerVersion >
99 <JsonApiDotNetCoreVersionPrefix >5.0.2</JsonApiDotNetCoreVersionPrefix >
1010 <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
3434 <!-- Test Project Dependencies -->
3535 <PropertyGroup >
3636 <CoverletVersion >3.1.2</CoverletVersion >
37- <MoqVersion >4.17.2 </MoqVersion >
38- <TestSdkVersion >17.1 .0</TestSdkVersion >
37+ <MoqVersion >4.18.1 </MoqVersion >
38+ <TestSdkVersion >17.2 .0</TestSdkVersion >
3939 </PropertyGroup >
4040</Project >
Original file line number Diff line number Diff line change 4848
4949 <ItemGroup >
5050 <PackageReference Include =" Humanizer.Core" Version =" $(HumanizerVersion)" PrivateAssets =" all" GeneratePathProperty =" true" />
51- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MicrosoftCodeAnalysisVersion) " PrivateAssets =" all" />
51+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.1.0 " PrivateAssets =" all" />
5252 </ItemGroup >
5353</Project >
Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <PackageReference Include =" Bogus" Version =" 34.0.2" />
1212 <PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
13- <PackageReference Include =" FluentAssertions" Version =" 6.6 .0" />
13+ <PackageReference Include =" FluentAssertions" Version =" 6.7 .0" />
1414 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
1515 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
1616 <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" $(AspNetVersion)" />
1717 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
1818 <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(EFCorePostgresVersion)" />
1919 <PackageReference Include =" xunit" Version =" 2.4.1" />
20- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " PrivateAssets =" All" />
20+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " PrivateAssets =" All" />
2121 </ItemGroup >
2222</Project >
You can’t perform that action at this time.
0 commit comments