File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
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.3 " ,
6
+ "version" : " 2022.2.4 " ,
7
7
"commands" : [
8
8
" jb"
9
9
]
21
21
]
22
22
},
23
23
"dotnet-reportgenerator-globaltool" : {
24
- "version" : " 5.1.3 " ,
24
+ "version" : " 5.1.11 " ,
25
25
"commands" : [
26
26
" reportgenerator"
27
27
]
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" JetBrains.Annotations" Version =" 2022.1.0 " PrivateAssets =" All" />
19
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2022.3.1 " PrivateAssets =" All" />
20
20
<PackageReference Include =" CSharpGuidelinesAnalyzer" Version =" 3.8.2" PrivateAssets =" All" />
21
21
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible =" False" />
22
22
</ItemGroup >
33
33
34
34
<!-- Test Project Dependencies -->
35
35
<PropertyGroup >
36
- <CoverletVersion >3.1.2 </CoverletVersion >
36
+ <CoverletVersion >3.2.0 </CoverletVersion >
37
37
<MoqVersion >4.18.2</MoqVersion >
38
- <TestSdkVersion >17.3.1 </TestSdkVersion >
38
+ <TestSdkVersion >17.4.0 </TestSdkVersion >
39
39
</PropertyGroup >
40
40
</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.7 .0" />
13
+ <PackageReference Include =" FluentAssertions" Version =" 6.8 .0" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetVersion)" />
15
15
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
16
16
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
You can’t perform that action at this time.
0 commit comments