clean
continuous-integration/drone/push Build is failing Details

pull/10/head
David D'ALMEIDA 1 year ago
parent 0f99118440
commit c60eecfb11

@ -8,8 +8,8 @@ using Shared;
using StubbedContextLib; using StubbedContextLib;
using static Model2Entities.DbDataManager; using static Model2Entities.DbDataManager;
namespace Model2Entities namespace ConsoleTestEFMapper;
{
/* /*
static class Program static class Program
{ {
@ -116,4 +116,3 @@ namespace Model2Entities
static void UsersTest() static void UsersTest()
{} {}
}*/ }*/
}

@ -1,2 +1,2 @@
// See https://aka.ms/new-console-template for more information // See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!"); Console.WriteLine("Hello, World!");

@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

Loading…
Cancel
Save