~ruther/NosSmooth.Local

ref: c0c354f151614939fa28d2d770ff75efc0c1e5c9 NosSmooth.Local/src/Core/NosSmooth.LocalBinding/NosSmooth.LocalBinding.csproj -rw-r--r-- 926 bytes
c0c354f1 — Rutherther ci: remove --output from dotnet pack, put output directory to Directory.Build.props 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <VersionPrefix>2.0.0</VersionPrefix>
        <PackageReleaseNotes>Add support for optional hooks and bindings.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="7.0.0" />
      <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
      <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
      <PackageReference Include="Reloaded.Hooks" Version="4.2.1" />
      <PackageReference Include="Reloaded.Memory.Sigscan" Version="3.1.6" />
      <PackageReference Include="Remora.Results" Version="7.2.3" />
    </ItemGroup>

</Project>
Do not follow this link