remove MBS.Desktop from framework-dotnet; it is now in desktop-framework-dotnet

This commit is contained in:
Michael Becker 2024-06-15 07:23:30 -04:00
parent a24ae26d57
commit 0ccf7ce844
2 changed files with 0 additions and 19 deletions

View File

@ -1,6 +0,0 @@
namespace MBS.Desktop;
public class DesktopApplication : MBS.Core.Application
{
}

View File

@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\MBS.Core\MBS.Core.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>