-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump prometheus-net.AspNetCore from 8.1.0 to 8.2.1 in /src/web
Bumps [prometheus-net.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 8.1.0 to 8.2.1. - [Release notes](https://github.com/prometheus-net/prometheus-net/releases) - [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History) - [Commits](prometheus-net/prometheus-net@v8.1.0...v8.2.1) --- updated-dependencies: - dependency-name: prometheus-net.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
009fdaf
commit 53f54b7
Showing
1 changed file
with
34 additions
and
34 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,34 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>AzureStorageWebExplorer</PackageId> | ||
<AssemblyVersion>$(AzureStorageWebExplorerVersion)</AssemblyVersion> | ||
<FileVersion>$(AzureStorageWebExplorerVersion)</FileVersion> | ||
<Authors>Sebastián Gómez</Authors> | ||
<Product>Azure Storage web explorer</Product> | ||
<Copyright>(C) 2023 @sebagomez. All rights reserved.</Copyright> | ||
<RepositoryUrl>https://github.com/sebagomez/azurestorageexplorer</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageIcon>favicon.ico</PackageIcon> | ||
<PackageIconUrl /> | ||
<PackageTags>azure,azure-storage,azure-blobs,azure-queues,azure-tables,azure-files</PackageTags> | ||
<Version>$(AzureStorageWebExplorerVersion)</Version> | ||
<PackageProjectUrl>https://azurestorage.azurewebsites.net</PackageProjectUrl> | ||
<Description>Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\StorageLibrary\StorageLibrary.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="prometheus-net.AspNetCore" Version="8.1.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>AzureStorageWebExplorer</PackageId> | ||
<AssemblyVersion>$(AzureStorageWebExplorerVersion)</AssemblyVersion> | ||
<FileVersion>$(AzureStorageWebExplorerVersion)</FileVersion> | ||
<Authors>Sebastián Gómez</Authors> | ||
<Product>Azure Storage web explorer</Product> | ||
<Copyright>(C) 2023 @sebagomez. All rights reserved.</Copyright> | ||
<RepositoryUrl>https://github.com/sebagomez/azurestorageexplorer</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageIcon>favicon.ico</PackageIcon> | ||
<PackageIconUrl /> | ||
<PackageTags>azure,azure-storage,azure-blobs,azure-queues,azure-tables,azure-files</PackageTags> | ||
<Version>$(AzureStorageWebExplorerVersion)</Version> | ||
<PackageProjectUrl>https://azurestorage.azurewebsites.net</PackageProjectUrl> | ||
<Description>Manage your Azure Storage blobs, tables, queues and file shares from this simple and intuitive web application</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\StorageLibrary\StorageLibrary.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="prometheus-net.AspNetCore" Version="8.2.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |