File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "jetbrains.resharper.globaltools" : {
6- "version" : " 2022.2.4 " ,
6+ "version" : " 2023.1.2 " ,
77 "commands" : [
88 " jb"
99 ]
1010 },
1111 "regitlint" : {
12- "version" : " 6.3.10 " ,
12+ "version" : " 6.3.11 " ,
1313 "commands" : [
1414 " regitlint"
1515 ]
2121 ]
2222 },
2323 "dotnet-reportgenerator-globaltool" : {
24- "version" : " 5.1.15 " ,
24+ "version" : " 5.1.20 " ,
2525 "commands" : [
2626 " reportgenerator"
2727 ]
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFrameworkName >net6.0</TargetFrameworkName >
44 <AspNetVersion >6.0.*</AspNetVersion >
5- <JsonApiDotNetCoreVersion >5.1.2 </JsonApiDotNetCoreVersion >
5+ <JsonApiDotNetCoreVersion >5.2.0 </JsonApiDotNetCoreVersion >
66 <MongoDBDriverVersion >2.15.0</MongoDBDriverVersion >
77 <JsonApiDotNetCoreMongoDbVersionPrefix >5.1.3</JsonApiDotNetCoreMongoDbVersionPrefix >
88 <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
1515
1616 <ItemGroup >
1717 <PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1" PrivateAssets =" All" />
18- <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2 " PrivateAssets =" All" />
18+ <PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.3 " PrivateAssets =" All" />
1919 <AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
2020 </ItemGroup >
2121
3333 <PropertyGroup >
3434 <CoverletVersion >3.2.*</CoverletVersion >
3535 <MoqVersion >4.18.*</MoqVersion >
36- <TestSdkVersion >17.4 .*</TestSdkVersion >
36+ <TestSdkVersion >17.6 .*</TestSdkVersion >
3737 </PropertyGroup >
3838</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.9 .0" />
13+ <PackageReference Include =" FluentAssertions" Version =" 6.11 .0" />
1414 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
1616 <PackageReference Include =" Mongo2Go" Version =" 3.1.3" />
You can’t perform that action at this time.
0 commit comments