add missing return type for ISettingsProvider.CreateInstance
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
Function GetSettingsIdentifiers() As List(Of String)
|
||||
|
||||
Function CreateInstance(identifier As String)
|
||||
Function CreateInstance(identifier As String) As IChildSettings
|
||||
|
||||
End Interface
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||
<Version>3.0.0</Version>
|
||||
<Version>3.0.1</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
|
||||
Reference in New Issue
Block a user