~ruther/NosSmooth.Local

a59a6f8a43180c9276bebf4e8f1e57096d0ce140 — Rutherther 2 years ago c02672c
chore: copy NosSmooth.Inject.dll to output
1 files changed, 3 insertions(+), 3 deletions(-)

M src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj
M src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj => src/Inject/NosSmooth.Injector/NosSmooth.Injector.csproj +3 -3
@@ 5,7 5,7 @@
    <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.dll</AllowedOutputExtensionsInPackageBuildOutputFolder>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <VersionPrefix>1.0.2</VersionPrefix>
    <VersionPrefix>1.0.3</VersionPrefix>
    <PackageReleaseNotes>Support relative path when injecting. Inluce NosSmooth.Inject.dll in package and copy it to output.</PackageReleaseNotes>
  </PropertyGroup>



@@ 20,8 20,8 @@
  </ItemGroup>

  <ItemGroup>
    <None Include="NosSmooth.Inject.dll" Pack="true" PackagePath="build">
    <Content Include="NosSmooth.Inject.dll" Pack="true" PackageCopyToOutput="true">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
    </Content>
  </ItemGroup>
</Project>

Do not follow this link