Skip to content

Bump FluentAssertions and Microsoft.Playwright #1281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<AdditionalFiles Include="$(BannedSymbolsFullPath)"/>
<AdditionalFiles Include="$(BannedSymbolsFullPath)" />
</ItemGroup>

<ItemGroup Label="IDesignAnalyzers" Condition="'$(EnableIDesignAnalyzers)' == 'true' AND Exists('$(UsingAnalyzerFullPath)')">
<PackageReference Include="IDesign.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<AdditionalFiles Include="$(UsingAnalyzerFullPath)"/>
<AdditionalFiles Include="$(UsingAnalyzerFullPath)" />
</ItemGroup>

<ItemGroup Label="SonarAnalyzers" Condition="'$(EnableSonarAnalyzers)' == 'true'">
Expand All @@ -50,14 +50,14 @@

<ItemGroup>
<AssemblyMetadata Include="RootDirectory" Value="$(RootDirectory)" />
<AssemblyMetadata Include="SdkVersion" Value="$(ArcadeSdkVersion)"/>
<AssemblyMetadata Include="BuildId" Value="$(BuildId)"/>
<AssemblyMetadata Include="BuildNumber" Value="$(BuildNumber)"/>
<AssemblyMetadata Include="SdkVersion" Value="$(ArcadeSdkVersion)" />
<AssemblyMetadata Include="BuildId" Value="$(BuildId)" />
<AssemblyMetadata Include="BuildNumber" Value="$(BuildNumber)" />
</ItemGroup>
<Target Name="IncludeSourceRevisionId" BeforeTargets="GetAssemblyAttributes">
<ItemGroup>
<AssemblyMetadata Include="SourceRevisionId" Value="$(SourceRevisionId)"/>
<AssemblyMetadata Include="RepositoryType" Value="$(RepositoryType)"/>
<AssemblyMetadata Include="SourceRevisionId" Value="$(SourceRevisionId)" />
<AssemblyMetadata Include="RepositoryType" Value="$(RepositoryType)" />
</ItemGroup>
</Target>

Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="22.0.15" />
<PackageVersion Include="Reqnroll.xUnit" Version="2.4.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="FluentAssertions" Version="[7.2.0, 8.0.0)" />
<PackageVersion Include="Microsoft.Playwright" Version="1.53.0" />
<PackageVersion Include="FluentAssertions" Version="8.5.0" />
<PackageVersion Include="Microsoft.Playwright" Version="1.54.0" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.7.0" />
</ItemGroup>
<ItemGroup Label="Analyzers">
Expand Down
Loading