cs-codex-dist-tests/Framework/NethereumWorkflow/NethereumWorkflow.csproj

20 lines
494 B
XML
Raw Normal View History

2023-04-14 08:51:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-05-02 02:20:43 +00:00
<TargetFramework>net7.0</TargetFramework>
2023-04-14 08:51:35 +00:00
<RootNamespace>NethereumWorkflow</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2023-05-02 02:20:43 +00:00
2023-04-14 08:51:35 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nethereum.Web3" Version="4.14.0" />
</ItemGroup>
2023-05-02 02:20:43 +00:00
2023-04-14 08:51:35 +00:00
<ItemGroup>
<ProjectReference Include="..\Logging\Logging.csproj" />
<ProjectReference Include="..\Utils\Utils.csproj" />
</ItemGroup>
</Project>