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 static Model2Entities.DbDataManager;
namespace Model2Entities
{
namespace ConsoleTestEFMapper;
/*
static class Program
{
@ -116,4 +116,3 @@ namespace Model2Entities
static void UsersTest()
{}
}*/
}

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

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

Loading…
Cancel
Save