mirror of
https://github.com/tiennm99/time-mocker-csharp.git
synced 2026-06-06 18:13:28 +00:00
14 lines
472 B
XML
14 lines
472 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<Platforms>x64</Platforms>
|
|
<AssemblyName>TimeMocker.Hook</AssemblyName>
|
|
<RootNamespace>TimeMocker.Hook</RootNamespace>
|
|
<OutputType>Library</OutputType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="EasyHook" Version="2.7.7097.0"/>
|
|
</ItemGroup>
|
|
</Project>
|