We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd11207 commit 9678a19Copy full SHA for 9678a19
2 files changed
DotNetExtensions/DotNetExtensions.csproj
@@ -13,7 +13,7 @@
13
</PropertyGroup>
14
15
<PropertyGroup>
16
- <Version>5.11.3</Version>
+ <Version>5.11.4</Version>
17
<Authors>Diogo Medeiros</Authors>
18
<Company>Diogo Medeiros</Company>
19
<Description>This is a collection of extension methods for .NET Core.</Description>
global.json
@@ -5,7 +5,7 @@
5
"allowPrerelease": false
6
},
7
"msbuild-sdks": {
8
- "MSTest.Sdk": "4.0.2"
+ "MSTest.Sdk": "4.1.0"
9
10
"test": {
11
"runner": "Microsoft.Testing.Platform"
0 commit comments