-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBitBitesBios2023.csproj
31 lines (26 loc) · 1 KB
/
BitBitesBios2023.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="result\**" />
<EmbeddedResource Remove="result\**" />
<None Remove="result\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Firebase.Database" Version="1.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="TweetinviAPI" Version="5.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="BitBitesBios\obj\" />
</ItemGroup>
</Project>