File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
LinkDotNet.Blog.IntegrationTests
LinkDotNet.Infrastructure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" bunit" Version =" 1.2.36-preview" />
11
11
<PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
12
12
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 5.0.7" />
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.10.0 " />
14
14
<PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.25.0.33663" >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
24
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25
25
<PrivateAssets >all</PrivateAssets >
26
26
</PackageReference >
27
- <PackageReference Include =" coverlet.collector" Version =" 3.0.2 " >
27
+ <PackageReference Include =" coverlet.collector" Version =" 3.0.3 " >
28
28
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29
29
<PrivateAssets >all</PrivateAssets >
30
30
</PackageReference >
Original file line number Diff line number Diff line change 6
6
7
7
<ItemGroup >
8
8
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.7" />
9
- <PackageReference Include =" RavenDB.Client" Version =" 5.2.0 " />
9
+ <PackageReference Include =" RavenDB.Client" Version =" 5.2.1 " />
10
10
<PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.25.0.33663" >
11
11
<PrivateAssets >all</PrivateAssets >
12
12
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments