Skip to content

Commit

Permalink
init testing
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertocicciaa committed Oct 20, 2024
1 parent 843b883 commit f59e551
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions EsamiOnline.Tests/EsamiOnline.Tests.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0-eap1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EsamiOnline\EsamiOnline.csproj" />
</ItemGroup>

</Project>

0 comments on commit f59e551

Please sign in to comment.