BitBetter/src/bitBetter/bitBetter.csproj

13 lines
263 B
XML
Raw Normal View History

2017-10-19 18:51:05 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-09-01 23:43:34 +02:00
<TargetFramework>netcoreapp6.0</TargetFramework>
2017-10-19 18:51:05 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
2017-10-19 18:51:05 +02:00
</ItemGroup>
</Project>