File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"jetbrains.resharper.globaltools" : {
6
- "version" : " 2022.2.4 " ,
6
+ "version" : " 2023.1.2 " ,
7
7
"commands" : [
8
8
" jb"
9
9
]
10
10
},
11
11
"regitlint" : {
12
- "version" : " 6.3.10 " ,
12
+ "version" : " 6.3.11 " ,
13
13
"commands" : [
14
14
" regitlint"
15
15
]
21
21
]
22
22
},
23
23
"dotnet-reportgenerator-globaltool" : {
24
- "version" : " 5.1.15 " ,
24
+ "version" : " 5.1.20 " ,
25
25
"commands" : [
26
26
" reportgenerator"
27
27
]
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFrameworkName >net6.0</TargetFrameworkName >
4
4
<AspNetVersion >6.0.*</AspNetVersion >
5
- <JsonApiDotNetCoreVersion >5.1.2 </JsonApiDotNetCoreVersion >
5
+ <JsonApiDotNetCoreVersion >5.2.0 </JsonApiDotNetCoreVersion >
6
6
<MongoDBDriverVersion >2.15.0</MongoDBDriverVersion >
7
7
<JsonApiDotNetCoreMongoDbVersionPrefix >5.1.3</JsonApiDotNetCoreMongoDbVersionPrefix >
8
8
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
15
15
16
16
<ItemGroup >
17
17
<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" />
19
19
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
20
20
</ItemGroup >
21
21
33
33
<PropertyGroup >
34
34
<CoverletVersion >3.2.*</CoverletVersion >
35
35
<MoqVersion >4.18.*</MoqVersion >
36
- <TestSdkVersion >17.4 .*</TestSdkVersion >
36
+ <TestSdkVersion >17.6 .*</TestSdkVersion >
37
37
</PropertyGroup >
38
38
</Project >
Original file line number Diff line number Diff line change 10
10
<ItemGroup >
11
11
<PackageReference Include =" Bogus" Version =" 34.0.2" />
12
12
<PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
13
- <PackageReference Include =" FluentAssertions" Version =" 6.9 .0" />
13
+ <PackageReference Include =" FluentAssertions" Version =" 6.11 .0" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
16
16
<PackageReference Include =" Mongo2Go" Version =" 3.1.3" />
You can’t perform that action at this time.
0 commit comments