1
This commit is contained in:
parent
4d8900be21
commit
08e7ece1b6
@ -0,0 +1,17 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<Import Project="../../common.props" />
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Fake.EntityFrameworkCore" Version="8.0.0-preview.2" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\InterfaceForward.Domain\InterfaceForward.Domain.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
using Fake.EntityFrameworkCore;
|
||||||
|
using Fake.Modularity;
|
||||||
|
|
||||||
|
namespace InterfaceForward.Infrastructure;
|
||||||
|
|
||||||
|
[DependsOn(typeof(FakeEntityFrameworkCoreModule))]
|
||||||
|
public class InterfaceForwardInfrastructureModule:FakeModule
|
||||||
|
{
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user