Skip to content

Commit 9678a19

Browse files
committed
Bump version to 5.11.4 and upgrade MSTest.Sdk to 4.1.0 in global.json
1 parent cd11207 commit 9678a19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DotNetExtensions/DotNetExtensions.csproj

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

1515
<PropertyGroup>
16-
<Version>5.11.3</Version>
16+
<Version>5.11.4</Version>
1717
<Authors>Diogo Medeiros</Authors>
1818
<Company>Diogo Medeiros</Company>
1919
<Description>This is a collection of extension methods for .NET Core.</Description>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"allowPrerelease": false
66
},
77
"msbuild-sdks": {
8-
"MSTest.Sdk": "4.0.2"
8+
"MSTest.Sdk": "4.1.0"
99
},
1010
"test": {
1111
"runner": "Microsoft.Testing.Platform"

0 commit comments

Comments
 (0)