Skip to content

Commit cb99f25

Browse files
Bump YamlDotNet from 13.7.1 to 16.3.0 in /src
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 13.7.1 to 16.3.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](aaubry/YamlDotNet@v13.7.1...v16.3.0) --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e92d368 commit cb99f25

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed
Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<!-- This two imports allow visual studio to transform text templates during building (1 for VS2019, and 1 for VS2017) -->
3-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets')" />
4-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets')" />
5-
<PropertyGroup>
6-
<LangVersion>8.0</LangVersion>
7-
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
8-
<Title>GitReleaseManager.Core</Title>
9-
<Description>Create release notes in markdown given a milestone</Description>
10-
<IsPackable>false</IsPackable>
11-
<NoWarn>$(NoWarn);CA1707;</NoWarn>
12-
<TransformOnBuild>true</TransformOnBuild>
13-
</PropertyGroup>
14-
15-
<ItemGroup>
16-
<T4ReferencePath Include="$(VsIdePath)PublicAssemblies\" />
17-
</ItemGroup>
18-
19-
<ItemGroup>
20-
<PackageReference Include="CommandLineParser" Version="2.9.1" />
21-
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />
22-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
23-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24-
<PrivateAssets>all</PrivateAssets>
25-
</PackageReference>
26-
<PackageReference Include="NGitLab" Version="7.0.1" />
27-
<PackageReference Include="Octokit" Version="12.0.0" />
28-
<PackageReference Include="Scriban" Version="5.10.0" />
29-
<PackageReference Include="seriloganalyzer" Version="0.15.0" />
30-
<PackageReference Include="YamlDotNet" Version="13.7.1" />
31-
<PackageReference Include="AutoMapper" Version="12.0.1" />
32-
</ItemGroup>
33-
<ItemGroup>
34-
<Compile Update="Templates\ReleaseTemplates.g.cs">
35-
<DesignTime>True</DesignTime>
36-
<AutoGen>True</AutoGen>
37-
<DependentUpon>ReleaseTemplates.tt</DependentUpon>
38-
</Compile>
39-
</ItemGroup>
40-
<ItemGroup>
41-
<None Update="Templates\ReleaseTemplates.tt">
42-
<Generator>TextTemplatingFileGenerator</Generator>
43-
<LastGenOutput>ReleaseTemplates.g.cs</LastGenOutput>
44-
</None>
45-
<None Include="Templates/**/*.sbn" />
46-
</ItemGroup>
47-
<ItemGroup>
48-
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
49-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<!-- This two imports allow visual studio to transform text templates during building (1 for VS2019, and 1 for VS2017) -->
3+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v16.0\TextTemplating\Microsoft.TextTemplating.targets')" />
4+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets" Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v15.0\TextTemplating\Microsoft.TextTemplating.targets')" />
5+
<PropertyGroup>
6+
<LangVersion>8.0</LangVersion>
7+
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
8+
<Title>GitReleaseManager.Core</Title>
9+
<Description>Create release notes in markdown given a milestone</Description>
10+
<IsPackable>false</IsPackable>
11+
<NoWarn>$(NoWarn);CA1707;</NoWarn>
12+
<TransformOnBuild>true</TransformOnBuild>
13+
</PropertyGroup>
14+
15+
<ItemGroup>
16+
<T4ReferencePath Include="$(VsIdePath)PublicAssemblies\" />
17+
</ItemGroup>
18+
19+
<ItemGroup>
20+
<PackageReference Include="CommandLineParser" Version="2.9.1" />
21+
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />
22+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
23+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24+
<PrivateAssets>all</PrivateAssets>
25+
</PackageReference>
26+
<PackageReference Include="NGitLab" Version="7.0.1" />
27+
<PackageReference Include="Octokit" Version="12.0.0" />
28+
<PackageReference Include="Scriban" Version="5.10.0" />
29+
<PackageReference Include="seriloganalyzer" Version="0.15.0" />
30+
<PackageReference Include="YamlDotNet" Version="16.3.0" />
31+
<PackageReference Include="AutoMapper" Version="12.0.1" />
32+
</ItemGroup>
33+
<ItemGroup>
34+
<Compile Update="Templates\ReleaseTemplates.g.cs">
35+
<DesignTime>True</DesignTime>
36+
<AutoGen>True</AutoGen>
37+
<DependentUpon>ReleaseTemplates.tt</DependentUpon>
38+
</Compile>
39+
</ItemGroup>
40+
<ItemGroup>
41+
<None Update="Templates\ReleaseTemplates.tt">
42+
<Generator>TextTemplatingFileGenerator</Generator>
43+
<LastGenOutput>ReleaseTemplates.g.cs</LastGenOutput>
44+
</None>
45+
<None Include="Templates/**/*.sbn" />
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
49+
</ItemGroup>
5050
</Project>

0 commit comments

Comments
 (0)