Skip to content

Commit 7fc302c

Browse files
committed
FF-1644: Updated nuget packages
1 parent cd75ee9 commit 7fc302c

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

Client/Client.csproj

0 Bytes
Binary file not shown.

Client/wwwroot/css/app.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3809,9 +3809,10 @@ hr {
38093809
bottom: 0;
38103810
left: 0;
38113811
right: 0;
3812-
text-align: center;
3813-
align-self: center;
38143812
font-weight: var(--bold, 600);
3813+
display: inline-flex;
3814+
align-items: center;
3815+
justify-content: center;
38153816
}
38163817
.report-output .percentage .bar {
38173818
border-top-right-radius: 0.5rem;

Client/wwwroot/css/app.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,14 +1330,15 @@ input[type=file]{
13301330
display: flex;
13311331
}
13321332
.label {
1333-
position:absolute;
1334-
top:0;
1335-
bottom:0;
1336-
left:0;
1337-
right:0;
1338-
text-align: center;
1339-
align-self: center;
1333+
position: absolute;
1334+
top: 0;
1335+
bottom: 0;
1336+
left: 0;
1337+
right: 0;
13401338
font-weight: var(--bold, 600);
1339+
display: inline-flex;
1340+
align-items: center;
1341+
justify-content: center;
13411342
}
13421343

13431344
.bar {

DataLayer/DataLayer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
</PropertyGroup>
1010
<ItemGroup>
11+
<PackageReference Include="Humanizer" Version="2.14.1" />
1112
<PackageReference Include="MySqlBackup.NET" Version="2.3.8" />
1213
<PackageReference Include="Npgsql" Version="8.0.3" />
1314
<PackageReference Include="NPoco" Version="5.7.1" />

FileFlowTests/FileFlowTests.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
9-
<PackageReference Include="Moq" Version="4.18.4" />
10-
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
9+
<PackageReference Include="Moq" Version="4.20.70" />
10+
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
1111
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
12-
<PackageReference Include="coverlet.collector" Version="3.1.0" />
12+
<PackageReference Include="coverlet.collector" Version="6.0.2">
13+
<PrivateAssets>all</PrivateAssets>
14+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
15+
</PackageReference>
1316
</ItemGroup>
1417
<ItemGroup>
1518
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />

Server/Server.csproj

0 Bytes
Binary file not shown.

Shared/Shared.csproj

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)