Skip to content

Commit

Permalink
chore: bump Attest packages
Browse files Browse the repository at this point in the history
  • Loading branch information
godrose committed Jan 23, 2022
1 parent 5df7fb6 commit 0f98f09
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
Expand All @@ -11,7 +11,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.3" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LogoFX.Client.Core\LogoFX.Client.Core.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.3" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Solid.Core" Version="2.3.3" />
<PackageReference Include="Solid.Core" Version="2.3.4" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.3" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/LogoFX.Core.Specs/LogoFX.Core.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.3" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Solid.Practices.Modularity" Version="2.3.3" />
<PackageReference Include="Solid.Practices.Modularity" Version="2.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LogoFX.Core\LogoFX.Core.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.3" />
<PackageReference Include="Attest.Tests.SpecFlow" Version="2.4.4" />
<PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="SpecFlow" Version="3.9.40" />
Expand Down

0 comments on commit 0f98f09

Please sign in to comment.