File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Changed
15
15
16
- - Bump _ System.Text.Json_ from 8.0.5 to 9.0.0 (netstandard2.0) (concerns _ Aqua.Text.Json_ )
16
+ - Bump _ System.Text.Json_ from 8.0.5 to 9.0.2 (netstandard2.0) (concerns _ Aqua.Text.Json_ )
17
+ - Bump _ protobuf-net_ from 2.4.8 to 2.4.9 (concerns _ Aqua.protobuf-net_ )
17
18
- Type resolution prioritize publicly visible types in case of multiple matching candidates [ #36 ] [ issue#36 ]
18
19
- Declare members of ` DynamicObject ` , ` PropertySet ` , and ` Property ` virtual
19
20
Original file line number Diff line number Diff line change 61
61
</PropertyGroup >
62
62
63
63
<ItemGroup >
64
- <PackageReference Include =" aqua.tool.Validation" Version =" 3.2.0 " >
64
+ <PackageReference Include =" aqua.tool.Validation" Version =" 3.2.1 " >
65
65
<PrivateAssets >all</PrivateAssets >
66
66
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
67
67
</PackageReference >
68
68
</ItemGroup >
69
69
70
70
<ItemGroup >
71
71
<AdditionalFiles Include =" $(MSBuildThisFileDirectory)Stylecop.json" Visible =" false" />
72
- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.4 .0.108396 " Condition =" '$(EnableSonarAnalyzers)' == 'true' " >
72
+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.7 .0.110445 " Condition =" '$(EnableSonarAnalyzers)' == 'true' " >
73
73
<PrivateAssets >all</PrivateAssets >
74
74
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
75
75
</PackageReference >
Original file line number Diff line number Diff line change 14
14
</ItemGroup >
15
15
16
16
<ItemGroup Condition =" '$(TargetFramework)' == 'netStandard2.0' " >
17
- <PackageReference Include =" System.Text.Json" Version =" 9.0.0 " />
17
+ <PackageReference Include =" System.Text.Json" Version =" 9.0.2 " />
18
18
</ItemGroup >
19
19
20
20
</Project >
Original file line number Diff line number Diff line change 18
18
serialization of the value property of type System.Object. While supported in v2, this cannot be done in v3
19
19
and no workaround has been found yet. Contributions are welcome ;)
20
20
-->
21
- <PackageReference Include =" protobuf-net" Version =" 2.4.8 " />
21
+ <PackageReference Include =" protobuf-net" Version =" 2.4.9 " />
22
22
23
23
<!--
24
24
NOTE: System.Text.RegularExpressions 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-cmhx-cq75-c4mj
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup Condition =" $(MSBuildProjectName.EndsWith('.Tests')) " >
14
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" PrivateAssets =" all" />
15
- <PackageReference Include =" xunit" Version =" 2.9.2 " PrivateAssets =" all" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1-pre. 2" PrivateAssets =" all" />
14
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" PrivateAssets =" all" />
15
+ <PackageReference Include =" xunit" Version =" 2.9.3 " PrivateAssets =" all" />
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" PrivateAssets =" all" />
17
17
<PackageReference Include =" Xunit.SkippableFact" Version =" 1.5.23" PrivateAssets =" all" />
18
- <PackageReference Include =" Shouldly" Version =" 4.2.1 " PrivateAssets =" all" />
18
+ <PackageReference Include =" Shouldly" Version =" 4.3.0 " PrivateAssets =" all" />
19
19
</ItemGroup >
20
20
21
21
</Project >
You can’t perform that action at this time.
0 commit comments