File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
<AnalysisLevel >latest</AnalysisLevel >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.6.40 " >
9
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.7.0 " >
10
10
<PrivateAssets >all</PrivateAssets >
11
11
<ExcludeAssets >none</ExcludeAssets >
12
12
<IncludeAssets >all</IncludeAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.70 " >
14
+ <PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.81 " >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<ExcludeAssets >none</ExcludeAssets >
17
17
<IncludeAssets >all</IncludeAssets >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <Version >6.0.3 </Version >
4
+ <Version >6.1.0 </Version >
5
5
<LangVersion >11.0</LangVersion >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ version: '3'
2
2
services :
3
3
postgresql :
4
4
image : " ionx/postgres-plv8:12.2"
5
+ # image: "postgres:15.3-alpine"
5
6
ports :
6
7
- " 5432:5432"
7
8
environment :
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
18
18
<PackageReference Include =" NSubstitute" Version =" 5.0.0" />
19
19
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
20
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
20
+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
21
21
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
11
11
<PackageReference Include =" NSubstitute" Version =" 5.0.0" />
12
12
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
13
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
13
+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
14
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" JasperFx.Core" Version =" 1.4.0 " />
19
+ <PackageReference Include =" JasperFx.Core" Version =" 1.4.2 " />
20
20
</ItemGroup >
21
21
<Import Project =" ../../Analysis.Build.props" />
22
22
</Project >
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
10
10
<PackageReference Include =" NSubstitute" Version =" 5.0.0" />
11
11
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
12
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
12
+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
13
13
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
11
11
<PackageReference Include =" NSubstitute" Version =" 5.0.0" />
12
12
<PackageReference Include =" Shouldly" Version =" 4.2.1" />
13
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
13
+ <PackageReference Include =" xunit" Version =" 2.5.0 " />
14
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
15
15
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
16
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments