Skip to content

Commit 57e48c0

Browse files
authored
Merge branch 'main' into dependabot/nuget/tests/SolSharp.Core.Tests/multi-546bd9bb9d
2 parents caf7ccd + 5e2b871 commit 57e48c0

11 files changed

Lines changed: 66 additions & 66 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040

4141
- name: Upload Scorecard results to code scanning
4242
if: always()
43-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
43+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4444
with:
4545
sarif_file: results.sarif

tests/SolSharp.Core.Tests/SolSharp.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
1313
<PackageReference Include="NUnit" Version="4.6.1" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1515
<PackageReference Include="FluentAssertions" Version="7.2.2" />

tests/SolSharp.Core.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
},
2626
"Microsoft.NET.Test.Sdk": {
2727
"type": "Direct",
28-
"requested": "[18.8.1, )",
29-
"resolved": "18.8.1",
30-
"contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==",
28+
"requested": "[18.9.0, )",
29+
"resolved": "18.9.0",
30+
"contentHash": "xIzVXa/VpKXqDWzyC/5Hw8JbFY5u9k3Jc53CpcjBiOXvkQGio484LD9FNwOiGUSMDcYL3Rcw9sNgGi5WrswlPQ==",
3131
"dependencies": {
32-
"Microsoft.CodeCoverage": "18.8.1",
33-
"Microsoft.TestPlatform.TestHost": "18.8.1"
32+
"Microsoft.CodeCoverage": "18.9.0",
33+
"Microsoft.TestPlatform.TestHost": "18.9.0"
3434
}
3535
},
3636
"NSubstitute": {
@@ -83,8 +83,8 @@
8383
},
8484
"Microsoft.CodeCoverage": {
8585
"type": "Transitive",
86-
"resolved": "18.8.1",
87-
"contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q=="
86+
"resolved": "18.9.0",
87+
"contentHash": "MtegCIKGuG0r/LCdIjoR1HgzCGIUBhR3aNdbtQpts5vMXQuqBDZ2Jsd2uFKoHFM2XrQV6ZrDf3F5oLi3SLTp8w=="
8888
},
8989
"Microsoft.Extensions.DependencyModel": {
9090
"type": "Transitive",
@@ -134,15 +134,15 @@
134134
},
135135
"Microsoft.TestPlatform.ObjectModel": {
136136
"type": "Transitive",
137-
"resolved": "18.8.1",
138-
"contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
137+
"resolved": "18.9.0",
138+
"contentHash": "Fz/qXC52VXXopzHj7v2reCKcCqSxkTDCkEDfkNAH0vni/7qK/KLMiEYtRmnUanxO2F2g2zZZ60qCpxF0AF7URA=="
139139
},
140140
"Microsoft.TestPlatform.TestHost": {
141141
"type": "Transitive",
142-
"resolved": "18.8.1",
143-
"contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==",
142+
"resolved": "18.9.0",
143+
"contentHash": "Oq+Pma/J86aZL72t71bcESvDszDsTjUfl6PIsuDdPoKTHZfNMhKamCfLD5fKx51W/u0KozXtJo2/3fnt0sgPxg==",
144144
"dependencies": {
145-
"Microsoft.TestPlatform.ObjectModel": "18.8.1"
145+
"Microsoft.TestPlatform.ObjectModel": "18.9.0"
146146
}
147147
},
148148
"Microsoft.Win32.SystemEvents": {

tests/SolSharp.IntegrationTests/SolSharp.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
1111
<PackageReference Include="NUnit" Version="4.6.1" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1313
<PackageReference Include="FluentAssertions" Version="7.2.2" />

tests/SolSharp.IntegrationTests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"Microsoft.NET.Test.Sdk": {
3030
"type": "Direct",
31-
"requested": "[18.8.1, )",
32-
"resolved": "18.8.1",
33-
"contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==",
31+
"requested": "[18.9.0, )",
32+
"resolved": "18.9.0",
33+
"contentHash": "xIzVXa/VpKXqDWzyC/5Hw8JbFY5u9k3Jc53CpcjBiOXvkQGio484LD9FNwOiGUSMDcYL3Rcw9sNgGi5WrswlPQ==",
3434
"dependencies": {
35-
"Microsoft.CodeCoverage": "18.8.1",
36-
"Microsoft.TestPlatform.TestHost": "18.8.1"
35+
"Microsoft.CodeCoverage": "18.9.0",
36+
"Microsoft.TestPlatform.TestHost": "18.9.0"
3737
}
3838
},
3939
"NUnit": {
@@ -74,8 +74,8 @@
7474
},
7575
"Microsoft.CodeCoverage": {
7676
"type": "Transitive",
77-
"resolved": "18.8.1",
78-
"contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q=="
77+
"resolved": "18.9.0",
78+
"contentHash": "MtegCIKGuG0r/LCdIjoR1HgzCGIUBhR3aNdbtQpts5vMXQuqBDZ2Jsd2uFKoHFM2XrQV6ZrDf3F5oLi3SLTp8w=="
7979
},
8080
"Microsoft.Extensions.AmbientMetadata.Application": {
8181
"type": "Transitive",
@@ -362,15 +362,15 @@
362362
},
363363
"Microsoft.TestPlatform.ObjectModel": {
364364
"type": "Transitive",
365-
"resolved": "18.8.1",
366-
"contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
365+
"resolved": "18.9.0",
366+
"contentHash": "Fz/qXC52VXXopzHj7v2reCKcCqSxkTDCkEDfkNAH0vni/7qK/KLMiEYtRmnUanxO2F2g2zZZ60qCpxF0AF7URA=="
367367
},
368368
"Microsoft.TestPlatform.TestHost": {
369369
"type": "Transitive",
370-
"resolved": "18.8.1",
371-
"contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==",
370+
"resolved": "18.9.0",
371+
"contentHash": "Oq+Pma/J86aZL72t71bcESvDszDsTjUfl6PIsuDdPoKTHZfNMhKamCfLD5fKx51W/u0KozXtJo2/3fnt0sgPxg==",
372372
"dependencies": {
373-
"Microsoft.TestPlatform.ObjectModel": "18.8.1"
373+
"Microsoft.TestPlatform.ObjectModel": "18.9.0"
374374
}
375375
},
376376
"Microsoft.Win32.SystemEvents": {

tests/SolSharp.Programs.Tests/SolSharp.Programs.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
1111
<PackageReference Include="NUnit" Version="4.6.1" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1313
<PackageReference Include="FluentAssertions" Version="7.2.2" />

tests/SolSharp.Programs.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
},
3636
"Microsoft.NET.Test.Sdk": {
3737
"type": "Direct",
38-
"requested": "[18.8.1, )",
39-
"resolved": "18.8.1",
40-
"contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==",
38+
"requested": "[18.9.0, )",
39+
"resolved": "18.9.0",
40+
"contentHash": "xIzVXa/VpKXqDWzyC/5Hw8JbFY5u9k3Jc53CpcjBiOXvkQGio484LD9FNwOiGUSMDcYL3Rcw9sNgGi5WrswlPQ==",
4141
"dependencies": {
42-
"Microsoft.CodeCoverage": "18.8.1",
43-
"Microsoft.TestPlatform.TestHost": "18.8.1"
42+
"Microsoft.CodeCoverage": "18.9.0",
43+
"Microsoft.TestPlatform.TestHost": "18.9.0"
4444
}
4545
},
4646
"NSubstitute": {
@@ -111,8 +111,8 @@
111111
},
112112
"Microsoft.CodeCoverage": {
113113
"type": "Transitive",
114-
"resolved": "18.8.1",
115-
"contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q=="
114+
"resolved": "18.9.0",
115+
"contentHash": "MtegCIKGuG0r/LCdIjoR1HgzCGIUBhR3aNdbtQpts5vMXQuqBDZ2Jsd2uFKoHFM2XrQV6ZrDf3F5oLi3SLTp8w=="
116116
},
117117
"Microsoft.Extensions.DependencyModel": {
118118
"type": "Transitive",
@@ -162,15 +162,15 @@
162162
},
163163
"Microsoft.TestPlatform.ObjectModel": {
164164
"type": "Transitive",
165-
"resolved": "18.8.1",
166-
"contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
165+
"resolved": "18.9.0",
166+
"contentHash": "Fz/qXC52VXXopzHj7v2reCKcCqSxkTDCkEDfkNAH0vni/7qK/KLMiEYtRmnUanxO2F2g2zZZ60qCpxF0AF7URA=="
167167
},
168168
"Microsoft.TestPlatform.TestHost": {
169169
"type": "Transitive",
170-
"resolved": "18.8.1",
171-
"contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==",
170+
"resolved": "18.9.0",
171+
"contentHash": "Oq+Pma/J86aZL72t71bcESvDszDsTjUfl6PIsuDdPoKTHZfNMhKamCfLD5fKx51W/u0KozXtJo2/3fnt0sgPxg==",
172172
"dependencies": {
173-
"Microsoft.TestPlatform.ObjectModel": "18.8.1"
173+
"Microsoft.TestPlatform.ObjectModel": "18.9.0"
174174
}
175175
},
176176
"Microsoft.Win32.SystemEvents": {

tests/SolSharp.Rpc.Tests/SolSharp.Rpc.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
1111
<PackageReference Include="NUnit" Version="4.6.1" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1313
<PackageReference Include="FluentAssertions" Version="7.2.2" />

tests/SolSharp.Rpc.Tests/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"Microsoft.NET.Test.Sdk": {
3636
"type": "Direct",
37-
"requested": "[18.8.1, )",
38-
"resolved": "18.8.1",
39-
"contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==",
37+
"requested": "[18.9.0, )",
38+
"resolved": "18.9.0",
39+
"contentHash": "xIzVXa/VpKXqDWzyC/5Hw8JbFY5u9k3Jc53CpcjBiOXvkQGio484LD9FNwOiGUSMDcYL3Rcw9sNgGi5WrswlPQ==",
4040
"dependencies": {
41-
"Microsoft.CodeCoverage": "18.8.1",
42-
"Microsoft.TestPlatform.TestHost": "18.8.1"
41+
"Microsoft.CodeCoverage": "18.9.0",
42+
"Microsoft.TestPlatform.TestHost": "18.9.0"
4343
}
4444
},
4545
"NSubstitute": {
@@ -92,8 +92,8 @@
9292
},
9393
"Microsoft.CodeCoverage": {
9494
"type": "Transitive",
95-
"resolved": "18.8.1",
96-
"contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q=="
95+
"resolved": "18.9.0",
96+
"contentHash": "MtegCIKGuG0r/LCdIjoR1HgzCGIUBhR3aNdbtQpts5vMXQuqBDZ2Jsd2uFKoHFM2XrQV6ZrDf3F5oLi3SLTp8w=="
9797
},
9898
"Microsoft.Extensions.AmbientMetadata.Application": {
9999
"type": "Transitive",
@@ -380,15 +380,15 @@
380380
},
381381
"Microsoft.TestPlatform.ObjectModel": {
382382
"type": "Transitive",
383-
"resolved": "18.8.1",
384-
"contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw=="
383+
"resolved": "18.9.0",
384+
"contentHash": "Fz/qXC52VXXopzHj7v2reCKcCqSxkTDCkEDfkNAH0vni/7qK/KLMiEYtRmnUanxO2F2g2zZZ60qCpxF0AF7URA=="
385385
},
386386
"Microsoft.TestPlatform.TestHost": {
387387
"type": "Transitive",
388-
"resolved": "18.8.1",
389-
"contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==",
388+
"resolved": "18.9.0",
389+
"contentHash": "Oq+Pma/J86aZL72t71bcESvDszDsTjUfl6PIsuDdPoKTHZfNMhKamCfLD5fKx51W/u0KozXtJo2/3fnt0sgPxg==",
390390
"dependencies": {
391-
"Microsoft.TestPlatform.ObjectModel": "18.8.1"
391+
"Microsoft.TestPlatform.ObjectModel": "18.9.0"
392392
}
393393
},
394394
"Microsoft.Win32.SystemEvents": {

tests/SolSharp.Wallet.Tests/SolSharp.Wallet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
1111
<PackageReference Include="NUnit" Version="4.6.1" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1313
<PackageReference Include="FluentAssertions" Version="7.2.2" />

0 commit comments

Comments
 (0)