Skip to content

Commit

Permalink
build(deps): bump YamlDotNet from 15.1.0 to 15.1.1 dependencies .NET (d…
Browse files Browse the repository at this point in the history
…otnet#9689)

chore: update YamlDotNet version
  • Loading branch information
filzrev authored and p-kostov committed Jun 28, 2024
1 parent 15371b1 commit acbe8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageVersion Include="Stubble.Core" Version="1.10.8" />
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Composition" Version="8.0.0" />
<PackageVersion Include="YamlDotNet" Version="15.1.0" />
<PackageVersion Include="YamlDotNet" Version="15.1.1" />
<!-- Test only -->
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
Expand Down
1 change: 0 additions & 1 deletion src/Docfx.YamlSerialization/YamlSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ private IEventEmitter CreateEventEmitter()
{
return new TypeAssigningEventEmitter(
writer,
IsOptionSet(SerializationOptions.Roundtrip),
new Dictionary<Type, TagName>(),
quoteNecessaryStrings: false,
quoteYaml1_1Strings: false,
Expand Down

0 comments on commit acbe8b4

Please sign in to comment.