~ruther/NosSmooth.Local

ref: a83d2f0cf0b90aa38dd61ff5be54258d6dc64411 NosSmooth.Local/src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj -rw-r--r-- 817 bytes
a83d2f0c — Rutherther chore: include readme and license in package 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
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <VersionPrefix>1.0.1</VersionPrefix>
    <PackageReleaseNotes>Support relative path when injecting. Inluce NosSmooth.Inject.dll in package and copy it to output.</PackageReleaseNotes>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
    <PackageReference Include="Reloaded.Injector" Version="1.2.5" />
    <PackageReference Include="Remora.Results" Version="7.2.3" />
  </ItemGroup>

  <ItemGroup>
    <None Include="NosSmooth.Inject.dll" Pack="true" PackagePath="build">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>
</Project>
Do not follow this link