Skip to content

Commit

Permalink
Update Zio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jul 27, 2024
1 parent f4623e1 commit 7826471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class SingletonExpandoConfigSection<TConfigSection> : ExpandoCon
where TConfigSection : SingletonExpandoConfigSection<TConfigSection>
{
/// <summary>
/// Gets this singleton <see cref="ConfigSection"/>'s instance.
/// Gets this singleton <see cref="ExpandoConfigSection"/>'s instance.
/// </summary>
public static TConfigSection Instance { get; private set; } = null!;

Expand Down
2 changes: 1 addition & 1 deletion MonkeyLoader/MonkeyLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0">
<Private>True</Private>
</PackageReference>
<PackageReference Include="Zio" Version="0.19.0">
<PackageReference Include="Zio" Version="0.19.1">
<Private>True</Private>
</PackageReference>
<!--<ProjectReference Include="..\MonkeyLoader.CodeGenerators\MonkeyLoader.CodeGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />-->
Expand Down

0 comments on commit 7826471

Please sign in to comment.