-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump System.Threading.Tasks.Dataflow from 7.0.0 to 8.0.0
Bumps [System.Threading.Tasks.Dataflow](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.Threading.Tasks.Dataflow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5cd8260
commit 326883b
Showing
1 changed file
with
41 additions
and
41 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,42 +1,42 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<AssemblyName>DeveImageOptimizer</AssemblyName> | ||
<PackageId>DeveImageOptimizer</PackageId> | ||
<Title>DeveImageOptimizer</Title> | ||
<Authors>Devedse</Authors> | ||
<Description>A library to more easily control image optimization from C# using https://encode.ru/threads/1589-FileOptimizer</Description> | ||
<PackageProjectUrl>https://github.com/devedse/DeveImageOptimizer</PackageProjectUrl> | ||
<PackageTags>image;drawing;optimization</PackageTags> | ||
<nullable>enable</nullable> | ||
|
||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
|
||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>false</EmbedUntrackedSources> | ||
|
||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DeveCoolLib" Version="1.0.568" /> | ||
<PackageReference Include="ExifLibNet" Version="2.1.4" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" /> | ||
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" /> | ||
<PackageReference Include="System.Memory" Version="4.5.5" /> | ||
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" /> | ||
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" /> | ||
<PackageReference Include="System.ValueTuple" Version="4.5.0" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net7.0</TargetFramework> | ||
<AssemblyName>DeveImageOptimizer</AssemblyName> | ||
<PackageId>DeveImageOptimizer</PackageId> | ||
<Title>DeveImageOptimizer</Title> | ||
<Authors>Devedse</Authors> | ||
<Description>A library to more easily control image optimization from C# using https://encode.ru/threads/1589-FileOptimizer</Description> | ||
<PackageProjectUrl>https://github.com/devedse/DeveImageOptimizer</PackageProjectUrl> | ||
<PackageTags>image;drawing;optimization</PackageTags> | ||
<nullable>enable</nullable> | ||
|
||
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
|
||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>false</EmbedUntrackedSources> | ||
|
||
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link --> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DeveCoolLib" Version="1.0.568" /> | ||
<PackageReference Include="ExifLibNet" Version="2.1.4" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" /> | ||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.11" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" /> | ||
<PackageReference Include="System.Diagnostics.Process" Version="4.3.0" /> | ||
<PackageReference Include="System.Memory" Version="4.5.5" /> | ||
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" /> | ||
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="8.0.0" /> | ||
<PackageReference Include="System.ValueTuple" Version="4.5.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |