PHP Classes

File: Tests/dotnet/Jdb.Api.Tests.csproj

Recommend this page to a friend!
  Packages of Everton C B Junior   Igreja Aberta   Tests/dotnet/Jdb.Api.Tests.csproj   Download  
File: Tests/dotnet/Jdb.Api.Tests.csproj
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Igreja Aberta
Church activity management application
Author: By
Last change:
Date: 9 days ago
Size: 742 bytes
 

Contents

Class file image Download
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net10.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="coverlet.collector" Version="6.0.4" /> <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" /> <PackageReference Include="xunit" Version="2.9.3" /> <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../../backend/dotnet/Jdb.Api.csproj" /> </ItemGroup> </Project>