2020-01-30 10:06:44 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-01-06 20:39:31 -05:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2020-01-30 10:06:44 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-03-30 08:26:18 -04:00
|
|
|
<ItemGroup>
|
2023-01-06 20:39:31 -05:00
|
|
|
<ProjectReference Include="..\Tomas.Interface\Tomas.Interface.csproj" />
|
2021-03-30 08:26:18 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-01-06 20:39:31 -05:00
|
|
|
<PackageReference Include="GitInfo" Version="2.1.2">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2021-03-30 08:26:18 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
2020-01-30 10:06:44 -05:00
|
|
|
</Project>
|