~ruther/NosSmooth.Local

ref: 4b22cbce425e1effb4151d5aab4f8f606beee5f1 NosSmooth.Local/src/Core/NosSmooth.LocalClient/NosSmooth.LocalClient.csproj -rw-r--r-- 966 bytes
4b22cbce — Rutherther chore(inject): update version 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <TargetFramework>net7.0</TargetFramework>
        <VersionPrefix>2.2.0</VersionPrefix>
        <PackageReleaseNotes>Add support for optional hooks and modules in walk commands.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\NosSmooth.LocalBinding\NosSmooth.LocalBinding.csproj" />
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="NosSmooth.Core" Version="5.0.0" />
      <PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.2" />
      <PackageReference Include="Reloaded.Hooks" Version="4.2.1" />
      <PackageReference Include="Reloaded.Memory.Sigscan" Version="3.1.6" />
    </ItemGroup>

</Project>
Do not follow this link