Skip to content

Commit a6025fa

Browse files
author
Bart Koelman
committed
Inlined MSBuild variables that are used only once
1 parent 0c8e0a3 commit a6025fa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
<!-- Test Project Dependencies -->
3030
<PropertyGroup>
3131
<CoverletVersion>3.1.0</CoverletVersion>
32-
<FluentAssertionsVersion>6.2.0</FluentAssertionsVersion>
3332
<MoqVersion>4.16.1</MoqVersion>
34-
<XUnitVersion>2.4.*</XUnitVersion>
3533
<TestSdkVersion>17.0.0</TestSdkVersion>
3634
</PropertyGroup>
3735
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>$(TargetFrameworkName)</TargetFramework>
44
</PropertyGroup>
@@ -10,12 +10,12 @@
1010
<ItemGroup>
1111
<PackageReference Include="Bogus" Version="34.0.1" />
1212
<PackageReference Include="coverlet.collector" Version="$(CoverletVersion)" PrivateAssets="All" />
13-
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
13+
<PackageReference Include="FluentAssertions" Version="6.2.0" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(AspNetVersion)" />
1515
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="$(AspNetVersion)" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1717
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="$(EFCorePostgresVersion)" />
18-
<PackageReference Include="xunit" Version="$(XUnitVersion)" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XUnitVersion)" PrivateAssets="All" />
18+
<PackageReference Include="xunit" Version="2.4.1" />
19+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="All" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)