Skip to content

Commit a1820af

Browse files
author
Brian MacIntosh
committed
update yaml.net
1 parent 0534a5a commit a1820af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UnityProjectBrowser/UnityProjectBrowser.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<Reference Include="System.Net.Http" />
4747
<Reference Include="System.Windows.Forms" />
4848
<Reference Include="System.Xml" />
49-
<Reference Include="YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
50-
<HintPath>..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll</HintPath>
49+
<Reference Include="YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
50+
<HintPath>..\packages\YamlDotNet.9.1.4\lib\net45\YamlDotNet.dll</HintPath>
5151
</Reference>
5252
</ItemGroup>
5353
<ItemGroup>

UnityProjectBrowser/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="YamlDotNet" version="8.1.2" targetFramework="net461" />
3+
<package id="YamlDotNet" version="9.1.4" targetFramework="net461" />
44
</packages>

0 commit comments

Comments
 (0)