Skip to content

Commit 4c6b693

Browse files
committed
Bump dependencies
1 parent 3c87be9 commit 4c6b693

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
SPDX-FileCopyrightText: 2024 Frans van Dorsselaer
44
@@ -37,6 +37,9 @@ SPDX-License-Identifier: MIT
3737
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\strongname.snk</AssemblyOriginatorKeyFile>
3838
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3939

40+
<!-- Bump MSTest.Sdk "transitive" dependencies (they are actually direct dependencies) -->
41+
<MicrosoftNETTestSdkVersion>17.14.1</MicrosoftNETTestSdkVersion>
42+
4043
<!-- Assembly metadata -->
4144
<Product>gitversion-msbuild</Product>
4245
<Company>Frans van Dorsselaer</Company>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"rollForward": "latestFeature"
66
},
77
"msbuild-sdks": {
8-
"MSTest.Sdk": "3.8.3"
8+
"MSTest.Sdk": "3.10.1"
99
}
1010
}

0 commit comments

Comments
 (0)