This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
ServiceStack.Redis.Tests.Sentinel Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
// See https://go.microsoft.com/fwlink/?LinkId=733558
3
3
// for the documentation about the tasks.json format
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 2.0 .0" ,
5
5
"command" : " dotnet" ,
6
- "isShellCommand" : true ,
7
6
"args" : [],
8
7
"tasks" : [
9
8
{
10
- "taskName" : " build" ,
11
- "args" : [ " tests/ServiceStack.Redis.Tests" ],
12
- "isBuildCommand" : true ,
13
- "showOutput" : " silent" ,
14
- "problemMatcher" : " $msCompile"
9
+ "label" : " build" ,
10
+ "type" : " shell" ,
11
+ "command" : " dotnet" ,
12
+ "args" : [
13
+ " build" ,
14
+ " tests/ServiceStack.Redis.Tests"
15
+ ],
16
+ "problemMatcher" : " $msCompile" ,
17
+ "group" : " build"
15
18
}
16
19
]
17
20
}
Original file line number Diff line number Diff line change 46
46
</PropertyGroup >
47
47
48
48
<ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
49
- <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.1.1 " />
49
+ <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.2.0 " />
50
50
</ItemGroup >
51
51
52
52
</Project >
Original file line number Diff line number Diff line change 50
50
<Reference Include =" Microsoft.CSharp" />
51
51
</ItemGroup >
52
52
<ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' " >
53
- <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.1.1 " />
53
+ <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 2.2.0 " />
54
54
</ItemGroup >
55
55
</Project >
You can’t perform that action at this time.
0 commit comments