Skip to content

Commit

Permalink
Merge pull request #11 from NugetNinja/users/nugetninja/evergreen
Browse files Browse the repository at this point in the history
Auto dependencies upgrade by bot.
  • Loading branch information
EdiWang committed Nov 13, 2023
2 parents 7c16012 + 6dc31b2 commit 2396290
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/Edi.AzureBlobSync/Edi.AzureBlobSync.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.17.3</Version>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>azblobsync</ToolCommandName>
<ImplicitUsings>enable</ImplicitUsings>
<Description>.NET Tool for backup files in Azure Blob Storage to local file system.</Description>
<PackageTags>Azure</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/EdiWang/Azure-Blob-Backup</RepositoryUrl>
<LangVersion>latest</LangVersion>
<Title>Edi.AzureBlobSync</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.18.0" />
</ItemGroup>
</Project>
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.17.4</Version>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackAsTool>true</PackAsTool>
<ToolCommandName>azblobsync</ToolCommandName>
<ImplicitUsings>enable</ImplicitUsings>
<Description>.NET Tool for backup files in Azure Blob Storage to local file system.</Description>
<PackageTags>Azure</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/EdiWang/Azure-Blob-Backup</RepositoryUrl>
<LangVersion>latest</LangVersion>
<Title>Edi.AzureBlobSync</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Spectre.Console" Version="0.47.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.0" />
</ItemGroup>
</Project>

0 comments on commit 2396290

Please sign in to comment.