-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump YamlDotNet from 13.1.0 to 15.1.1 in /src
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.1.0 to 15.1.1. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v13.1.0...v15.1.1) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fd26f77
commit a22b625
Showing
2 changed files
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
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,40 +1,40 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<!-- Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) --> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>Cake.Yaml</PackageId> | ||
<Title>Cake.Yaml</Title> | ||
<Summary>YAML Serialization addon for cake build.</Summary> | ||
<Description>Cake Build addon for YAML Serialization.</Description> | ||
<PackageTags>cake;script;build;cake-addin;YAML</PackageTags> | ||
<Authors>Redth</Authors> | ||
<Owners>Redth,cake-contrib</Owners> | ||
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Yaml</PackageProjectUrl> | ||
<PackageIcon>images/icon.png</PackageIcon> | ||
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/cake-contrib/Cake.Yaml.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="images/icon.png" Pack="true" PackagePath="images" /> | ||
<PackageReference Include="Cake.Core" Version="3.0.0"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="YamlDotNet" Version="13.1.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<!-- Embed source files that are not tracked by the source control manager in the PDB --> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) --> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageId>Cake.Yaml</PackageId> | ||
<Title>Cake.Yaml</Title> | ||
<Summary>YAML Serialization addon for cake build.</Summary> | ||
<Description>Cake Build addon for YAML Serialization.</Description> | ||
<PackageTags>cake;script;build;cake-addin;YAML</PackageTags> | ||
<Authors>Redth</Authors> | ||
<Owners>Redth,cake-contrib</Owners> | ||
<PackageProjectUrl>https://github.com/cake-contrib/Cake.Yaml</PackageProjectUrl> | ||
<PackageIcon>images/icon.png</PackageIcon> | ||
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryUrl>https://github.com/cake-contrib/Cake.Yaml.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="images/icon.png" Pack="true" PackagePath="images" /> | ||
<PackageReference Include="Cake.Core" Version="3.0.0"> | ||
<PrivateAssets>All</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="YamlDotNet" Version="15.1.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |