make ILoadContent as unicat

This commit is contained in:
2024-06-11 06:03:03 +02:00
parent 9593bb0223
commit 26a40aac70
9 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
namespace Pilz.UI.Dialogs;
namespace Pilz.UI;
public interface ILoadContent
{

View File

@@ -7,9 +7,10 @@
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />