make mySettings protected
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<Version>3.0.3</Version>
|
||||
<Version>3.0.4</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
|
||||
@@ -6,7 +6,7 @@ Public Class Settings
|
||||
Implements ISettings
|
||||
|
||||
<JsonProperty(NameOf(Settings))>
|
||||
Private ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
||||
Protected ReadOnly mySettings As New Dictionary(Of String, IChildSettings)
|
||||
|
||||
<JsonIgnore>
|
||||
Public ReadOnly Property Settings As IReadOnlyCollection(Of IChildSettings) Implements ISettings.Settings
|
||||
|
||||
Reference in New Issue
Block a user