Skip to content

Commit

Permalink
build(deps): Bump xunit.runner.visualstudio from 2.5.1 to 2.5.5 (#284)
Browse files Browse the repository at this point in the history
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.5)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent bc23be9 commit 8254f79
Showing 1 changed file with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>

<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);SA1600</NoWarn>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SourceGenerator\**" />
<EmbeddedResource Remove="SourceGenerator\**" />
<None Remove="SourceGenerator\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReactiveMarbles.PropertyChanged\ReactiveMarbles.PropertyChanged.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>

<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);SA1600</NoWarn>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
<Compile Remove="SourceGenerator\**" />
<EmbeddedResource Remove="SourceGenerator\**" />
<None Remove="SourceGenerator\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="xunit" Version="2.6.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReactiveMarbles.PropertyChanged\ReactiveMarbles.PropertyChanged.csproj" />
</ItemGroup>

</Project>

0 comments on commit 8254f79

Please sign in to comment.