-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Microsoft.AspNetCore.TestHost from 7.0.5 to 7.0.14
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 7.0.5 to 7.0.14. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v7.0.5...v7.0.14) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4234297
commit 5b0b21f
Showing
1 changed file
with
36 additions
and
36 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,36 +1,36 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Version>1.0.3</Version> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<PackageId>ApiToolkit.Net</PackageId> | ||
<Authors>ApiToolkit</Authors> | ||
<Company>ApiToolkit</Company> | ||
<Description>Monitoring and Observability Middleware for your APIs</Description> | ||
<PackageTags>Monitoring, Observability, Logging, API, APIs</PackageTags> | ||
<RepositoryUrl>https://github.com/apitoolkit/apitoolkit-dotnet</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RootNamespace>ApiToolkitNet</RootNamespace> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>disable</Nullable> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IsPackable>true</IsPackable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="README.md" Pack="true" PackagePath="\"/> | ||
<PackageReference Include="Google.Apis.Auth" Version="1.62.0" /> | ||
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.7.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.5" /> | ||
<!-- Deprecated --> | ||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Version>1.0.3</Version> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<PackageId>ApiToolkit.Net</PackageId> | ||
<Authors>ApiToolkit</Authors> | ||
<Company>ApiToolkit</Company> | ||
<Description>Monitoring and Observability Middleware for your APIs</Description> | ||
<PackageTags>Monitoring, Observability, Logging, API, APIs</PackageTags> | ||
<RepositoryUrl>https://github.com/apitoolkit/apitoolkit-dotnet</RepositoryUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RootNamespace>ApiToolkitNet</RootNamespace> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<Nullable>disable</Nullable> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<IsPackable>true</IsPackable> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="README.md" Pack="true" PackagePath="\"/> | ||
<PackageReference Include="Google.Apis.Auth" Version="1.62.0" /> | ||
<PackageReference Include="Google.Cloud.PubSub.V1" Version="3.7.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" /> | ||
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.2" /> | ||
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="7.0.14" /> | ||
<!-- Deprecated --> | ||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" /> | ||
<PackageReference Include="NUnit" Version="3.13.3" /> | ||
</ItemGroup> | ||
|
||
</Project> |