File tree 7 files changed +7
-9
lines changed
Examples/NoEntityFrameworkExample
JsonApiDotNetCore.SourceGenerators 7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 21
21
]
22
22
},
23
23
"dotnet-reportgenerator-globaltool" : {
24
- "version" : " 4.8.12 " ,
24
+ "version" : " 5.0.0 " ,
25
25
"commands" : [
26
26
" reportgenerator"
27
27
]
Original file line number Diff line number Diff line change 4
4
<AspNetCoreVersion >6.0.*</AspNetCoreVersion >
5
5
<EFCoreVersion >6.0.*</EFCoreVersion >
6
6
<NpgsqlPostgreSQLVersion >6.0.*</NpgsqlPostgreSQLVersion >
7
- <MicrosoftCodeAnalysisVersion >3 .*</MicrosoftCodeAnalysisVersion >
8
- <HumanizerVersion >2.11.10 </HumanizerVersion >
7
+ <MicrosoftCodeAnalysisVersion >4 .*</MicrosoftCodeAnalysisVersion >
8
+ <HumanizerVersion >2.* </HumanizerVersion >
9
9
<JsonApiDotNetCoreVersionPrefix >5.0.0</JsonApiDotNetCoreVersionPrefix >
10
10
<CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)CodingGuidelines.ruleset</CodeAnalysisRuleSet >
11
11
<WarningLevel >9999</WarningLevel >
28
28
29
29
<!-- Test Project Dependencies -->
30
30
<PropertyGroup >
31
- <BogusVersion >33.1.1</BogusVersion >
32
31
<CoverletVersion >3.1.0</CoverletVersion >
33
32
<FluentAssertionsVersion >6.2.0</FluentAssertionsVersion >
34
33
<MoqVersion >4.16.1</MoqVersion >
Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Dapper" Version =" 2.0.90 " />
13
+ <PackageReference Include =" Dapper" Version =" 2.0.123 " />
14
14
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
15
15
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(NpgsqlPostgreSQLVersion)" />
16
16
</ItemGroup >
Original file line number Diff line number Diff line change 47
47
48
48
<ItemGroup >
49
49
<PackageReference Include =" Humanizer.Core" Version =" $(HumanizerVersion)" PrivateAssets =" all" GeneratePathProperty =" true" />
50
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" $(MicrosoftCodeAnalysisVersion)" PrivateAssets =" all" />
51
50
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MicrosoftCodeAnalysisVersion)" PrivateAssets =" all" />
52
51
</ItemGroup >
53
52
</Project >
Original file line number Diff line number Diff line change 40
40
<PackageReference Include =" Humanizer.Core" Version =" $(HumanizerVersion)" />
41
41
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" $(EFCoreVersion)" />
42
42
<PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(EFCoreVersion)" />
43
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " PrivateAssets =" All" />
43
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
44
44
<PackageReference Include =" SauceControl.InheritDoc" Version =" 1.3.0" PrivateAssets =" All" />
45
45
<PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
46
46
</ItemGroup >
Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5.0.0 " />
19
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" $(AspNetCoreVersion) " />
20
20
</ItemGroup >
21
21
</Project >
Original file line number Diff line number Diff line change 8
8
</ItemGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Bogus" Version =" $(BogusVersion) " />
11
+ <PackageReference Include =" Bogus" Version =" 34.0.1 " />
12
12
<PackageReference Include =" coverlet.collector" Version =" $(CoverletVersion)" PrivateAssets =" All" />
13
13
<PackageReference Include =" FluentAssertions" Version =" $(FluentAssertionsVersion)" />
14
14
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetCoreVersion)" />
You can’t perform that action at this time.
0 commit comments