File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
developments/Alura.ByteBank.WebApp-aula05/Alura.ByteBank.Infraestrutura.Testes Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net5.0</TargetFramework >
5+
6+ <IsPackable >false</IsPackable >
7+ </PropertyGroup >
8+
9+ <ItemGroup >
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
11+ <PackageReference Include =" Moq" Version =" 4.16.1" />
12+ <PackageReference Include =" xunit" Version =" 2.4.1" />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
14+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15+ <PrivateAssets >all</PrivateAssets >
16+ </PackageReference >
17+ <PackageReference Include =" coverlet.collector" Version =" 3.0.2" >
18+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19+ <PrivateAssets >all</PrivateAssets >
20+ </PackageReference >
21+ </ItemGroup >
22+
23+ <ItemGroup >
24+ <ProjectReference Include =" ..\Alura.ByteBank.Dados\Alura.ByteBank.Dados.csproj" />
25+ <ProjectReference Include =" ..\Alura.ByteBank.Domain\Alura.ByteBank.Dominio.csproj" />
26+ </ItemGroup >
27+
28+ </Project >
You can’t perform that action at this time.
0 commit comments