-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump xunit.runner.visualstudio from 2.5.3 to 2.5.5 in /src
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
1 parent
793845c
commit fba2fa1
Showing
1 changed file
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |