Skip to content

Commit

Permalink
Bump xunit.runner.visualstudio from 2.5.3 to 2.5.5 in /src
Browse files Browse the repository at this point in the history
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.5.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.3...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 793845c commit fba2fa1
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
<Project>
<!-- Set common properties regarding assembly information and nuget packages -->
<PropertyGroup>
<Authors>Hyperledger Aries Dotnet Maintainers</Authors>
<Company>Hyperledger</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/hyperledger/aries-framework-dotnet</PackageProjectUrl>
<PackageTags>Hyperledger Aries Self-Sovereign-Identity</PackageTags>
<Product>Hyperledger Aries Dotnet</Product>
<RepositoryUrl>https://github.com/hyperledger/aries-framework-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>2.0.0</Version>
</PropertyGroup>
<!-- Common compile parameters -->
<PropertyGroup>
<!-- We use full (Windows PDBs) until cross platform support for source link will get better -->
<DebugType>full</DebugType>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);1591</NoWarn>
<Nullable>disable</Nullable>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<!--Versions of packages used across the repository-->
<PropertyGroup Label="Package Versions">
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
<MicrosoftAspNetCoreHttpExtensionsVersion>2.2.0</MicrosoftAspNetCoreHttpExtensionsVersion>
<MicrosoftAspNetCoreHttpVersion>2.2.2</MicrosoftAspNetCoreHttpVersion>
<MicrosoftCodeAnalysisFxCopAnalyzersVersion>3.0.0</MicrosoftCodeAnalysisFxCopAnalyzersVersion>
<MicrosoftExtensionsHostingVersion>3.1.5</MicrosoftExtensionsHostingVersion>
<MicrosoftExtensionsHttpVersion>3.1.5</MicrosoftExtensionsHttpVersion>
<MicrosoftExtensionsLoggingVersion>3.1.5</MicrosoftExtensionsLoggingVersion>
<MicrosoftNETTestSdkVersion>16.6.1</MicrosoftNETTestSdkVersion>
<SystemReactiveLinqVersion>4.4.1</SystemReactiveLinqVersion>
<SystemTextJsonVersion>4.7.2</SystemTextJsonVersion>
<AutofacExtensionsDependencyInjectionVersion>6.0.0</AutofacExtensionsDependencyInjectionVersion>
<DawnGuardVersion>1.12.0</DawnGuardVersion>
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
<FluentValidationAspNetCoreVersion>9.2.0</FluentValidationAspNetCoreVersion>
<FluentValidationVersion>9.2.0</FluentValidationVersion>
<FlurlVersion>2.8.2</FlurlVersion>
<HyperledgerIndySdkVersion>1.11.1</HyperledgerIndySdkVersion>
<HyperledgerIndyVdrVersion>0.4.2-alpha</HyperledgerIndyVdrVersion>
<MediatrExtensionsMicrosoftDependencyInjectionVersion>8.0.1</MediatrExtensionsMicrosoftDependencyInjectionVersion>
<MediatrVersion>8.0.2</MediatrVersion>
<MicroElementsSwashbuckleFluentValidationVersion>4.0.0</MicroElementsSwashbuckleFluentValidationVersion>
<MoqVersion>4.14.5</MoqVersion>
<MultiformatsBaseVersion>2.0.2</MultiformatsBaseVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<NLogConfigVersion>4.7.2</NLogConfigVersion>
<PollyVersion>7.2.1</PollyVersion>
<StatelessVersion>5.1.2</StatelessVersion>
<SwashbuckleAspNetCoreAnnotationsVersion>5.5.1</SwashbuckleAspNetCoreAnnotationsVersion>
<SwashbuckleAspNetCoreFiltersVersion>5.1.2</SwashbuckleAspNetCoreFiltersVersion>
<SwashbuckleAspNetCoreSwaggerGenVersion>5.5.1</SwashbuckleAspNetCoreSwaggerGenVersion>
<SwashbuckleAspNetCoreSwaggerUIVersion>5.5.1</SwashbuckleAspNetCoreSwaggerUIVersion>
<SwashbuckleAspNetCoreSwaggerVersion>5.5.1</SwashbuckleAspNetCoreSwaggerVersion>
<XunitRunnerVisualstudioVersion>2.4.2</XunitRunnerVisualstudioVersion>
<XunitVersion>2.4.1</XunitVersion>
</PropertyGroup>
</Project>
<Project>
<!-- Set common properties regarding assembly information and nuget packages -->
<PropertyGroup>
<Authors>Hyperledger Aries Dotnet Maintainers</Authors>
<Company>Hyperledger</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/hyperledger/aries-framework-dotnet</PackageProjectUrl>
<PackageTags>Hyperledger Aries Self-Sovereign-Identity</PackageTags>
<Product>Hyperledger Aries Dotnet</Product>
<RepositoryUrl>https://github.com/hyperledger/aries-framework-dotnet.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>2.0.0</Version>
</PropertyGroup>
<!-- Common compile parameters -->
<PropertyGroup>
<!-- We use full (Windows PDBs) until cross platform support for source link will get better -->
<DebugType>full</DebugType>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);1591</NoWarn>
<Nullable>disable</Nullable>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<!--Versions of packages used across the repository-->
<PropertyGroup Label="Package Versions">
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
<MicrosoftAspNetCoreHttpExtensionsVersion>2.2.0</MicrosoftAspNetCoreHttpExtensionsVersion>
<MicrosoftAspNetCoreHttpVersion>2.2.2</MicrosoftAspNetCoreHttpVersion>
<MicrosoftCodeAnalysisFxCopAnalyzersVersion>3.0.0</MicrosoftCodeAnalysisFxCopAnalyzersVersion>
<MicrosoftExtensionsHostingVersion>3.1.5</MicrosoftExtensionsHostingVersion>
<MicrosoftExtensionsHttpVersion>3.1.5</MicrosoftExtensionsHttpVersion>
<MicrosoftExtensionsLoggingVersion>3.1.5</MicrosoftExtensionsLoggingVersion>
<MicrosoftNETTestSdkVersion>16.6.1</MicrosoftNETTestSdkVersion>
<SystemReactiveLinqVersion>4.4.1</SystemReactiveLinqVersion>
<SystemTextJsonVersion>4.7.2</SystemTextJsonVersion>
<AutofacExtensionsDependencyInjectionVersion>6.0.0</AutofacExtensionsDependencyInjectionVersion>
<DawnGuardVersion>1.12.0</DawnGuardVersion>
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
<FluentValidationAspNetCoreVersion>9.2.0</FluentValidationAspNetCoreVersion>
<FluentValidationVersion>9.2.0</FluentValidationVersion>
<FlurlVersion>2.8.2</FlurlVersion>
<HyperledgerIndySdkVersion>1.11.1</HyperledgerIndySdkVersion>
<HyperledgerIndyVdrVersion>0.4.2-alpha</HyperledgerIndyVdrVersion>
<MediatrExtensionsMicrosoftDependencyInjectionVersion>8.0.1</MediatrExtensionsMicrosoftDependencyInjectionVersion>
<MediatrVersion>8.0.2</MediatrVersion>
<MicroElementsSwashbuckleFluentValidationVersion>4.0.0</MicroElementsSwashbuckleFluentValidationVersion>
<MoqVersion>4.14.5</MoqVersion>
<MultiformatsBaseVersion>2.0.2</MultiformatsBaseVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<NLogConfigVersion>4.7.2</NLogConfigVersion>
<PollyVersion>7.2.1</PollyVersion>
<StatelessVersion>5.1.2</StatelessVersion>
<SwashbuckleAspNetCoreAnnotationsVersion>5.5.1</SwashbuckleAspNetCoreAnnotationsVersion>
<SwashbuckleAspNetCoreFiltersVersion>5.1.2</SwashbuckleAspNetCoreFiltersVersion>
<SwashbuckleAspNetCoreSwaggerGenVersion>5.5.1</SwashbuckleAspNetCoreSwaggerGenVersion>
<SwashbuckleAspNetCoreSwaggerUIVersion>5.5.1</SwashbuckleAspNetCoreSwaggerUIVersion>
<SwashbuckleAspNetCoreSwaggerVersion>5.5.1</SwashbuckleAspNetCoreSwaggerVersion>
<XunitRunnerVisualstudioVersion>2.5.5</XunitRunnerVisualstudioVersion>
<XunitVersion>2.4.1</XunitVersion>
</PropertyGroup>
</Project>

0 comments on commit fba2fa1

Please sign in to comment.