1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 04:03:25 +00:00

[deps]: Update Microsoft.NET.Test.Sdk to v18 (#6449)

* [deps]: Update Microsoft.NET.Test.Sdk to v18

* Use MicrosoftNetTestSdkVersion variable instead of fixed versions

* Bump Microsoft.NET.Test.Sdk from 17.8.0 to 18.0.1 in Directory.Build.props

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-09 14:40:46 +01:00
committed by GitHub
parent 2e0a4161be
commit d26b5fa029
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<PropertyGroup>
<MicrosoftNetTestSdkVersion>17.8.0</MicrosoftNetTestSdkVersion>
<MicrosoftNetTestSdkVersion>18.0.1</MicrosoftNetTestSdkVersion>
<XUnitVersion>2.6.6</XUnitVersion>