-
Notifications
You must be signed in to change notification settings - Fork 39
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.7.1 to 16.1.0 in /src
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.7.1 to 16.1.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v13.7.1...v16.1.0) --- 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
8987ebd
commit fb9cf69
Showing
1 changed file
with
49 additions
and
49 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,50 +1,50 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<!-- This two imports allow visual studio to transform text templates during building (1 for VS2019, and 1 for VS2017) --> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets')" /> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets')" /> | ||
<PropertyGroup> | ||
<LangVersion>8.0</LangVersion> | ||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||
<Title>GitReleaseManager.Core</Title> | ||
<Description>Create release notes in markdown given a milestone</Description> | ||
<IsPackable>false</IsPackable> | ||
<NoWarn>$(NoWarn);CA1707;</NoWarn> | ||
<TransformOnBuild>true</TransformOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<T4ReferencePath Include="$(VsIdePath)PublicAssemblies\" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="NGitLab" Version="6.51.1" /> | ||
<PackageReference Include="Octokit" Version="12.0.0" /> | ||
<PackageReference Include="Scriban" Version="5.10.0" /> | ||
<PackageReference Include="seriloganalyzer" Version="0.15.0" /> | ||
<PackageReference Include="YamlDotNet" Version="13.7.1" /> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Templates\ReleaseTemplates.g.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>ReleaseTemplates.tt</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="Templates\ReleaseTemplates.tt"> | ||
<Generator>TextTemplatingFileGenerator</Generator> | ||
<LastGenOutput>ReleaseTemplates.g.cs</LastGenOutput> | ||
</None> | ||
<None Include="Templates/**/*.sbn" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> | ||
</ItemGroup> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<!-- This two imports allow visual studio to transform text templates during building (1 for VS2019, and 1 for VS2017) --> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets')" /> | ||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets')" /> | ||
<PropertyGroup> | ||
<LangVersion>8.0</LangVersion> | ||
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> | ||
<Title>GitReleaseManager.Core</Title> | ||
<Description>Create release notes in markdown given a milestone</Description> | ||
<IsPackable>false</IsPackable> | ||
<NoWarn>$(NoWarn);CA1707;</NoWarn> | ||
<TransformOnBuild>true</TransformOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<T4ReferencePath Include="$(VsIdePath)PublicAssemblies\" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="NGitLab" Version="6.51.1" /> | ||
<PackageReference Include="Octokit" Version="12.0.0" /> | ||
<PackageReference Include="Scriban" Version="5.10.0" /> | ||
<PackageReference Include="seriloganalyzer" Version="0.15.0" /> | ||
<PackageReference Include="YamlDotNet" Version="16.1.0" /> | ||
<PackageReference Include="AutoMapper" Version="12.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Templates\ReleaseTemplates.g.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>ReleaseTemplates.tt</DependentUpon> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Update="Templates\ReleaseTemplates.tt"> | ||
<Generator>TextTemplatingFileGenerator</Generator> | ||
<LastGenOutput>ReleaseTemplates.g.cs</LastGenOutput> | ||
</None> | ||
<None Include="Templates/**/*.sbn" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" /> | ||
</ItemGroup> | ||
</Project> |