Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
b106ecde2d
Bump Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-23 11:17:53 +00:00
2 changed files with 13 additions and 13 deletions

View file

@ -27,7 +27,7 @@
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="2.2.0" /> <PackageVersion Include="Microsoft.WindowsAppSDK" Version="2.2.0" />
<!-- Testing --> <!-- Testing -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" /> <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" /> <PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.2" /> <PackageVersion Include="xunit.v3" Version="3.2.2" />
</ItemGroup> </ItemGroup>

View file

@ -21,12 +21,12 @@
}, },
"Microsoft.NET.Test.Sdk": { "Microsoft.NET.Test.Sdk": {
"type": "Direct", "type": "Direct",
"requested": "[18.8.1, )", "requested": "[18.9.0, )",
"resolved": "18.8.1", "resolved": "18.9.0",
"contentHash": "dknJL3/9Y3t4XuCBqnc0PevPxgLsUMmVhjwup/b1HNovA8zWcj3XsfIf7c6p05363DWcqL7X/YhDL9B+Zymv1w==", "contentHash": "xIzVXa/VpKXqDWzyC/5Hw8JbFY5u9k3Jc53CpcjBiOXvkQGio484LD9FNwOiGUSMDcYL3Rcw9sNgGi5WrswlPQ==",
"dependencies": { "dependencies": {
"Microsoft.CodeCoverage": "18.8.1", "Microsoft.CodeCoverage": "18.9.0",
"Microsoft.TestPlatform.TestHost": "18.8.1" "Microsoft.TestPlatform.TestHost": "18.9.0"
} }
}, },
"xunit.runner.visualstudio": { "xunit.runner.visualstudio": {
@ -61,8 +61,8 @@
}, },
"Microsoft.CodeCoverage": { "Microsoft.CodeCoverage": {
"type": "Transitive", "type": "Transitive",
"resolved": "18.8.1", "resolved": "18.9.0",
"contentHash": "Eclse/ZZjr4lmWzZFNN9h/OluhKL+SK/QbUyKUewgX139aGeyMEO/DkMPwuFs2MixvanTnz6891rF8UHDg+W4Q==" "contentHash": "MtegCIKGuG0r/LCdIjoR1HgzCGIUBhR3aNdbtQpts5vMXQuqBDZ2Jsd2uFKoHFM2XrQV6ZrDf3F5oLi3SLTp8w=="
}, },
"Microsoft.Data.Sqlite.Core": { "Microsoft.Data.Sqlite.Core": {
"type": "Transitive", "type": "Transitive",
@ -370,15 +370,15 @@
}, },
"Microsoft.TestPlatform.ObjectModel": { "Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive", "type": "Transitive",
"resolved": "18.8.1", "resolved": "18.9.0",
"contentHash": "qLbktNB1+b1XZLNJBTzaWVVJAd6PEzD7cgD406geMb6PcFZhp3EDNa1tctWx1+mtMU6MP/6ozVvFPC9vs2a9rw==" "contentHash": "Fz/qXC52VXXopzHj7v2reCKcCqSxkTDCkEDfkNAH0vni/7qK/KLMiEYtRmnUanxO2F2g2zZZ60qCpxF0AF7URA=="
}, },
"Microsoft.TestPlatform.TestHost": { "Microsoft.TestPlatform.TestHost": {
"type": "Transitive", "type": "Transitive",
"resolved": "18.8.1", "resolved": "18.9.0",
"contentHash": "FaQHPDTUOcE+SFTjssNPfrub2lT9Zyon4J2W/KLHt/efLJACb1TCeWXyOgh0D/4Q1e4n+S3E6mOKud+9nLZlEA==", "contentHash": "Oq+Pma/J86aZL72t71bcESvDszDsTjUfl6PIsuDdPoKTHZfNMhKamCfLD5fKx51W/u0KozXtJo2/3fnt0sgPxg==",
"dependencies": { "dependencies": {
"Microsoft.TestPlatform.ObjectModel": "18.8.1" "Microsoft.TestPlatform.ObjectModel": "18.9.0"
} }
}, },
"Microsoft.Win32.Registry": { "Microsoft.Win32.Registry": {