Skip to content

Commit

Permalink
Update Edi.AzureBlobSync.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Apr 12, 2023
1 parent f3d992f commit 340ebab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Edi.AzureBlobSync/Edi.AzureBlobSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.15.2.0</AssemblyVersion>
<FileVersion>1.15.2.0</FileVersion>
<Version>1.15.2.0</Version>
<AssemblyVersion>1.15.3.0</AssemblyVersion>
<FileVersion>1.15.3.0</FileVersion>
<Version>1.15.3.0</Version>
<PackAsTool>true</PackAsTool>
<ToolCommandName>azblobsync</ToolCommandName>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -30,7 +30,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Spectre.Console" Version="0.46.0" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.15.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />
</ItemGroup>

</Project>

0 comments on commit 340ebab

Please sign in to comment.